hopeit.dataframes 0.25.4__tar.gz → 0.26.0rc0__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.
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/PKG-INFO +12 -13
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/pyproject.toml +17 -12
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/serialization/dataset.py +3 -3
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit.dataframes.egg-info/PKG-INFO +12 -13
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit.dataframes.egg-info/SOURCES.txt +0 -1
- hopeit_dataframes-0.26.0rc0/src/hopeit.dataframes.egg-info/requires.txt +4 -0
- hopeit_dataframes-0.25.4/setup.py +0 -25
- hopeit_dataframes-0.25.4/src/hopeit.dataframes.egg-info/requires.txt +0 -6
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/README.md +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/setup.cfg +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/__init__.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/datablocks.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/dataframe.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/py.typed +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/serialization/__init__.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/serialization/files.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/serialization/py.typed +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/serialization/settings.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/setup/__init__.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/setup/dataframes.py +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/setup/py.typed +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit.dataframes.egg-info/dependency_links.txt +0 -0
- {hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit.dataframes.egg-info/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: hopeit.dataframes
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Hopeit Engine Dataframes
|
|
5
|
-
Author-email: Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
|
|
3
|
+
Version: 0.26.0rc0
|
|
4
|
+
Summary: Hopeit Engine Dataframes for Pandas
|
|
5
|
+
Author-email: Leo Smerling & Pablo Canto <contact@hopeit.com.ar>, Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
|
|
6
6
|
License: Apache 2
|
|
7
7
|
Project-URL: Homepage, https://github.com/hopeit-git/hopeit.engine
|
|
8
8
|
Project-URL: CI: GitHub Actions, https://github.com/hopeit-git/hopeit.engine/actions?query=workflow
|
|
@@ -12,23 +12,22 @@ Project-URL: GitHub: repo, https://github.com/hopeit-git/hopeit.engine
|
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
-
Classifier:
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
19
20
|
Classifier: Operating System :: POSIX :: Linux
|
|
20
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
21
22
|
Classifier: Operating System :: Microsoft :: Windows
|
|
22
23
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
23
24
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
25
|
Classifier: Framework :: AsyncIO
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Requires-Dist: hopeit.
|
|
28
|
-
Requires-Dist: pandas
|
|
29
|
-
Requires-Dist: numpy
|
|
30
|
-
Provides-Extra: pyarrow
|
|
31
|
-
Requires-Dist: pyarrow; extra == "pyarrow"
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
Requires-Dist: hopeit.engine>=0.26.0rc0
|
|
28
|
+
Requires-Dist: hopeit.fs-storage>=0.26.0rc0
|
|
29
|
+
Requires-Dist: pandas>=2.2.3
|
|
30
|
+
Requires-Dist: numpy>=1.26.4
|
|
32
31
|
|
|
33
32
|
# hopeit.engine dataframes plugin
|
|
34
33
|
|
|
@@ -4,10 +4,21 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hopeit.dataframes"
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
version = "0.26.0rc0"
|
|
8
|
+
|
|
9
|
+
description = "Hopeit Engine Dataframes for Pandas"
|
|
10
|
+
dynamic = ["readme"]
|
|
11
|
+
|
|
12
|
+
dependencies = [
|
|
13
|
+
"hopeit.engine>=0.26.0rc0",
|
|
14
|
+
"hopeit.fs-storage>=0.26.0rc0",
|
|
15
|
+
"pandas>=2.2.3",
|
|
16
|
+
"numpy>=1.26.4"
|
|
17
|
+
]
|
|
18
|
+
|
|
9
19
|
license = { text = "Apache 2" }
|
|
10
20
|
authors = [
|
|
21
|
+
{ name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" },
|
|
11
22
|
{ name = "Leo Smerling", email = "contact@hopeit.com.ar" },
|
|
12
23
|
{ name = "Pablo Canto", email = "contact@hopeit.com.ar" },
|
|
13
24
|
]
|
|
@@ -15,10 +26,11 @@ classifiers = [
|
|
|
15
26
|
"License :: OSI Approved :: Apache Software License",
|
|
16
27
|
"Intended Audience :: Developers",
|
|
17
28
|
"Programming Language :: Python",
|
|
18
|
-
"Programming Language :: Python :: 3.9",
|
|
19
29
|
"Programming Language :: Python :: 3.10",
|
|
20
30
|
"Programming Language :: Python :: 3.11",
|
|
21
|
-
"
|
|
31
|
+
"Programming Language :: Python :: 3.12",
|
|
32
|
+
"Programming Language :: Python :: 3.13",
|
|
33
|
+
"Development Status :: 5 - Production/Stable",
|
|
22
34
|
"Operating System :: POSIX :: Linux",
|
|
23
35
|
"Operating System :: MacOS :: MacOS X",
|
|
24
36
|
"Operating System :: Microsoft :: Windows",
|
|
@@ -26,8 +38,6 @@ classifiers = [
|
|
|
26
38
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
27
39
|
"Framework :: AsyncIO",
|
|
28
40
|
]
|
|
29
|
-
requires-python = ">=3.9"
|
|
30
|
-
|
|
31
41
|
|
|
32
42
|
[project.urls]
|
|
33
43
|
"Homepage" = "https://github.com/hopeit-git/hopeit.engine"
|
|
@@ -42,10 +52,5 @@ include-package-data = true
|
|
|
42
52
|
[tool.setuptools.packages.find]
|
|
43
53
|
where = ["src"]
|
|
44
54
|
|
|
45
|
-
[tool.setuptools.package-data]
|
|
46
|
-
"hopeit.dataframes" = ["py.typed"]
|
|
47
|
-
"hopeit.dataframes.serialization" = ["py.typed"]
|
|
48
|
-
"hopeit.dataframes.setup" = ["py.typed"]
|
|
49
|
-
|
|
50
55
|
[tool.setuptools.dynamic]
|
|
51
|
-
readme = { file = ["README.md"], content-type = "text/
|
|
56
|
+
readme = { file = ["README.md"], content-type = "text/markdown" }
|
|
@@ -87,7 +87,7 @@ def find_dataframe_type(qual_type_name: str) -> Type[DataFrameT]:
|
|
|
87
87
|
)
|
|
88
88
|
module = import_module(mod_name)
|
|
89
89
|
datatype = getattr(module, type_name)
|
|
90
|
-
assert hasattr(
|
|
91
|
-
|
|
92
|
-
)
|
|
90
|
+
assert hasattr(datatype, "__dataframe__"), (
|
|
91
|
+
f"Type {qual_type_name} must be annotated with `@dataframe`."
|
|
92
|
+
)
|
|
93
93
|
return datatype
|
{hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit.dataframes.egg-info/PKG-INFO
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: hopeit.dataframes
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Hopeit Engine Dataframes
|
|
5
|
-
Author-email: Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
|
|
3
|
+
Version: 0.26.0rc0
|
|
4
|
+
Summary: Hopeit Engine Dataframes for Pandas
|
|
5
|
+
Author-email: Leo Smerling & Pablo Canto <contact@hopeit.com.ar>, Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
|
|
6
6
|
License: Apache 2
|
|
7
7
|
Project-URL: Homepage, https://github.com/hopeit-git/hopeit.engine
|
|
8
8
|
Project-URL: CI: GitHub Actions, https://github.com/hopeit-git/hopeit.engine/actions?query=workflow
|
|
@@ -12,23 +12,22 @@ Project-URL: GitHub: repo, https://github.com/hopeit-git/hopeit.engine
|
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
-
Classifier:
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
19
20
|
Classifier: Operating System :: POSIX :: Linux
|
|
20
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
21
22
|
Classifier: Operating System :: Microsoft :: Windows
|
|
22
23
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
23
24
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
25
|
Classifier: Framework :: AsyncIO
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Requires-Dist: hopeit.
|
|
28
|
-
Requires-Dist: pandas
|
|
29
|
-
Requires-Dist: numpy
|
|
30
|
-
Provides-Extra: pyarrow
|
|
31
|
-
Requires-Dist: pyarrow; extra == "pyarrow"
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
Requires-Dist: hopeit.engine>=0.26.0rc0
|
|
28
|
+
Requires-Dist: hopeit.fs-storage>=0.26.0rc0
|
|
29
|
+
Requires-Dist: pandas>=2.2.3
|
|
30
|
+
Requires-Dist: numpy>=1.26.4
|
|
32
31
|
|
|
33
32
|
# hopeit.engine dataframes plugin
|
|
34
33
|
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
from setuptools import setup
|
|
2
|
-
from os import environ
|
|
3
|
-
|
|
4
|
-
version = {}
|
|
5
|
-
try:
|
|
6
|
-
with open("../../../engine/src/hopeit/server/version.py") as fp:
|
|
7
|
-
exec(fp.read(), version)
|
|
8
|
-
ENGINE_VERSION = version["ENGINE_VERSION"]
|
|
9
|
-
except FileNotFoundError:
|
|
10
|
-
ENGINE_VERSION = environ.get("ENGINE_VERSION")
|
|
11
|
-
|
|
12
|
-
if not ENGINE_VERSION:
|
|
13
|
-
raise RuntimeError("ENGINE_VERSION is not specified.")
|
|
14
|
-
|
|
15
|
-
setup(
|
|
16
|
-
version=ENGINE_VERSION,
|
|
17
|
-
install_requires=[
|
|
18
|
-
f"hopeit.engine[fs-storage]=={ENGINE_VERSION}",
|
|
19
|
-
"pandas",
|
|
20
|
-
"numpy",
|
|
21
|
-
],
|
|
22
|
-
extras_require={
|
|
23
|
-
"pyarrow": ["pyarrow"],
|
|
24
|
-
},
|
|
25
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/datablocks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/setup/__init__.py
RENAMED
|
File without changes
|
{hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/setup/dataframes.py
RENAMED
|
File without changes
|
{hopeit_dataframes-0.25.4 → hopeit_dataframes-0.26.0rc0}/src/hopeit/dataframes/setup/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|