jupyterlab-biolm 1.0.8__tar.gz → 1.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of jupyterlab-biolm might be problematic. Click here for more details.
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/PKG-INFO +9 -2
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/package-lock.json +2 -2
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/package.json +1 -1
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/pyproject.toml +10 -1
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/.github/workflows/ci.yml +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/.github/workflows/publish.yml +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/.gitignore +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/CICD.md +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/Makefile +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/README.md +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/REQUIREMENTS.md +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/check_extension.js +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/clear_cache_instructions.md +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/diagnose_extension.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/install.json +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyter-config/server-config/jupyterlab-biolm.json +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyterlab_biolm/__init__.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyterlab_biolm/_hatchling.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyterlab_biolm/serverextension.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/schema/plugin.json +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/check_server_status.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/prepare_wheel.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/start_test_server.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_deployment.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_endpoint.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_local.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_pypi_install.sh +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/wait_for_server.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/setup.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/api/client.ts +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/api/types.ts +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/components/ModelsTab.tsx +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/components/OperationsTab.tsx +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/components/SettingsTab.tsx +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/data/operations.ts +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/index.ts +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/services/codeInsertion.ts +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/services/localStorage.ts +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/services/settings.ts +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/widget.tsx +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/style/index.css +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/test_api.html +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/test_extension.py +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/tsconfig.json +0 -0
- {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/webpack.config.js +0 -0
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jupyterlab-biolm
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
|
+
Summary: JupyterLab extension for BioLM API integration
|
|
5
|
+
Project-URL: Homepage, https://github.com/BioLM/jupyterlab-biolm
|
|
6
|
+
Project-URL: Repository, https://github.com/BioLM/jupyterlab-biolm
|
|
7
|
+
Project-URL: Issues, https://github.com/BioLM/jupyterlab-biolm/issues
|
|
8
|
+
Project-URL: Documentation, https://github.com/BioLM/jupyterlab-biolm
|
|
4
9
|
Author: BioLM
|
|
5
10
|
License: BSD-3-Clause
|
|
6
|
-
Keywords: Jupyter,JupyterLab,JupyterLab Extension
|
|
11
|
+
Keywords: BioLM,Jupyter,JupyterLab,JupyterLab Extension
|
|
7
12
|
Classifier: Framework :: Jupyter
|
|
8
13
|
Classifier: Framework :: Jupyter :: JupyterLab
|
|
9
14
|
Classifier: Framework :: Jupyter :: JupyterLab :: 4
|
|
15
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
|
|
16
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
|
|
10
17
|
Classifier: License :: OSI Approved :: BSD License
|
|
11
18
|
Classifier: Programming Language :: Python
|
|
12
19
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jupyterlab-biolm",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "jupyterlab-biolm",
|
|
9
|
-
"version": "1.0
|
|
9
|
+
"version": "1.1.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jupyterlab/application": "^4.0.0",
|
|
@@ -6,12 +6,13 @@ build-backend = "hatchling.build"
|
|
|
6
6
|
name = "jupyterlab-biolm"
|
|
7
7
|
dynamic = ["version"]
|
|
8
8
|
readme = "README.md"
|
|
9
|
+
description = "JupyterLab extension for BioLM API integration"
|
|
9
10
|
requires-python = ">=3.8"
|
|
10
11
|
license = {text = "BSD-3-Clause"}
|
|
11
12
|
authors = [
|
|
12
13
|
{name = "BioLM"}
|
|
13
14
|
]
|
|
14
|
-
keywords = ["Jupyter", "JupyterLab", "JupyterLab Extension"]
|
|
15
|
+
keywords = ["Jupyter", "JupyterLab", "JupyterLab Extension", "BioLM"]
|
|
15
16
|
classifiers = [
|
|
16
17
|
"License :: OSI Approved :: BSD License",
|
|
17
18
|
"Programming Language :: Python",
|
|
@@ -23,12 +24,20 @@ classifiers = [
|
|
|
23
24
|
"Framework :: Jupyter",
|
|
24
25
|
"Framework :: Jupyter :: JupyterLab",
|
|
25
26
|
"Framework :: Jupyter :: JupyterLab :: 4",
|
|
27
|
+
"Framework :: Jupyter :: JupyterLab :: Extensions",
|
|
28
|
+
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
|
|
26
29
|
]
|
|
27
30
|
dependencies = [
|
|
28
31
|
"jupyterlab>=4.0.0,<5",
|
|
29
32
|
"jupyter-server>=2.0.0",
|
|
30
33
|
]
|
|
31
34
|
|
|
35
|
+
[project.urls]
|
|
36
|
+
Homepage = "https://github.com/BioLM/jupyterlab-biolm"
|
|
37
|
+
Repository = "https://github.com/BioLM/jupyterlab-biolm"
|
|
38
|
+
Issues = "https://github.com/BioLM/jupyterlab-biolm/issues"
|
|
39
|
+
Documentation = "https://github.com/BioLM/jupyterlab-biolm"
|
|
40
|
+
|
|
32
41
|
|
|
33
42
|
[project.optional-dependencies]
|
|
34
43
|
dev = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyter-config/server-config/jupyterlab-biolm.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|