jupytergis-lite 0.4.5__tar.gz → 0.6.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.
@@ -133,7 +133,6 @@ jupytergis/_version.py
133
133
 
134
134
  python/jupytergis_qgis/jupytergis_qgis/labextension/
135
135
  python/jupytergis_lab/jupytergis_lab/labextension/
136
- python/jupytergis_lab/jupytergis_lab/notebook/objects/_schema
137
136
 
138
137
  untitled*
139
138
 
@@ -142,3 +141,10 @@ untitled*
142
141
 
143
142
  # GeoJSON schema
144
143
  packages/schema/src/schema/geojson.json
144
+
145
+ # Automatically generated file for processing
146
+
147
+ packages/schema/src/processing/_generated/*
148
+
149
+ # Local example files
150
+ examples/local_examples/*
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupytergis-lite
3
- Version: 0.4.5
3
+ Version: 0.6.0
4
4
  License: BSD 3-Clause License
5
5
 
6
6
  Copyright (c) 2025, JupyterGIS contributors
@@ -45,8 +45,8 @@ Classifier: Programming Language :: Python :: 3.10
45
45
  Classifier: Programming Language :: Python :: 3.11
46
46
  Classifier: Programming Language :: Python :: 3.12
47
47
  Requires-Python: >=3.10
48
- Requires-Dist: jupytergis-core==0.4.5
49
- Requires-Dist: jupytergis-lab==0.4.5
48
+ Requires-Dist: jupytergis-core==0.6.0
49
+ Requires-Dist: jupytergis-lab==0.6.0
50
50
  Requires-Dist: my-jupyter-shared-drive<0.2.0
51
51
  Description-Content-Type: text/markdown
52
52
 
@@ -1,3 +1,3 @@
1
- __version__ = "0.4.5"
1
+ __version__ = "0.6.0"
2
2
 
3
3
  from jupytergis_lab import GISDocument, explore # noqa
@@ -19,8 +19,8 @@ classifiers = [
19
19
  "Programming Language :: Python :: 3.12",
20
20
  ]
21
21
  dependencies = [
22
- "jupytergis_core==0.4.5",
23
- "jupytergis_lab==0.4.5",
22
+ "jupytergis_core==0.6.0",
23
+ "jupytergis_lab==0.6.0",
24
24
  "my-jupyter-shared-drive<0.2.0",
25
25
  ]
26
26
  dynamic = ["version"]
File without changes