File tree Expand file tree Collapse file tree 18 files changed +54
-0
lines changed Expand file tree Collapse file tree 18 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ # fps-auth
2
+
3
+ An [ FPS] ( https://github.com/jupyter-server/fps ) plugin implementing authentication.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = fps_auth
3
3
version = attr: fps_auth.__version__
4
+ description = An FPS plugin implementing authentication
5
+ long_description = file: README.md
6
+ long_description_content_type = text/markdown
4
7
5
8
[options]
6
9
include_package_data = True
Original file line number Diff line number Diff line change
1
+ # fps-contents
2
+
3
+ An [ FPS] ( https://github.com/jupyter-server/fps ) plugin implementing the contents API.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = fps_contents
3
3
version = attr: fps_contents.__version__
4
+ description = An FPS plugin implementing the contents API
5
+ long_description = file: README.md
6
+ long_description_content_type = text/markdown
4
7
5
8
[options]
6
9
include_package_data = True
Original file line number Diff line number Diff line change
1
+ # fps-jupyterlab
2
+
3
+ An [ FPS] ( https://github.com/jupyter-server/fps ) plugin implementing the JupyterLab API.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = fps_jupyterlab
3
3
version = attr: fps_jupyterlab.__version__
4
+ description = An FPS plugin implementing the JupyterLab API
5
+ long_description = file: README.md
6
+ long_description_content_type = text/markdown
4
7
5
8
[options]
6
9
include_package_data = True
Original file line number Diff line number Diff line change
1
+ # fps-kernels
2
+
3
+ An [ FPS] ( https://github.com/jupyter-server/fps ) plugin implementing the kernels API.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = fps_kernels
3
3
version = attr: fps_kernels.__version__
4
+ description = An FPS plugin implementing the kernels API
5
+ long_description = file: README.md
6
+ long_description_content_type = text/markdown
4
7
5
8
[options]
6
9
include_package_data = True
Original file line number Diff line number Diff line change
1
+ # fps-lab
2
+
3
+ An [ FPS] ( https://github.com/jupyter-server/fps ) plugin implementing the JupyterLab/RetroLab API.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = fps_lab
3
3
version = attr: fps_lab.__version__
4
+ description = An FPS plugin implementing the JupyterLab/RetroLab API
5
+ long_description = file: README.md
6
+ long_description_content_type = text/markdown
4
7
5
8
[options]
6
9
include_package_data = True
You can’t perform that action at this time.
0 commit comments