hopeit.dataframes 0.25.2__tar.gz → 0.25.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 (22) hide show
  1. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/PKG-INFO +2 -2
  2. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit.dataframes.egg-info/PKG-INFO +2 -2
  3. hopeit_dataframes-0.25.3/src/hopeit.dataframes.egg-info/requires.txt +6 -0
  4. hopeit_dataframes-0.25.2/src/hopeit.dataframes.egg-info/requires.txt +0 -6
  5. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/README.md +0 -0
  6. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/pyproject.toml +0 -0
  7. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/setup.cfg +0 -0
  8. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/setup.py +0 -0
  9. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/__init__.py +0 -0
  10. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/dataframe.py +0 -0
  11. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/py.typed +0 -0
  12. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/serialization/__init__.py +0 -0
  13. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/serialization/dataset.py +0 -0
  14. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/serialization/files.py +0 -0
  15. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/serialization/py.typed +0 -0
  16. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/serialization/settings.py +0 -0
  17. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/setup/__init__.py +0 -0
  18. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/setup/dataframes.py +0 -0
  19. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit/dataframes/setup/py.typed +0 -0
  20. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit.dataframes.egg-info/SOURCES.txt +0 -0
  21. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit.dataframes.egg-info/dependency_links.txt +0 -0
  22. {hopeit_dataframes-0.25.2 → hopeit_dataframes-0.25.3}/src/hopeit.dataframes.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hopeit.dataframes
3
- Version: 0.25.2
3
+ Version: 0.25.3
4
4
  Summary: Hopeit Engine Dataframes Toolkit
5
5
  Author-email: Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
6
6
  License: Apache 2
@@ -24,7 +24,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Classifier: Framework :: AsyncIO
25
25
  Requires-Python: >=3.9
26
26
  Description-Content-Type: text/plain
27
- Requires-Dist: hopeit.engine[fs-storage]==0.25.2
27
+ Requires-Dist: hopeit.engine[fs-storage]==0.25.3
28
28
  Requires-Dist: pandas
29
29
  Requires-Dist: numpy
30
30
  Provides-Extra: pyarrow
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hopeit.dataframes
3
- Version: 0.25.2
3
+ Version: 0.25.3
4
4
  Summary: Hopeit Engine Dataframes Toolkit
5
5
  Author-email: Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
6
6
  License: Apache 2
@@ -24,7 +24,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Classifier: Framework :: AsyncIO
25
25
  Requires-Python: >=3.9
26
26
  Description-Content-Type: text/plain
27
- Requires-Dist: hopeit.engine[fs-storage]==0.25.2
27
+ Requires-Dist: hopeit.engine[fs-storage]==0.25.3
28
28
  Requires-Dist: pandas
29
29
  Requires-Dist: numpy
30
30
  Provides-Extra: pyarrow
@@ -0,0 +1,6 @@
1
+ hopeit.engine[fs-storage]==0.25.3
2
+ pandas
3
+ numpy
4
+
5
+ [pyarrow]
6
+ pyarrow
@@ -1,6 +0,0 @@
1
- hopeit.engine[fs-storage]==0.25.2
2
- pandas
3
- numpy
4
-
5
- [pyarrow]
6
- pyarrow