plexus-python-common 1.0.18__tar.gz → 1.0.20__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 (65) hide show
  1. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/PKG-INFO +1 -1
  2. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/ormutils.py +616 -90
  3. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/strutils.py +76 -23
  4. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus_python_common.egg-info/PKG-INFO +1 -1
  5. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/utils/ormutils_test.py +415 -2
  6. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/utils/strutils_test.py +47 -2
  7. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/.editorconfig +0 -0
  8. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/.github/workflows/pr.yml +0 -0
  9. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/.github/workflows/push.yml +0 -0
  10. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/.gitignore +0 -0
  11. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/MANIFEST.in +0 -0
  12. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/README.md +0 -0
  13. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/VERSION +0 -0
  14. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/pyproject.toml +0 -0
  15. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/jsonutils/dummy.0.jsonl +0 -0
  16. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/jsonutils/dummy.1.jsonl +0 -0
  17. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/jsonutils/dummy.2.jsonl +0 -0
  18. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/0-dummy +0 -0
  19. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/1-dummy +0 -0
  20. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/2-dummy +0 -0
  21. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.0.0.jsonl +0 -0
  22. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.0.0.vol-0.jsonl +0 -0
  23. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.0.jsonl +0 -0
  24. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.1.1.jsonl +0 -0
  25. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.1.1.vol-1.jsonl +0 -0
  26. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.1.jsonl +0 -0
  27. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.2.2.jsonl +0 -0
  28. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.2.2.vol-2.jsonl +0 -0
  29. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.2.jsonl +0 -0
  30. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.csv.part0 +0 -0
  31. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.csv.part1 +0 -0
  32. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.csv.part2 +0 -0
  33. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/resources/unittest/shutils/dummy.txt +0 -0
  34. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/setup.cfg +0 -0
  35. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/setup.py +0 -0
  36. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/__init__.py +0 -0
  37. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/carto/OSMFile.py +0 -0
  38. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/carto/OSMNode.py +0 -0
  39. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/carto/OSMTags.py +0 -0
  40. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/carto/OSMWay.py +0 -0
  41. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/carto/__init__.py +0 -0
  42. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/config.py +0 -0
  43. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/pose.py +0 -0
  44. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/proj.py +0 -0
  45. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/__init__.py +0 -0
  46. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/bagutils.py +0 -0
  47. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/datautils.py +0 -0
  48. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/jsonutils.py +0 -0
  49. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/s3utils.py +0 -0
  50. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus/common/utils/shutils.py +0 -0
  51. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus_python_common.egg-info/SOURCES.txt +0 -0
  52. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus_python_common.egg-info/dependency_links.txt +0 -0
  53. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus_python_common.egg-info/not-zip-safe +0 -0
  54. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus_python_common.egg-info/requires.txt +0 -0
  55. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/src/plexus_python_common.egg-info/top_level.txt +0 -0
  56. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_test.py +0 -0
  57. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/__init__.py +0 -0
  58. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/carto/osm_file_test.py +0 -0
  59. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/carto/osm_tags_test.py +0 -0
  60. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/pose_test.py +0 -0
  61. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/proj_test.py +0 -0
  62. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/utils/bagutils_test.py +0 -0
  63. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/utils/datautils_test.py +0 -0
  64. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/utils/jsonutils_test.py +0 -0
  65. {plexus_python_common-1.0.18 → plexus_python_common-1.0.20}/test/plexus_tests/common/utils/shutils_test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plexus-python-common
3
- Version: 1.0.18
3
+ Version: 1.0.20
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Programming Language :: Python :: 3.13