jupytergis-lab 0.1.1__py3-none-any.whl
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.
- jupytergis_lab/__init__.py +14 -0
- jupytergis_lab/_version.py +4 -0
- jupytergis_lab/notebook/__init__.py +1 -0
- jupytergis_lab/notebook/gis_document.py +616 -0
- jupytergis_lab/notebook/objects/__init__.py +14 -0
- jupytergis_lab/notebook/objects/_schema/__init__.py +3 -0
- jupytergis_lab/notebook/objects/_schema/geoTiffSource.py +24 -0
- jupytergis_lab/notebook/objects/_schema/geojsonsource.py +511 -0
- jupytergis_lab/notebook/objects/_schema/hillshadeLayer.py +19 -0
- jupytergis_lab/notebook/objects/_schema/imageLayer.py +19 -0
- jupytergis_lab/notebook/objects/_schema/imageSource.py +26 -0
- jupytergis_lab/notebook/objects/_schema/jgis.py +138 -0
- jupytergis_lab/notebook/objects/_schema/rasterDemSource.py +28 -0
- jupytergis_lab/notebook/objects/_schema/rasterlayer.py +19 -0
- jupytergis_lab/notebook/objects/_schema/rastersource.py +33 -0
- jupytergis_lab/notebook/objects/_schema/shapefileSource.py +31 -0
- jupytergis_lab/notebook/objects/_schema/vectorTileLayer.py +29 -0
- jupytergis_lab/notebook/objects/_schema/vectorlayer.py +29 -0
- jupytergis_lab/notebook/objects/_schema/vectortilesource.py +27 -0
- jupytergis_lab/notebook/objects/_schema/videoSource.py +30 -0
- jupytergis_lab/notebook/objects/_schema/webGlLayer.py +22 -0
- jupytergis_lab/notebook/tests/__init__.py +0 -0
- jupytergis_lab/notebook/tests/test_api.py +18 -0
- jupytergis_lab/notebook/utils.py +43 -0
- jupytergis_lab/notebook/y_connector.py +31 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json +5 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json +132 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/373.1c3d89f9ed56880711bd.js +1 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.28aaec36233a73d1589c.js +1 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.7cd11c502baf51c3285e.js +1 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.15c6baaafaa709cc98c0.js +1 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js +4 -0
- jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json +40 -0
- jupytergis_lab-0.1.1.dist-info/METADATA +67 -0
- jupytergis_lab-0.1.1.dist-info/RECORD +37 -0
- jupytergis_lab-0.1.1.dist-info/WHEEL +4 -0
- jupytergis_lab-0.1.1.dist-info/licenses/LICENSE +29 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"packages": [
|
|
3
|
+
{
|
|
4
|
+
"name": "@deathbeds/jupyterlab-rjsf",
|
|
5
|
+
"versionInfo": "1.1.0",
|
|
6
|
+
"licenseId": "BSD-3-Clause",
|
|
7
|
+
"extractedText": "BSD 3-Clause License\n\nCopyright (c) 2022, dead pixels collective\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "@jupytergis/base",
|
|
11
|
+
"versionInfo": "0.1.1",
|
|
12
|
+
"licenseId": "BSD-3-Clause",
|
|
13
|
+
"extractedText": ""
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "@jupyterlab/ui-components",
|
|
17
|
+
"versionInfo": "3.6.8",
|
|
18
|
+
"licenseId": "BSD-3-Clause",
|
|
19
|
+
"extractedText": ""
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "css-loader",
|
|
23
|
+
"versionInfo": "6.11.0",
|
|
24
|
+
"licenseId": "MIT",
|
|
25
|
+
"extractedText": "Copyright JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "ol",
|
|
29
|
+
"versionInfo": "10.1.0",
|
|
30
|
+
"licenseId": "BSD-2-Clause",
|
|
31
|
+
"extractedText": "BSD 2-Clause License\n\nCopyright 2005-present, OpenLayers Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "style-loader",
|
|
35
|
+
"versionInfo": "3.3.4",
|
|
36
|
+
"licenseId": "MIT",
|
|
37
|
+
"extractedText": "Copyright JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: jupytergis_lab
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Dynamic: Keywords
|
|
5
|
+
Summary: JupyterGIS Lab extension.
|
|
6
|
+
Project-URL: Homepage, https://github.com/geojupyter/jupytergis
|
|
7
|
+
Project-URL: Bug Tracker, https://github.com/geojupyter/jupytergis/issues
|
|
8
|
+
Project-URL: Repository, https://github.com/geojupyter/jupytergis.git
|
|
9
|
+
Author: JupyterGIS contributors
|
|
10
|
+
License: BSD 3-Clause License
|
|
11
|
+
|
|
12
|
+
Copyright (c) 2023, JupyterGIS contributors
|
|
13
|
+
All rights reserved.
|
|
14
|
+
|
|
15
|
+
Redistribution and use in source and binary forms, with or without
|
|
16
|
+
modification, are permitted provided that the following conditions are met:
|
|
17
|
+
|
|
18
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
19
|
+
list of conditions and the following disclaimer.
|
|
20
|
+
|
|
21
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
22
|
+
this list of conditions and the following disclaimer in the documentation
|
|
23
|
+
and/or other materials provided with the distribution.
|
|
24
|
+
|
|
25
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
26
|
+
contributors may be used to endorse or promote products derived from
|
|
27
|
+
this software without specific prior written permission.
|
|
28
|
+
|
|
29
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
30
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
31
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
32
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
33
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
34
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
35
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
36
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
37
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
38
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
39
|
+
License-File: LICENSE
|
|
40
|
+
Classifier: Framework :: Jupyter
|
|
41
|
+
Classifier: Framework :: Jupyter :: JupyterLab
|
|
42
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: 4
|
|
43
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
|
|
44
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
|
|
45
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
46
|
+
Classifier: Programming Language :: Python
|
|
47
|
+
Classifier: Programming Language :: Python :: 3
|
|
48
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
49
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
50
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
51
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
52
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
53
|
+
Requires-Python: >=3.8
|
|
54
|
+
Requires-Dist: comm<0.2.0,>=0.1.2
|
|
55
|
+
Requires-Dist: jupyter-collaboration<3,>=2
|
|
56
|
+
Requires-Dist: jupyter-server<3,>=2.0.1
|
|
57
|
+
Requires-Dist: jupyter-ydoc<3,>=2
|
|
58
|
+
Requires-Dist: jupytergis-core<1,>=0.1.0
|
|
59
|
+
Requires-Dist: jupyterlab<5,>=4
|
|
60
|
+
Requires-Dist: mapbox-vector-tile
|
|
61
|
+
Requires-Dist: pydantic<3,>=2
|
|
62
|
+
Requires-Dist: requests
|
|
63
|
+
Requires-Dist: yjs-widgets<0.4,>=0.3.5
|
|
64
|
+
Requires-Dist: ypywidgets<0.10.0,>=0.9.0
|
|
65
|
+
Description-Content-Type: text/markdown
|
|
66
|
+
|
|
67
|
+
# jupytergis_lab
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
jupytergis_lab/__init__.py,sha256=7JnaPOma8FOJ_1vkd_cELf4y89mgCNxQMSbVChJ4p04,540
|
|
2
|
+
jupytergis_lab/_version.py,sha256=lFB9nR4WN0iXcp5UpfmTfw1Z2jWBDmClLEWF046NHmc,171
|
|
3
|
+
jupytergis_lab/notebook/__init__.py,sha256=YFLWhp-9CMd5HIXVEVlFwzBiS7sZKvHUArEEz8xhP6I,46
|
|
4
|
+
jupytergis_lab/notebook/gis_document.py,sha256=Vr4TqzhFsMiC0Tt9mVbSIKoxwerJJfJ5xKeRsD14_34,19809
|
|
5
|
+
jupytergis_lab/notebook/utils.py,sha256=z_qGt6mEyBNqVx9WYASeBB15qTfLozCLLU2L4YH5Ats,1006
|
|
6
|
+
jupytergis_lab/notebook/y_connector.py,sha256=5D0ctt8oojfVXCxCMLpIrDlNIrQWEoeMr4Q7jtQQQMY,944
|
|
7
|
+
jupytergis_lab/notebook/objects/__init__.py,sha256=PY-_YvkLVZ9IZbqBfaImOiHuOL8_NgSCsAFaa64nf_U,658
|
|
8
|
+
jupytergis_lab/notebook/objects/_schema/__init__.py,sha256=VnSvnnZHALX7VBFofeljYzfMRbSwk7NgQ0uTfIHrAZ8,97
|
|
9
|
+
jupytergis_lab/notebook/objects/_schema/geoTiffSource.py,sha256=fUKP0XbEGzYkczTKTSbarGi-_iIPY_b5XA66ptTrSjk,583
|
|
10
|
+
jupytergis_lab/notebook/objects/_schema/geojsonsource.py,sha256=xmLSPaDpNSopMGzEx9uM4fIqJGM0tAMcelxrQosp2io,10710
|
|
11
|
+
jupytergis_lab/notebook/objects/_schema/hillshadeLayer.py,sha256=BulXyYRURQiViDhxXqNx29J7VT1wNbmci8C_i4I8SWY,496
|
|
12
|
+
jupytergis_lab/notebook/objects/_schema/imageLayer.py,sha256=H8hpGXcL3VsiPngByRDl4ZEU2j4D3oAw9343hztFvlE,521
|
|
13
|
+
jupytergis_lab/notebook/objects/_schema/imageSource.py,sha256=gB7nkovfl5dsuhePMPkb4u5NU90-OdtNZjlSdxonTmc,644
|
|
14
|
+
jupytergis_lab/notebook/objects/_schema/jgis.py,sha256=NBFmU4LY_lz4XtrjDES_QmLzMaWeCzRNKqbKqPGaSeU,3253
|
|
15
|
+
jupytergis_lab/notebook/objects/_schema/rasterDemSource.py,sha256=B19KlgXkplHDE6qI1epApS_F1tYSpLyEd90jwLiL6z0,781
|
|
16
|
+
jupytergis_lab/notebook/objects/_schema/rasterlayer.py,sha256=Nyb-VbXT_KbDfOArf7ZRb_RSCmn94D886gdCleEzQDE,523
|
|
17
|
+
jupytergis_lab/notebook/objects/_schema/rastersource.py,sha256=uITpD707LyV1qK2ozU4vtZnfN7Q2bpo2kI7Btj6O5D0,1119
|
|
18
|
+
jupytergis_lab/notebook/objects/_schema/shapefileSource.py,sha256=X2_3D0Oj1yzpSAWPqkazucFpggFJtKaJPjHIiPNMfuM,986
|
|
19
|
+
jupytergis_lab/notebook/objects/_schema/vectorTileLayer.py,sha256=2fCuLoR5v1ARg2i-6thahrPRwSEc1khfiPO2Lo7VQvg,874
|
|
20
|
+
jupytergis_lab/notebook/objects/_schema/vectorlayer.py,sha256=yK8yQNbGbgdP5jDz7t4Gu3SnwwDTGr9Y2G13obBhSEs,866
|
|
21
|
+
jupytergis_lab/notebook/objects/_schema/vectortilesource.py,sha256=qb1VzAKBGL8qRUOg69Aoz_qeHMRCCeBXr6SZ7zFHArY,902
|
|
22
|
+
jupytergis_lab/notebook/objects/_schema/videoSource.py,sha256=2HKIIZWPh9yXR67-FhyjKOsAdHs4QJTgF0cKDGIYYl8,719
|
|
23
|
+
jupytergis_lab/notebook/objects/_schema/webGlLayer.py,sha256=JPhR_mKalQL-SRZtLHIKL8MzA9FUSevULtwSHfIYx3E,678
|
|
24
|
+
jupytergis_lab/notebook/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
+
jupytergis_lab/notebook/tests/test_api.py,sha256=TSEcErPG3PntQ3TgUDATd8hh1qXhGoTFMhw6InqTa3Y,824
|
|
26
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json,sha256=KkM8W9VOd85MH8olHyvnWQkIOGbfFB7buuhh2pncKvw,4122
|
|
27
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/373.1c3d89f9ed56880711bd.js,sha256=HD2J-e1WiAcRvbCCEUUOMoY6EFn-IGyXhNPkJ2fDRLk,20030
|
|
28
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.28aaec36233a73d1589c.js,sha256=KKrsNiM6c9FYnMYB00D8HLg7Am5-MGVvZMw-k9W2Dkg,22004
|
|
29
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.7cd11c502baf51c3285e.js,sha256=fNEcUCuvUcMoXu7_LKSg3dWN2N81ZA9yMlz669PYK-o,7284
|
|
30
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.15c6baaafaa709cc98c0.js,sha256=Fca6qvqnCcyYwIpiEnr4hBomGqHmnFhcphN69PvQ9yQ,7508
|
|
31
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js,sha256=pog22wM5nCMkQO0YWJ94eDKAF1OlO1ZvCDGi_rO335U,169
|
|
32
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json,sha256=XKWugoT43Ob--NHXpd7UPIlq0nvH97MaYW0ATu-hbmI,5928
|
|
33
|
+
jupytergis_lab-0.1.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json,sha256=t_TWPC6MDZMygRm9ujZ63nap014Sb5htaW5QEOjrmgI,189
|
|
34
|
+
jupytergis_lab-0.1.1.dist-info/METADATA,sha256=Lod6OLpScMoo37BnSWhpYlyLsfvXhCzyaMDFOMqOFKg,3271
|
|
35
|
+
jupytergis_lab-0.1.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
36
|
+
jupytergis_lab-0.1.1.dist-info/licenses/LICENSE,sha256=VblFgHMsSan_kg15lNsI-YHIqUOUNXGptcoaX2yDDhU,1531
|
|
37
|
+
jupytergis_lab-0.1.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
BSD 3-Clause License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023, JupyterGIS contributors
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
Redistribution and use in source and binary forms, with or without
|
|
7
|
+
modification, are permitted provided that the following conditions are met:
|
|
8
|
+
|
|
9
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
10
|
+
list of conditions and the following disclaimer.
|
|
11
|
+
|
|
12
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
13
|
+
this list of conditions and the following disclaimer in the documentation
|
|
14
|
+
and/or other materials provided with the distribution.
|
|
15
|
+
|
|
16
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
17
|
+
contributors may be used to endorse or promote products derived from
|
|
18
|
+
this software without specific prior written permission.
|
|
19
|
+
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
22
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
23
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
24
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
25
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
26
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
27
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
28
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|