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.

Files changed (45) hide show
  1. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/PKG-INFO +9 -2
  2. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/package-lock.json +2 -2
  3. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/package.json +1 -1
  4. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/pyproject.toml +10 -1
  5. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/.github/workflows/ci.yml +0 -0
  6. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/.github/workflows/publish.yml +0 -0
  7. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/.gitignore +0 -0
  8. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/CICD.md +0 -0
  9. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/Makefile +0 -0
  10. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/README.md +0 -0
  11. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/REQUIREMENTS.md +0 -0
  12. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/check_extension.js +0 -0
  13. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/clear_cache_instructions.md +0 -0
  14. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/diagnose_extension.py +0 -0
  15. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/install.json +0 -0
  16. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyter-config/server-config/jupyterlab-biolm.json +0 -0
  17. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyterlab_biolm/__init__.py +0 -0
  18. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyterlab_biolm/_hatchling.py +0 -0
  19. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/jupyterlab_biolm/serverextension.py +0 -0
  20. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/schema/plugin.json +0 -0
  21. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/check_server_status.py +0 -0
  22. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/prepare_wheel.py +0 -0
  23. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/start_test_server.py +0 -0
  24. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_deployment.py +0 -0
  25. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_endpoint.py +0 -0
  26. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_local.py +0 -0
  27. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/test_pypi_install.sh +0 -0
  28. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/scripts/wait_for_server.py +0 -0
  29. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/setup.py +0 -0
  30. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/api/client.ts +0 -0
  31. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/api/types.ts +0 -0
  32. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/components/ModelsTab.tsx +0 -0
  33. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/components/OperationsTab.tsx +0 -0
  34. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/components/SettingsTab.tsx +0 -0
  35. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/data/operations.ts +0 -0
  36. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/index.ts +0 -0
  37. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/services/codeInsertion.ts +0 -0
  38. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/services/localStorage.ts +0 -0
  39. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/services/settings.ts +0 -0
  40. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/src/widget.tsx +0 -0
  41. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/style/index.css +0 -0
  42. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/test_api.html +0 -0
  43. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/test_extension.py +0 -0
  44. {jupyterlab_biolm-1.0.8 → jupyterlab_biolm-1.1.0}/tsconfig.json +0 -0
  45. {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.8
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.8",
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.8",
9
+ "version": "1.1.0",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jupyterlab/application": "^4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab-biolm",
3
- "version": "1.0.8",
3
+ "version": "1.1.0",
4
4
  "description": "JupyterLab extension for BioLM API integration",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -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 = [