polly-python 2.0.0__tar.gz → 2.1.0__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 (71) hide show
  1. {polly_python-2.0.0/polly_python.egg-info → polly_python-2.1.0}/PKG-INFO +4 -5
  2. polly_python-2.1.0/polly/__init__.py +1 -0
  3. polly_python-2.1.0/polly/atlas.py +674 -0
  4. {polly_python-2.0.0 → polly_python-2.1.0}/polly/helpers.py +1 -1
  5. {polly_python-2.0.0 → polly_python-2.1.0}/polly/omixatlas.py +18 -0
  6. {polly_python-2.0.0 → polly_python-2.1.0}/polly/session.py +1 -0
  7. polly_python-2.1.0/polly/validation.py +96 -0
  8. {polly_python-2.0.0 → polly_python-2.1.0}/polly/validation_hlpr.py +0 -33
  9. {polly_python-2.0.0 → polly_python-2.1.0/polly_python.egg-info}/PKG-INFO +4 -5
  10. {polly_python-2.0.0 → polly_python-2.1.0}/polly_python.egg-info/SOURCES.txt +1 -0
  11. {polly_python-2.0.0 → polly_python-2.1.0}/polly_python.egg-info/requires.txt +2 -3
  12. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/reporting/reporting.py +96 -1
  13. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/reporting/reporting_hlpr.py +50 -0
  14. {polly_python-2.0.0 → polly_python-2.1.0}/setup.cfg +3 -4
  15. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_omixatlas.py +0 -3
  16. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_workspaces.py +8 -9
  17. polly_python-2.0.0/polly/__init__.py +0 -1
  18. polly_python-2.0.0/polly/validation.py +0 -173
  19. {polly_python-2.0.0 → polly_python-2.1.0}/LICENSE.md +0 -0
  20. {polly_python-2.0.0 → polly_python-2.1.0}/MANIFEST.in +0 -0
  21. {polly_python-2.0.0 → polly_python-2.1.0}/README.md +0 -0
  22. {polly_python-2.0.0 → polly_python-2.1.0}/polly/analyze.py +0 -0
  23. {polly_python-2.0.0 → polly_python-2.1.0}/polly/application_error_info.py +0 -0
  24. {polly_python-2.0.0 → polly_python-2.1.0}/polly/auth.py +0 -0
  25. {polly_python-2.0.0 → polly_python-2.1.0}/polly/bridge_cohort.py +0 -0
  26. {polly_python-2.0.0 → polly_python-2.1.0}/polly/cohort.py +0 -0
  27. {polly_python-2.0.0 → polly_python-2.1.0}/polly/constants.py +0 -0
  28. {polly_python-2.0.0 → polly_python-2.1.0}/polly/core_cohort.py +0 -0
  29. {polly_python-2.0.0 → polly_python-2.1.0}/polly/curation.py +0 -0
  30. {polly_python-2.0.0 → polly_python-2.1.0}/polly/data_management.py +0 -0
  31. {polly_python-2.0.0 → polly_python-2.1.0}/polly/errors.py +0 -0
  32. {polly_python-2.0.0 → polly_python-2.1.0}/polly/help.py +0 -0
  33. {polly_python-2.0.0 → polly_python-2.1.0}/polly/http_response_codes.py +0 -0
  34. {polly_python-2.0.0 → polly_python-2.1.0}/polly/index_schema_level_conversion_const.py +0 -0
  35. {polly_python-2.0.0 → polly_python-2.1.0}/polly/jobs.py +0 -0
  36. {polly_python-2.0.0 → polly_python-2.1.0}/polly/omixatlas_hlpr.py +0 -0
  37. {polly_python-2.0.0 → polly_python-2.1.0}/polly/pipelines.py +0 -0
  38. {polly_python-2.0.0 → polly_python-2.1.0}/polly/s3_utils.py +0 -0
  39. {polly_python-2.0.0 → polly_python-2.1.0}/polly/threading_utils.py +0 -0
  40. {polly_python-2.0.0 → polly_python-2.1.0}/polly/tracking.py +0 -0
  41. {polly_python-2.0.0 → polly_python-2.1.0}/polly/workspaces.py +0 -0
  42. {polly_python-2.0.0 → polly_python-2.1.0}/polly_interfaces/IFiles.py +0 -0
  43. {polly_python-2.0.0 → polly_python-2.1.0}/polly_interfaces/IReporting.py +0 -0
  44. {polly_python-2.0.0 → polly_python-2.1.0}/polly_interfaces/ISchema.py +0 -0
  45. {polly_python-2.0.0 → polly_python-2.1.0}/polly_interfaces/__init__.py +0 -0
  46. {polly_python-2.0.0 → polly_python-2.1.0}/polly_python.egg-info/dependency_links.txt +0 -0
  47. {polly_python-2.0.0 → polly_python-2.1.0}/polly_python.egg-info/top_level.txt +0 -0
  48. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/__init__.py +0 -0
  49. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/dataset.py +0 -0
  50. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/files/__init__.py +0 -0
  51. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/files/files.py +0 -0
  52. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/files/files_hlpr.py +0 -0
  53. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/polly_services_hlpr.py +0 -0
  54. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/reporting/__init__.py +0 -0
  55. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/schema/__init__.py +0 -0
  56. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/schema/schema.py +0 -0
  57. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/schema/schema_const.py +0 -0
  58. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/schema/schema_hlpr.py +0 -0
  59. {polly_python-2.0.0 → polly_python-2.1.0}/polly_services/schema/validate_schema_hlpr.py +0 -0
  60. {polly_python-2.0.0 → polly_python-2.1.0}/pyproject.toml +0 -0
  61. {polly_python-2.0.0 → polly_python-2.1.0}/setup.py +0 -0
  62. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_cohort.py +0 -0
  63. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_constants.py +0 -0
  64. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_curation.py +0 -0
  65. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_data_management.py +0 -0
  66. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_helpers.py +0 -0
  67. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_jobs.py +0 -0
  68. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_pipelines.py +0 -0
  69. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_s3_utils.py +0 -0
  70. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_schema_ux.py +0 -0
  71. {polly_python-2.0.0 → polly_python-2.1.0}/tests/test_threading_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polly_python
