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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygeobox
3
- Version: 1.0.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
- cd geobox
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 -e .[geometry]
61
+ pip install pygeobox[geometry]
65
62
  ```
66
63
 
67
64
  Install with Documentation Dependencies
68
65
 
69
66
  ```
70
- pip install -e .[docs]
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 -e .[test]
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 -e .[all]
88
+ pip install pygeobox[all]
92
89
  ```
93
90
 
94
91
 
@@ -96,7 +93,7 @@ Example
96
93
  =======
97
94
 
98
95
  ```
99
- from geobox import GeoboxClient
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.0.dist-info/licenses/LICENSE,sha256=AvFB7W94sJYKLDhBxLRshL3upexCOG8HQY_1JibB96w,1063
34
- pygeobox-1.0.0.dist-info/METADATA,sha256=REGnkuskrrcmPzOfJHyTzyKeY_o6DdygCb8JLOWxT88,2378
35
- pygeobox-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
36
- pygeobox-1.0.0.dist-info/top_level.txt,sha256=PTulZXr2hazmVhfFpmUETw5duPG8DxHht4W3Ldjhxpo,9
37
- pygeobox-1.0.0.dist-info/RECORD,,
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,,