PyAthena 3.27.0__tar.gz → 3.27.2__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.
- {pyathena-3.27.0 → pyathena-3.27.2}/PKG-INFO +12 -10
- {pyathena-3.27.0 → pyathena-3.27.2}/README.md +7 -7
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/_version.py +2 -2
- {pyathena-3.27.0 → pyathena-3.27.2}/pyproject.toml +4 -2
- {pyathena-3.27.0 → pyathena-3.27.2}/.gitignore +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/LICENSE +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/arrow/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/arrow/async_cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/arrow/converter.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/arrow/cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/arrow/result_set.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/arrow/util.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/async_cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/common.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/connection.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/converter.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/error.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/filesystem/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/filesystem/s3.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/filesystem/s3_object.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/formatter.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/model.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/pandas/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/pandas/async_cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/pandas/converter.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/pandas/cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/pandas/result_set.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/pandas/util.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/polars/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/polars/async_cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/polars/converter.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/polars/cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/polars/result_set.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/polars/util.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/py.typed +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/result_set.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/s3fs/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/s3fs/async_cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/s3fs/converter.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/s3fs/cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/s3fs/reader.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/s3fs/result_set.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/spark/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/spark/async_cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/spark/common.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/spark/cursor.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/__init__.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/arrow.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/base.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/compiler.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/constants.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/pandas.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/polars.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/preparer.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/requirements.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/rest.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/s3fs.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/types.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/sqlalchemy/util.py +0 -0
- {pyathena-3.27.0 → pyathena-3.27.2}/pyathena/util.py +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyAthena
|
|
3
|
-
Version: 3.27.
|
|
3
|
+
Version: 3.27.2
|
|
4
4
|
Summary: Python DB API 2.0 (PEP 249) client for Amazon Athena
|
|
5
|
-
Project-URL: homepage, https://github.com/
|
|
6
|
-
Project-URL: repository, https://github.com/
|
|
5
|
+
Project-URL: homepage, https://github.com/pyathena-dev/PyAthena/
|
|
6
|
+
Project-URL: repository, https://github.com/pyathena-dev/PyAthena/
|
|
7
|
+
Project-URL: documentation, https://pyathena-dev.github.io/PyAthena/
|
|
8
|
+
Project-URL: issues, https://github.com/pyathena-dev/PyAthena/issues
|
|
7
9
|
Author-email: laughingman7743 <laughingman7743@gmail.com>
|
|
8
10
|
License: Copyright 2017 laughingman7743
|
|
9
11
|
|
|
@@ -57,14 +59,14 @@ Description-Content-Type: text/markdown
|
|
|
57
59
|
|
|
58
60
|
<div align="center">
|
|
59
61
|
|
|
60
|
-
<img src="docs/_static/icon.png" alt="PyAthena logo" width="250">
|
|
62
|
+
<img src="https://raw.githubusercontent.com/pyathena-dev/PyAthena/master/docs/_static/icon.png" alt="PyAthena logo" width="250">
|
|
61
63
|
|
|
62
64
|
[](https://badge.fury.io/py/pyathena)
|
|
63
65
|
[](https://pypi.org/project/PyAthena/)
|
|
64
66
|
[](https://pepy.tech/project/pyathena)
|
|
65
|
-
[](https://github.com/
|
|
67
|
+
[](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml)
|
|
68
|
+
[](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml)
|
|
69
|
+
[](https://github.com/pyathena-dev/PyAthena/blob/master/LICENSE)
|
|
68
70
|
[](https://github.com/astral-sh/ruff)
|
|
69
71
|
[](https://mypy-lang.org/)
|
|
70
72
|
|
|
@@ -115,10 +117,10 @@ Many of the implementations in this library are based on [PyHive](https://github
|
|
|
115
117
|
|
|
116
118
|
## Links
|
|
117
119
|
|
|
118
|
-
- Documentation: https://
|
|
120
|
+
- Documentation: https://pyathena-dev.github.io/PyAthena/
|
|
119
121
|
- PyPI Releases: https://pypi.org/project/PyAthena/
|
|
120
|
-
- Source Code: https://github.com/
|
|
121
|
-
- Issue Tracker: https://github.com/
|
|
122
|
+
- Source Code: https://github.com/pyathena-dev/PyAthena/
|
|
123
|
+
- Issue Tracker: https://github.com/pyathena-dev/PyAthena/issues
|
|
122
124
|
|
|
123
125
|
## Logo
|
|
124
126
|
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
<img src="docs/_static/icon.png" alt="PyAthena logo" width="250">
|
|
5
|
+
<img src="https://raw.githubusercontent.com/pyathena-dev/PyAthena/master/docs/_static/icon.png" alt="PyAthena logo" width="250">
|
|
6
6
|
|
|
7
7
|
[](https://badge.fury.io/py/pyathena)
|
|
8
8
|
[](https://pypi.org/project/PyAthena/)
|
|
9
9
|
[](https://pepy.tech/project/pyathena)
|
|
10
|
-
[](https://github.com/
|
|
10
|
+
[](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml)
|
|
11
|
+
[](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml)
|
|
12
|
+
[](https://github.com/pyathena-dev/PyAthena/blob/master/LICENSE)
|
|
13
13
|
[](https://github.com/astral-sh/ruff)
|
|
14
14
|
[](https://mypy-lang.org/)
|
|
15
15
|
|
|
@@ -60,10 +60,10 @@ Many of the implementations in this library are based on [PyHive](https://github
|
|
|
60
60
|
|
|
61
61
|
## Links
|
|
62
62
|
|
|
63
|
-
- Documentation: https://
|
|
63
|
+
- Documentation: https://pyathena-dev.github.io/PyAthena/
|
|
64
64
|
- PyPI Releases: https://pypi.org/project/PyAthena/
|
|
65
|
-
- Source Code: https://github.com/
|
|
66
|
-
- Issue Tracker: https://github.com/
|
|
65
|
+
- Source Code: https://github.com/pyathena-dev/PyAthena/
|
|
66
|
+
- Issue Tracker: https://github.com/pyathena-dev/PyAthena/issues
|
|
67
67
|
|
|
68
68
|
## Logo
|
|
69
69
|
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.27.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 27,
|
|
31
|
+
__version__ = version = '3.27.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 27, 2)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -30,8 +30,10 @@ classifiers = [
|
|
|
30
30
|
dynamic = ["version"]
|
|
31
31
|
|
|
32
32
|
[project.urls]
|
|
33
|
-
homepage = "https://github.com/
|
|
34
|
-
repository = "https://github.com/
|
|
33
|
+
homepage = "https://github.com/pyathena-dev/PyAthena/"
|
|
34
|
+
repository = "https://github.com/pyathena-dev/PyAthena/"
|
|
35
|
+
documentation = "https://pyathena-dev.github.io/PyAthena/"
|
|
36
|
+
issues = "https://github.com/pyathena-dev/PyAthena/issues"
|
|
35
37
|
|
|
36
38
|
[project.entry-points."sqlalchemy.dialects"]
|
|
37
39
|
awsathena = "pyathena.sqlalchemy.base:AthenaDialect"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|