3
- Version: 2.0.0
3
+ Version: 2.1.0
4
4
  Summary: Polly SDK
5
5
  Home-page: https://github.com/ElucidataInc/polly-python
6
6
  Project-URL: Documentation, https://docs.elucidata.io
@@ -17,24 +17,23 @@ Requires-Dist: mixpanel==4.10.0
17
17
  Requires-Dist: Deprecated>=1.2.12
18
18
  Requires-Dist: pytest>=6.2.5
19
19
  Requires-Dist: cryptography<=38.0.0,>=37.0.1
20
- Requires-Dist: numpy==1.26.4
21
20
  Requires-Dist: plotly<5.0.0,>=4.8.1; python_version > "3.6" and python_version < "3.7"
22
21
  Requires-Dist: plotly>=5.0.0; python_version >= "3.7"
23
22
  Requires-Dist: pandas<1.2.0,>=1.1.0; python_version > "3.6" and python_version < "3.7"
24
23
  Requires-Dist: pandas>=1.3.5; python_version >= "3.7"
25
24
  Requires-Dist: pydantic<1.10.0a1,>=1.8.2; python_version > "3.6" and python_version < "3.7"
26
25
  Requires-Dist: pydantic==1.10.12; python_version >= "3.7"
27
- Requires-Dist: requests==2.25.1
26
+ Requires-Dist: requests==2.28.1
27
+ Requires-Dist: numpy==1.26.4
28
28
  Requires-Dist: boto3<1.24.0,>=1.17.73; python_version > "3.6" and python_version < "3.7"
29
29
  Requires-Dist: boto3>=1.24.0; python_version >= "3.7"
30
30
  Requires-Dist: botocore<1.27.0,>=1.20.73; python_version > "3.6" and python_version < "3.7"
31
31
  Requires-Dist: botocore>=1.27.0; python_version >= "3.7"
32
32
  Requires-Dist: joblib<=1.1.0,>0.11.0; python_version > "3.6" and python_version < "3.7"
33
33
  Requires-Dist: joblib>=1.2.0; python_version >= "3.7"
34
+ Requires-Dist: tabulate==0.9.0
34
35
  Requires-Dist: tqdm<4.65.0,>=4.61.0; python_version > "3.6" and python_version < "3.7"
35
36
  Requires-Dist: tqdm==4.65.0; python_version >= "3.7"
36
- Requires-Dist: datapane<=0.10.2,>=0.9.1; python_version > "3.6" and python_version < "3.7"
37
- Requires-Dist: datapane>=0.10.3; python_version >= "3.7"
38
37
  Provides-Extra: testing
39
38
  Requires-Dist: black; extra == "testing"
40
39
  Requires-Dist: flake8; extra == "testing"
@@ -0,0 +1 @@
1
+ __version__ = "2.1.0"