pygeobox 1.0.0__tar.gz → 1.0.1__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.
Files changed (70) hide show
  1. {pygeobox-1.0.0 → pygeobox-1.0.1}/PKG-INFO +7 -10
  2. {pygeobox-1.0.0 → pygeobox-1.0.1}/README.md +6 -9
  3. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox.egg-info/PKG-INFO +7 -10
  4. {pygeobox-1.0.0 → pygeobox-1.0.1}/pyproject.toml +1 -1
  5. {pygeobox-1.0.0 → pygeobox-1.0.1}/setup.py +1 -1
  6. {pygeobox-1.0.0 → pygeobox-1.0.1}/LICENSE +0 -0
  7. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/__init__.py +0 -0
  8. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/api.py +0 -0
  9. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/apikey.py +0 -0
  10. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/attachment.py +0 -0
  11. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/base.py +0 -0
  12. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/basemap.py +0 -0
  13. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/dashboard.py +0 -0
  14. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/enums.py +0 -0
  15. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/exception.py +0 -0
  16. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/feature.py +0 -0
  17. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/field.py +0 -0
  18. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/file.py +0 -0
  19. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/log.py +0 -0
  20. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/map.py +0 -0
  21. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/model3d.py +0 -0
  22. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/mosaic.py +0 -0
  23. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/plan.py +0 -0
  24. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/query.py +0 -0
  25. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/raster.py +0 -0
  26. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/route.py +0 -0
  27. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/scene.py +0 -0
  28. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/settings.py +0 -0
  29. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/task.py +0 -0
  30. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/tile3d.py +0 -0
  31. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/tileset.py +0 -0
  32. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/usage.py +0 -0
  33. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/user.py +0 -0
  34. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/utils.py +0 -0
  35. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/vectorlayer.py +0 -0
  36. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/version.py +0 -0
  37. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/view.py +0 -0
  38. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox/workflow.py +0 -0
  39. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox.egg-info/SOURCES.txt +0 -0
  40. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox.egg-info/dependency_links.txt +0 -0
  41. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox.egg-info/requires.txt +0 -0
  42. {pygeobox-1.0.0 → pygeobox-1.0.1}/pygeobox.egg-info/top_level.txt +0 -0
  43. {pygeobox-1.0.0 → pygeobox-1.0.1}/setup.cfg +0 -0
  44. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_api.py +0 -0
  45. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_apikey.py +0 -0
  46. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_attachment.py +0 -0
  47. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_basemap.py +0 -0
  48. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_dashboard.py +0 -0
  49. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_feature.py +0 -0
  50. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_field.py +0 -0
  51. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_file.py +0 -0
  52. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_log.py +0 -0
  53. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_map.py +0 -0
  54. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_model3d.py +0 -0
  55. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_mosaic.py +0 -0
  56. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_plan.py +0 -0
  57. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_query.py +0 -0
  58. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_raster.py +0 -0
  59. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_route.py +0 -0
  60. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_scene.py +0 -0
  61. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_settings.py +0 -0
  62. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_task.py +0 -0
  63. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_tile3d.py +0 -0
  64. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_tileset.py +0 -0
  65. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_usage.py +0 -0
  66. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_user.py +0 -0
  67. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_vectorlayer.py +0 -0
  68. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_version.py +0 -0
  69. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_view.py +0 -0
  70. {pygeobox-1.0.0 → pygeobox-1.0.1}/tests/test_workflow.py +0 -0
@@ -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
 
@@ -9,22 +9,19 @@ Installation
9
9
  Clone the Repo, cd Into the Repo Folder, Create and Enable Virtualenv, Install Dependencies and Run Tests:
10
10
 
11
11
  ```
12
- cd geobox
13
- python -m venv .venv
14
- source .venv/bin/activate
15
- pip install -e .
12
+ pip install pygeobox
16
13
  ```
17
14
 
18
15
  Install with Geometry Dependencies
19
16
 
20
17
  ```
21
- pip install -e .[geometry]
18
+ pip install pygeobox[geometry]
22
19
  ```
23
20
 
24
21
  Install with Documentation Dependencies
25
22
 
26
23
  ```
27
- pip install -e .[docs]
24
+ pip install pygeobox[docs]
28
25
  cd geobox_docs
29
26
  make.bat html
30
27
  ```
@@ -32,7 +29,7 @@ make.bat html
32
29
  Install with Test Dependencies
33
30
 
34
31
  ```
35
- pip install -e .[test]
32
+ pip install pygeobox[test]
36
33
  pytest -vv
37
34
  ```
38
35
 
@@ -45,7 +42,7 @@ pytest --cov=geobox --cov-report=html
45
42
  Install with All Available Dependencies
46
43
 
47
44
  ```
48
- pip install -e .[all]
45
+ pip install pygeobox[all]
49
46
  ```
50
47
 
51
48
 
@@ -53,7 +50,7 @@ Example
53
50
  =======
54
51
 
55
52
  ```
56
- from geobox import GeoboxClient
53
+ from pygeobox import GeoboxClient
57
54
 
58
55
  client = GeoboxClient()
59
56
 
@@ -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
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pygeobox"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "SDK for Geobox's APIs"
9
9
  authors = [
10
10
  {name = "Hamid Heydari", email = "heydari.h62@gmail.com"}
@@ -6,7 +6,7 @@ setup(name="pygeobox",
6
6
  author="Hamid Heydari",
7
7
  author_email="heydari.h62@gmail.com",
8
8
  description="SDK for Geobox's APIs",
9
- version='1.0.0',
9
+ version='1.0.1',
10
10
  url="https://gitlab.com/geobox-sdks/pygeobox.git",
11
11
  install_requires=[
12
12
  'requests',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes