pygeobox 1.0.0__py3-none-any.whl → 1.0.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.
- {pygeobox-1.0.0.dist-info → pygeobox-1.0.1.dist-info}/METADATA +7 -10
- {pygeobox-1.0.0.dist-info → pygeobox-1.0.1.dist-info}/RECORD +5 -5
- {pygeobox-1.0.0.dist-info → pygeobox-1.0.1.dist-info}/WHEEL +0 -0
- {pygeobox-1.0.0.dist-info → pygeobox-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {pygeobox-1.0.0.dist-info → pygeobox-1.0.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pygeobox
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: SDK for Geobox's APIs
|
5
5
|
Home-page: https://gitlab.com/geobox-sdks/pygeobox.git
|
6
6
|
Author: Hamid Heydari
|
@@ -52,22 +52,19 @@ Installation
|
|
52
52
|
Clone the Repo, cd Into the Repo Folder, Create and Enable Virtualenv, Install Dependencies and Run Tests:
|
53
53
|
|
54
54
|
```
|
55
|
-
|
56
|
-
python -m venv .venv
|
57
|
-
source .venv/bin/activate
|
58
|
-
pip install -e .
|
55
|
+
pip install pygeobox
|
59
56
|
```
|
60
57
|
|
61
58
|
Install with Geometry Dependencies
|
62
59
|
|
63
60
|
```
|
64
|
-
pip install
|
61
|
+
pip install pygeobox[geometry]
|
65
62
|
```
|
66
63
|
|
67
64
|
Install with Documentation Dependencies
|
68
65
|
|
69
66
|
```
|
70
|
-
pip install
|
67
|
+
pip install pygeobox[docs]
|
71
68
|
cd geobox_docs
|
72
69
|
make.bat html
|
73
70
|
```
|
@@ -75,7 +72,7 @@ make.bat html
|
|
75
72
|
Install with Test Dependencies
|
76
73
|
|
77
74
|
```
|
78
|
-
pip install
|
75
|
+
pip install pygeobox[test]
|
79
76
|
pytest -vv
|
80
77
|
```
|
81
78
|
|
@@ -88,7 +85,7 @@ pytest --cov=geobox --cov-report=html
|
|
88
85
|
Install with All Available Dependencies
|
89
86
|
|
90
87
|
```
|
91
|
-
pip install
|
88
|
+
pip install pygeobox[all]
|
92
89
|
```
|
93
90
|
|
94
91
|
|
@@ -96,7 +93,7 @@ Example
|
|
96
93
|
=======
|
97
94
|
|
98
95
|
```
|
99
|
-
from
|
96
|
+
from pygeobox import GeoboxClient
|
100
97
|
|
101
98
|
client = GeoboxClient()
|
102
99
|
|
@@ -30,8 +30,8 @@ pygeobox/vectorlayer.py,sha256=3iF90R3OU7Rjp6ywOd8ZbewaEeLbEbqsdC6NVxvuAvM,49402
|
|
30
30
|
pygeobox/version.py,sha256=0GLPhxCeEb2bAkdpPJWtXPXc1KP6kQ_TOMwLAL0ldo0,9374
|
31
31
|
pygeobox/view.py,sha256=3dQ6-a87PGYOUr3RYUmB19GVIbsXI4CO5JKTrotNmac,37372
|
32
32
|
pygeobox/workflow.py,sha256=6hKnSw4G0_ZlgmUb0g3fxT-UVsFbiYpF2FbEO5fpQv0,11606
|
33
|
-
pygeobox-1.0.
|
34
|
-
pygeobox-1.0.
|
35
|
-
pygeobox-1.0.
|
36
|
-
pygeobox-1.0.
|
37
|
-
pygeobox-1.0.
|
33
|
+
pygeobox-1.0.1.dist-info/licenses/LICENSE,sha256=AvFB7W94sJYKLDhBxLRshL3upexCOG8HQY_1JibB96w,1063
|
34
|
+
pygeobox-1.0.1.dist-info/METADATA,sha256=Ev6jjF6lfOOp6RlfG1RM2yK96O36dZ89xzn4QwyN7uU,2343
|
35
|
+
pygeobox-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
36
|
+
pygeobox-1.0.1.dist-info/top_level.txt,sha256=PTulZXr2hazmVhfFpmUETw5duPG8DxHht4W3Ldjhxpo,9
|
37
|
+
pygeobox-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|