gooddata-pandas 1.33.0__tar.gz → 1.34.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.

Potentially problematic release.


This version of gooddata-pandas might be problematic. Click here for more details.

Files changed (20) hide show
  1. {gooddata_pandas-1.33.0/gooddata_pandas.egg-info → gooddata_pandas-1.34.0}/PKG-INFO +16 -4
  2. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0/gooddata_pandas.egg-info}/PKG-INFO +16 -4
  3. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas.egg-info/requires.txt +1 -1
  4. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/setup.py +4 -3
  5. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/LICENSE.txt +0 -0
  6. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/MANIFEST.in +0 -0
  7. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/README.md +0 -0
  8. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/__init__.py +0 -0
  9. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/_version.py +0 -0
  10. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/data_access.py +0 -0
  11. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/dataframe.py +0 -0
  12. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/good_pandas.py +0 -0
  13. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/py.typed +0 -0
  14. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/result_convertor.py +0 -0
  15. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/series.py +0 -0
  16. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas/utils.py +0 -0
  17. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas.egg-info/SOURCES.txt +0 -0
  18. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas.egg-info/dependency_links.txt +0 -0
  19. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/gooddata_pandas.egg-info/top_level.txt +0 -0
  20. {gooddata_pandas-1.33.0 → gooddata_pandas-1.34.0}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: gooddata-pandas
3
- Version: 1.33.0
3
+ Version: 1.34.0
4
4
  Summary: GoodData Cloud to pandas
5
5
  Author: GoodData
6
6
  Author-email: support@gooddata.com
7
7
  License: MIT
8
- Project-URL: Documentation, https://gooddata-pandas.readthedocs.io/en/v1.33.0
8
+ Project-URL: Documentation, https://gooddata-pandas.readthedocs.io/en/v1.34.0
9
9
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
10
  Keywords: gooddata,pandas,series,data,frame,data_frame,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
11
11
  Classifier: Development Status :: 5 - Production/Stable
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Classifier: Topic :: Database
19
20
  Classifier: Topic :: Scientific/Engineering
20
21
  Classifier: Topic :: Software Development
@@ -22,8 +23,19 @@ Classifier: Typing :: Typed
22
23
  Requires-Python: >=3.9.0
23
24
  Description-Content-Type: text/markdown
24
25
  License-File: LICENSE.txt
25
- Requires-Dist: gooddata-sdk~=1.33.0
26
+ Requires-Dist: gooddata-sdk~=1.34.0
26
27
  Requires-Dist: pandas<3.0.0,>=2.0.0
28
+ Dynamic: author
29
+ Dynamic: author-email
30
+ Dynamic: classifier
31
+ Dynamic: description
32
+ Dynamic: description-content-type
33
+ Dynamic: keywords
34
+ Dynamic: license
35
+ Dynamic: project-url
36
+ Dynamic: requires-dist
37
+ Dynamic: requires-python
38
+ Dynamic: summary
27
39
 
28
40
  # GoodData Pandas
29
41
 
@@ -1,11 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: gooddata-pandas
3
- Version: 1.33.0
3
+ Version: 1.34.0
4
4
  Summary: GoodData Cloud to pandas
5
5
  Author: GoodData
6
6
  Author-email: support@gooddata.com
7
7
  License: MIT
8
- Project-URL: Documentation, https://gooddata-pandas.readthedocs.io/en/v1.33.0
8
+ Project-URL: Documentation, https://gooddata-pandas.readthedocs.io/en/v1.34.0
9
9
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
10
  Keywords: gooddata,pandas,series,data,frame,data_frame,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
11
11
  Classifier: Development Status :: 5 - Production/Stable
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Classifier: Topic :: Database
19
20
  Classifier: Topic :: Scientific/Engineering
20
21
  Classifier: Topic :: Software Development
@@ -22,8 +23,19 @@ Classifier: Typing :: Typed
22
23
  Requires-Python: >=3.9.0
23
24
  Description-Content-Type: text/markdown
24
25
  License-File: LICENSE.txt
25
- Requires-Dist: gooddata-sdk~=1.33.0
26
+ Requires-Dist: gooddata-sdk~=1.34.0
26
27
  Requires-Dist: pandas<3.0.0,>=2.0.0
28
+ Dynamic: author
29
+ Dynamic: author-email
30
+ Dynamic: classifier
31
+ Dynamic: description
32
+ Dynamic: description-content-type
33
+ Dynamic: keywords
34
+ Dynamic: license
35
+ Dynamic: project-url
36
+ Dynamic: requires-dist
37
+ Dynamic: requires-python
38
+ Dynamic: summary
27
39
 
28
40
  # GoodData Pandas
29
41
 
@@ -1,2 +1,2 @@
1
- gooddata-sdk~=1.33.0
1
+ gooddata-sdk~=1.34.0
2
2
  pandas<3.0.0,>=2.0.0
@@ -7,7 +7,7 @@ this_directory = Path(__file__).parent
7
7
  long_description = (this_directory / "README.md").read_text(encoding="utf-8")
8
8
 
9
9
  REQUIRES = [
10
- "gooddata-sdk~=1.33.0",
10
+ "gooddata-sdk~=1.34.0",
11
11
  "pandas>=2.0.0,<3.0.0",
12
12
  ]
13
13
 
@@ -16,7 +16,7 @@ setup(
16
16
  description="GoodData Cloud to pandas",
17
17
  long_description=long_description,
18
18
  long_description_content_type="text/markdown",
19
- version="1.33.0",
19
+ version="1.34.0",
20
20
  author="GoodData",
21
21
  author_email="support@gooddata.com",
22
22
  license="MIT",
@@ -26,7 +26,7 @@ setup(
26
26
  packages=find_packages(exclude=["tests*"]),
27
27
  python_requires=">=3.9.0",
28
28
  project_urls={
29
- "Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.33.0",
29
+ "Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.34.0",
30
30
  "Source": "https://github.com/gooddata/gooddata-python-sdk",
31
31
  },
32
32
  classifiers=[
@@ -37,6 +37,7 @@ setup(
37
37
  "Programming Language :: Python :: 3.10",
38
38
  "Programming Language :: Python :: 3.11",
39
39
  "Programming Language :: Python :: 3.12",
40
+ "Programming Language :: Python :: 3.13",
40
41
  "Topic :: Database",
41
42
  "Topic :: Scientific/Engineering",
42
43
  "Topic :: Software Development",