pygeobox 1.0.2__tar.gz → 1.0.3__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 (69) hide show
  1. {pygeobox-1.0.2 → pygeobox-1.0.3}/PKG-INFO +1 -10
  2. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox.egg-info/PKG-INFO +1 -10
  3. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox.egg-info/requires.txt +0 -11
  4. {pygeobox-1.0.2 → pygeobox-1.0.3}/pyproject.toml +3 -5
  5. {pygeobox-1.0.2 → pygeobox-1.0.3}/LICENSE +0 -0
  6. {pygeobox-1.0.2 → pygeobox-1.0.3}/README.md +0 -0
  7. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/__init__.py +0 -0
  8. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/api.py +0 -0
  9. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/apikey.py +0 -0
  10. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/attachment.py +0 -0
  11. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/base.py +0 -0
  12. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/basemap.py +0 -0
  13. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/dashboard.py +0 -0
  14. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/enums.py +0 -0
  15. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/exception.py +0 -0
  16. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/feature.py +0 -0
  17. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/field.py +0 -0
  18. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/file.py +0 -0
  19. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/log.py +0 -0
  20. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/map.py +0 -0
  21. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/model3d.py +0 -0
  22. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/mosaic.py +0 -0
  23. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/plan.py +0 -0
  24. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/query.py +0 -0
  25. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/raster.py +0 -0
  26. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/route.py +0 -0
  27. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/scene.py +0 -0
  28. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/settings.py +0 -0
  29. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/task.py +0 -0
  30. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/tile3d.py +0 -0
  31. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/tileset.py +0 -0
  32. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/usage.py +0 -0
  33. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/user.py +0 -0
  34. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/utils.py +0 -0
  35. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/vectorlayer.py +0 -0
  36. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/version.py +0 -0
  37. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/view.py +0 -0
  38. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox/workflow.py +0 -0
  39. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox.egg-info/SOURCES.txt +0 -0
  40. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox.egg-info/dependency_links.txt +0 -0
  41. {pygeobox-1.0.2 → pygeobox-1.0.3}/pygeobox.egg-info/top_level.txt +0 -0
  42. {pygeobox-1.0.2 → pygeobox-1.0.3}/setup.cfg +0 -0
  43. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_api.py +0 -0
  44. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_apikey.py +0 -0
  45. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_attachment.py +0 -0
  46. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_basemap.py +0 -0
  47. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_dashboard.py +0 -0
  48. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_feature.py +0 -0
  49. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_field.py +0 -0
  50. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_file.py +0 -0
  51. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_log.py +0 -0
  52. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_map.py +0 -0
  53. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_model3d.py +0 -0
  54. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_mosaic.py +0 -0
  55. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_plan.py +0 -0
  56. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_query.py +0 -0
  57. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_raster.py +0 -0
  58. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_route.py +0 -0
  59. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_scene.py +0 -0
  60. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_settings.py +0 -0
  61. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_task.py +0 -0
  62. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_tile3d.py +0 -0
  63. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_tileset.py +0 -0
  64. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_usage.py +0 -0
  65. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_user.py +0 -0
  66. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_vectorlayer.py +0 -0
  67. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_version.py +0 -0
  68. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_view.py +0 -0
  69. {pygeobox-1.0.2 → pygeobox-1.0.3}/tests/test_workflow.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygeobox
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: SDK for Geobox's APIs
5
5
  Author-email: Hamid Heydari <heydari.h62@gmail.com>
6
6
  License: MIT
@@ -17,15 +17,6 @@ Requires-Dist: pyproj; extra == "geometry"
17
17
  Provides-Extra: tqdm
18
18
  Requires-Dist: tqdm; extra == "tqdm"
19
19
  Requires-Dist: ipywidgets; extra == "tqdm"
20
- Provides-Extra: test
21
- Requires-Dist: pytest; extra == "test"
22
- Requires-Dist: shapely; extra == "test"
23
- Requires-Dist: pyproj; extra == "test"
24
- Requires-Dist: pytest-cov; extra == "test"
25
- Provides-Extra: docs
26
- Requires-Dist: Sphinx; extra == "docs"
27
- Requires-Dist: sphinx-rtd-theme; extra == "docs"
28
- Requires-Dist: sphinx-copybutton; extra == "docs"
29
20
  Provides-Extra: all
30
21
  Requires-Dist: shapely; extra == "all"
31
22
  Requires-Dist: pyproj; extra == "all"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygeobox
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: SDK for Geobox's APIs
5
5
  Author-email: Hamid Heydari <heydari.h62@gmail.com>
6
6
  License: MIT
@@ -17,15 +17,6 @@ Requires-Dist: pyproj; extra == "geometry"
17
17
  Provides-Extra: tqdm
18
18
  Requires-Dist: tqdm; extra == "tqdm"
19
19
  Requires-Dist: ipywidgets; extra == "tqdm"
20
- Provides-Extra: test
21
- Requires-Dist: pytest; extra == "test"
22
- Requires-Dist: shapely; extra == "test"
23
- Requires-Dist: pyproj; extra == "test"
24
- Requires-Dist: pytest-cov; extra == "test"
25
- Provides-Extra: docs
26
- Requires-Dist: Sphinx; extra == "docs"
27
- Requires-Dist: sphinx-rtd-theme; extra == "docs"
28
- Requires-Dist: sphinx-copybutton; extra == "docs"
29
20
  Provides-Extra: all
30
21
  Requires-Dist: shapely; extra == "all"
31
22
  Requires-Dist: pyproj; extra == "all"
@@ -7,21 +7,10 @@ pyproj
7
7
  tqdm
8
8
  ipywidgets
9
9
 
10
- [docs]
11
- Sphinx
12
- sphinx-rtd-theme
13
- sphinx-copybutton
14
-
15
10
  [geometry]
16
11
  shapely
17
12
  pyproj
18
13
 
19
- [test]
20
- pytest
21
- shapely
22
- pyproj
23
- pytest-cov
24
-
25
14
  [tqdm]
26
15
  tqdm
27
16
  ipywidgets
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pygeobox"
7
- version = "1.0.2"
7
+ version = "1.0.3"
8
8
  description = "SDK for Geobox's APIs"
9
9
  authors = [
10
10
  {name = "Hamid Heydari", email = "heydari.h62@gmail.com"}
@@ -24,10 +24,8 @@ dependencies = [
24
24
  [project.optional-dependencies]
25
25
  geometry = ["shapely", "pyproj"]
26
26
  tqdm = ["tqdm", "ipywidgets"]
27
- test = ["pytest", "shapely", "pyproj", "pytest-cov"]
28
- docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-copybutton"]
29
27
  all = ["shapely", "pyproj", "tqdm", "ipywidgets"]
30
28
 
31
29
  [tool.setuptools.packages.find]
32
- include = ["pygeobox*"] # Use wildcard to include subpackages
33
- exclude = ["tests*", "geobox_docs*"] # Explicitly exclude tests
30
+ include = ["pygeobox*"]
31
+ exclude = ["tests*", "geobox_docs*"]
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
File without changes