PyAthena 3.27.1__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.
Files changed (62) hide show
  1. {pyathena-3.27.1 → pyathena-3.27.2}/PKG-INFO +12 -10
  2. {pyathena-3.27.1 → pyathena-3.27.2}/README.md +7 -7
  3. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/_version.py +2 -2
  4. {pyathena-3.27.1 → pyathena-3.27.2}/pyproject.toml +4 -2
  5. {pyathena-3.27.1 → pyathena-3.27.2}/.gitignore +0 -0
  6. {pyathena-3.27.1 → pyathena-3.27.2}/LICENSE +0 -0
  7. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/__init__.py +0 -0
  8. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/arrow/__init__.py +0 -0
  9. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/arrow/async_cursor.py +0 -0
  10. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/arrow/converter.py +0 -0
  11. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/arrow/cursor.py +0 -0
  12. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/arrow/result_set.py +0 -0
  13. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/arrow/util.py +0 -0
  14. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/async_cursor.py +0 -0
  15. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/common.py +0 -0
  16. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/connection.py +0 -0
  17. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/converter.py +0 -0
  18. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/cursor.py +0 -0
  19. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/error.py +0 -0
  20. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/filesystem/__init__.py +0 -0
  21. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/filesystem/s3.py +0 -0
  22. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/filesystem/s3_object.py +0 -0
  23. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/formatter.py +0 -0
  24. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/model.py +0 -0
  25. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/pandas/__init__.py +0 -0
  26. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/pandas/async_cursor.py +0 -0
  27. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/pandas/converter.py +0 -0
  28. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/pandas/cursor.py +0 -0
  29. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/pandas/result_set.py +0 -0
  30. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/pandas/util.py +0 -0
  31. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/polars/__init__.py +0 -0
  32. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/polars/async_cursor.py +0 -0
  33. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/polars/converter.py +0 -0
  34. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/polars/cursor.py +0 -0
  35. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/polars/result_set.py +0 -0
  36. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/polars/util.py +0 -0
  37. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/py.typed +0 -0
  38. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/result_set.py +0 -0
  39. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/s3fs/__init__.py +0 -0
  40. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/s3fs/async_cursor.py +0 -0
  41. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/s3fs/converter.py +0 -0
  42. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/s3fs/cursor.py +0 -0
  43. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/s3fs/reader.py +0 -0
  44. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/s3fs/result_set.py +0 -0
  45. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/spark/__init__.py +0 -0
  46. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/spark/async_cursor.py +0 -0
  47. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/spark/common.py +0 -0
  48. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/spark/cursor.py +0 -0
  49. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/__init__.py +0 -0
  50. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/arrow.py +0 -0
  51. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/base.py +0 -0
  52. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/compiler.py +0 -0
  53. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/constants.py +0 -0
  54. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/pandas.py +0 -0
  55. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/polars.py +0 -0
  56. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/preparer.py +0 -0
  57. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/requirements.py +0 -0
  58. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/rest.py +0 -0
  59. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/s3fs.py +0 -0
  60. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/types.py +0 -0
  61. {pyathena-3.27.1 → pyathena-3.27.2}/pyathena/sqlalchemy/util.py +0 -0
  62. {pyathena-3.27.1 → 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.1
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/laughingman7743/PyAthena/
6
- Project-URL: repository, https://github.com/laughingman7743/PyAthena/
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="https://raw.githubusercontent.com/laughingman7743/PyAthena/master/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
  [![PyPI - Version](https://badge.fury.io/py/pyathena.svg)](https://badge.fury.io/py/pyathena)
63
65
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyAthena.svg)](https://pypi.org/project/PyAthena/)
64
66
  [![PyPI - Downloads](https://static.pepy.tech/badge/pyathena/month)](https://pepy.tech/project/pyathena)
65
- [![CI - Test](https://github.com/laughingman7743/PyAthena/actions/workflows/test.yaml/badge.svg)](https://github.com/laughingman7743/PyAthena/actions/workflows/test.yaml)
66
- [![CD - Docs](https://github.com/laughingman7743/PyAthena/actions/workflows/docs.yaml/badge.svg)](https://github.com/laughingman7743/PyAthena/actions/workflows/docs.yaml)
67
- [![License - MIT](https://img.shields.io/pypi/l/PyAthena.svg)](https://github.com/laughingman7743/PyAthena/blob/master/LICENSE)
67
+ [![CI - Test](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml/badge.svg)](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml)
68
+ [![CD - Docs](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml/badge.svg)](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml)
69
+ [![License - MIT](https://img.shields.io/pypi/l/PyAthena.svg)](https://github.com/pyathena-dev/PyAthena/blob/master/LICENSE)
68
70
  [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
69
71
  [![types - Mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](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://laughingman7743.github.io/PyAthena/
120
+ - Documentation: https://pyathena-dev.github.io/PyAthena/
119
121
  - PyPI Releases: https://pypi.org/project/PyAthena/
120
- - Source Code: https://github.com/laughingman7743/PyAthena/
121
- - Issue Tracker: https://github.com/laughingman7743/PyAthena/issues
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="https://raw.githubusercontent.com/laughingman7743/PyAthena/master/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
  [![PyPI - Version](https://badge.fury.io/py/pyathena.svg)](https://badge.fury.io/py/pyathena)
8
8
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyAthena.svg)](https://pypi.org/project/PyAthena/)
9
9
  [![PyPI - Downloads](https://static.pepy.tech/badge/pyathena/month)](https://pepy.tech/project/pyathena)
10
- [![CI - Test](https://github.com/laughingman7743/PyAthena/actions/workflows/test.yaml/badge.svg)](https://github.com/laughingman7743/PyAthena/actions/workflows/test.yaml)
11
- [![CD - Docs](https://github.com/laughingman7743/PyAthena/actions/workflows/docs.yaml/badge.svg)](https://github.com/laughingman7743/PyAthena/actions/workflows/docs.yaml)
12
- [![License - MIT](https://img.shields.io/pypi/l/PyAthena.svg)](https://github.com/laughingman7743/PyAthena/blob/master/LICENSE)
10
+ [![CI - Test](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml/badge.svg)](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml)
11
+ [![CD - Docs](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml/badge.svg)](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml)
12
+ [![License - MIT](https://img.shields.io/pypi/l/PyAthena.svg)](https://github.com/pyathena-dev/PyAthena/blob/master/LICENSE)
13
13
  [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
14
14
  [![types - Mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](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://laughingman7743.github.io/PyAthena/
63
+ - Documentation: https://pyathena-dev.github.io/PyAthena/
64
64
  - PyPI Releases: https://pypi.org/project/PyAthena/
65
- - Source Code: https://github.com/laughingman7743/PyAthena/
66
- - Issue Tracker: https://github.com/laughingman7743/PyAthena/issues
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.1'
32
- __version_tuple__ = version_tuple = (3, 27, 1)
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/laughingman7743/PyAthena/"
34
- repository = "https://github.com/laughingman7743/PyAthena/"
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