tensorplate-python 0.1.4__tar.gz → 0.1.5__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 (30) hide show
  1. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/PKG-INFO +1 -1
  2. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/pyproject.toml +1 -1
  3. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate_python.egg-info/PKG-INFO +1 -1
  4. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/LICENSE +0 -0
  5. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/README.md +0 -0
  6. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/setup.cfg +0 -0
  7. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/__init__.py +0 -0
  8. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/client.py +0 -0
  9. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/conventions.py +0 -0
  10. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/errors.py +0 -0
  11. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/postprocess.py +0 -0
  12. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/preprocess.py +0 -0
  13. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/py.typed +0 -0
  14. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/serving.py +0 -0
  15. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/tensors.py +0 -0
  16. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate/vision.py +0 -0
  17. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate_python.egg-info/SOURCES.txt +0 -0
  18. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate_python.egg-info/dependency_links.txt +0 -0
  19. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate_python.egg-info/requires.txt +0 -0
  20. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/src/tensorplate_python.egg-info/top_level.txt +0 -0
  21. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_client.py +0 -0
  22. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_e2e_worker.py +0 -0
  23. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_examples.py +0 -0
  24. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_import_safety.py +0 -0
  25. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_postprocess.py +0 -0
  26. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_preprocess.py +0 -0
  27. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_serving.py +0 -0
  28. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_skeleton.py +0 -0
  29. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_tensors.py +0 -0
  30. {tensorplate_python-0.1.4 → tensorplate_python-0.1.5}/tests/test_vision.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tensorplate-python
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: First-party Python SDK for calling deployed TensorPlate detection and vision serving models.
5
5
  Author: TensorPlate Contributors
6
6
  License: Apache-2.0
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "tensorplate-python"
7
7
  description = "First-party Python SDK for calling deployed TensorPlate detection and vision serving models."
8
- version = "0.1.4"
8
+ version = "0.1.5"
9
9
  requires-python = ">=3.10"
10
10
  license = { text = "Apache-2.0" }
11
11
  readme = "README.md"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tensorplate-python
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: First-party Python SDK for calling deployed TensorPlate detection and vision serving models.
5
5
  Author: TensorPlate Contributors
6
6
  License: Apache-2.0