GeoAlchemy2 0.14.5__tar.gz → 0.14.7__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 (132) hide show
  1. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/CHANGES.txt +12 -0
  2. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7/GeoAlchemy2.egg-info}/PKG-INFO +4 -1
  3. {GeoAlchemy2-0.14.5/GeoAlchemy2.egg-info → GeoAlchemy2-0.14.7}/PKG-INFO +4 -1
  4. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/README.rst +3 -0
  5. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/index.rst +8 -0
  6. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/mysql.py +3 -3
  7. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/types/__init__.py +4 -4
  8. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tox.ini +1 -1
  9. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.codespellrc +0 -0
  10. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.coveragerc +0 -0
  11. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.flake8 +0 -0
  12. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/bug_report.yaml +0 -0
  13. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  14. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -0
  15. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/how_to_use.yaml +0 -0
  16. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.github/dependabot.yml +0 -0
  17. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.github/pull_request_template.md +0 -0
  18. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.github/workflows/test_and_publish.yml +0 -0
  19. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.gitignore +0 -0
  20. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.pre-commit-config.yaml +0 -0
  21. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/.readthedocs.yaml +0 -0
  22. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/COPYING.rst +0 -0
  23. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/SOURCES.txt +0 -0
  24. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/dependency_links.txt +0 -0
  25. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/not-zip-safe +0 -0
  26. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/requires.txt +0 -0
  27. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/top_level.txt +0 -0
  28. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/GeoAlchemy2_dev.yml +0 -0
  29. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/MANIFEST.in +0 -0
  30. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/RELEASE.rst +0 -0
  31. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/TEST.rst +0 -0
  32. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/Makefile +0 -0
  33. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy.png +0 -0
  34. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy.svg +0 -0
  35. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy_small.png +0 -0
  36. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy_small.svg +0 -0
  37. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_templates/sidebar-about.html +0 -0
  38. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_templates/sidebar-links.html +0 -0
  39. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_templates/sidebar-logo.html +0 -0
  40. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_themes/LICENSE +0 -0
  41. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_themes/README +0 -0
  42. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_themes/flask/layout.html +0 -0
  43. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_themes/flask/relations.html +0 -0
  44. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_themes/flask/static/flasky.css_t +0 -0
  45. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_themes/flask/static/small_flask.css +0 -0
  46. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/_themes/flask/theme.conf +0 -0
  47. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/admin.rst +0 -0
  48. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/alembic.rst +0 -0
  49. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/alembic_helpers.rst +0 -0
  50. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/changelog.rst +0 -0
  51. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/conf.py +0 -0
  52. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/core_tutorial.rst +0 -0
  53. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/elements.rst +0 -0
  54. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/make.bat +0 -0
  55. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/migrate.rst +0 -0
  56. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/orm_tutorial.rst +0 -0
  57. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/shape.rst +0 -0
  58. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/spatial_functions.rst +0 -0
  59. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/spatial_operators.rst +0 -0
  60. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/spatialite_tutorial.rst +0 -0
  61. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/doc/types.rst +0 -0
  62. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/generate_type_stubs.py +0 -0
  63. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/__init__.py +0 -0
  64. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/_functions.py +0 -0
  65. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/_functions_helpers.py +0 -0
  66. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/__init__.py +0 -0
  67. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/__init__.py +0 -0
  68. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/common.py +0 -0
  69. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/geopackage.py +0 -0
  70. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/postgresql.py +0 -0
  71. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/sqlite.py +0 -0
  72. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/alembic_helpers.py +0 -0
  73. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/comparator.py +0 -0
  74. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/elements.py +0 -0
  75. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/exc.py +0 -0
  76. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/functions.py +0 -0
  77. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/functions.pyi +0 -0
  78. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/py.typed +0 -0
  79. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/shape.py +0 -0
  80. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/__init__.py +0 -0
  81. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/common.py +0 -0
  82. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/geopackage.py +0 -0
  83. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/mysql.py +0 -0
  84. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/postgresql.py +0 -0
  85. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/sqlite.py +0 -0
  86. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/geoalchemy2/utils.py +0 -0
  87. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/pyproject.toml +0 -0
  88. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/requirements-doc.txt +0 -0
  89. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/requirements-mypy.txt +0 -0
  90. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/requirements-rtd.txt +0 -0
  91. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/requirements.txt +0 -0
  92. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/setup.cfg +0 -0
  93. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/setup.py +0 -0
  94. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/.dockerignore +0 -0
  95. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/.gitignore +0 -0
  96. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/Dockerfile +0 -0
  97. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/build.sh +0 -0
  98. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/helpers/entrypoint.sh +0 -0
  99. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/helpers/init_mysql.sh +0 -0
  100. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/helpers/init_postgres.sh +0 -0
  101. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/helpers/install_requirements.sh +0 -0
  102. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/test_container/run.sh +0 -0
  103. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/__init__.py +0 -0
  104. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/alembic_config/alembic.ini +0 -0
  105. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/conftest.py +0 -0
  106. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/data/spatialite_ge_4.sqlite +0 -0
  107. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/data/spatialite_geopackage.gpkg +0 -0
  108. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/data/spatialite_lt_4.sqlite +0 -0
  109. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/README.rst +0 -0
  110. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/__init__.py +0 -0
  111. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_decipher_raster.py +0 -0
  112. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_disable_wrapping.py +0 -0
  113. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_insert_raster.py +0 -0
  114. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_length_at_insert.py +0 -0
  115. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_orm_mapped_v2.py +0 -0
  116. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_raster_transform.py +0 -0
  117. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_specific_compilation.py +0 -0
  118. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_summarystatsagg.py +0 -0
  119. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/gallery/test_type_decorator.py +0 -0
  120. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/schema_fixtures.py +0 -0
  121. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_alembic_migrations.py +0 -0
  122. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_comparator.py +0 -0
  123. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_elements.py +0 -0
  124. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_functional.py +0 -0
  125. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_functional_geopackage.py +0 -0
  126. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_functional_mysql.py +0 -0
  127. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_functional_postgresql.py +0 -0
  128. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_functional_sqlite.py +0 -0
  129. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_functions.py +0 -0
  130. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_pickle.py +0 -0
  131. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_shape.py +0 -0
  132. {GeoAlchemy2-0.14.5 → GeoAlchemy2-0.14.7}/tests/test_types.py +0 -0
@@ -1,6 +1,18 @@
1
1
  GeoAlchemy 2 Changelog
2
2
  ======================
3
3
 
4
+ 0.14.7
5
+ ------
6
+
7
+ * Allow geometry_type to be None at the type level to match documentation @logankaser (#500)
8
+ * CI: Fix Py312 job in tox @adrien-berchet (#501)
9
+ * Docs: Add Zenodo badge on the main page @adrien-berchet (#498)
10
+
11
+ 0.14.6
12
+ ------
13
+
14
+ * Fix: Fix specific compilation rules for MariaDB @adrien-berchet (#495)
15
+
4
16
  0.14.5
5
17
  ------
6
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: GeoAlchemy2
3
- Version: 0.14.5
3
+ Version: 0.14.7
4
4
  Summary: Using SQLAlchemy with Spatial Databases
5
5
  Home-page: https://geoalchemy-2.readthedocs.io/en/stable/
6
6
  Author: Eric Lemoine
@@ -43,6 +43,9 @@ GeoAlchemy 2
43
43
  :target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
44
44
  :alt: Documentation Status
45
45
 
46
+ .. image:: https://zenodo.org/badge/5638538.svg
47
+ :target: https://zenodo.org/doi/10.5281/zenodo.10808783
48
+
46
49
  GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
47
50
  based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.
48
51
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: GeoAlchemy2
3
- Version: 0.14.5
3
+ Version: 0.14.7
4
4
  Summary: Using SQLAlchemy with Spatial Databases
5
5
  Home-page: https://geoalchemy-2.readthedocs.io/en/stable/
6
6
  Author: Eric Lemoine
@@ -43,6 +43,9 @@ GeoAlchemy 2
43
43
  :target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
44
44
  :alt: Documentation Status
45
45
 
46
+ .. image:: https://zenodo.org/badge/5638538.svg
47
+ :target: https://zenodo.org/doi/10.5281/zenodo.10808783
48
+
46
49
  GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
47
50
  based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.
48
51
 
@@ -12,6 +12,9 @@ GeoAlchemy 2
12
12
  :target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
13
13
  :alt: Documentation Status
14
14
 
15
+ .. image:: https://zenodo.org/badge/5638538.svg
16
+ :target: https://zenodo.org/doi/10.5281/zenodo.10808783
17
+
15
18
  GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
16
19
  based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.
17
20
 
@@ -152,6 +152,14 @@ Many thanks to Mike Bayer for his guidance and support! He also `fostered
152
152
  <https://groups.google.com/forum/?fromgroups=#!topic/geoalchemy/k3PmQOB_FX4>`_
153
153
  the birth of GeoAlchemy 2.
154
154
 
155
+ Citation
156
+ --------
157
+
158
+ When you use this software, we kindly ask you to cite the following DOI:
159
+
160
+ .. image:: https://zenodo.org/badge/5638538.svg
161
+ :target: https://zenodo.org/doi/10.5281/zenodo.10808783
162
+
155
163
 
156
164
  Indices and tables
157
165
  ------------------
@@ -176,19 +176,19 @@ def _compile_GeomFromWKB_MySql(element, compiler, **kw):
176
176
 
177
177
 
178
178
  @compiles(functions.ST_GeomFromText, "mysql") # type: ignore
179
- @compiles(functions.ST_GeomFromEWKB, "mariadb") # type: ignore
179
+ @compiles(functions.ST_GeomFromText, "mariadb") # type: ignore
180
180
  def _MySQL_ST_GeomFromText(element, compiler, **kw):
181
181
  return _compile_GeomFromText_MySql(element, compiler, **kw)
182
182
 
183
183
 
184
184
  @compiles(functions.ST_GeomFromEWKT, "mysql") # type: ignore
185
- @compiles(functions.ST_GeomFromEWKB, "mariadb") # type: ignore
185
+ @compiles(functions.ST_GeomFromEWKT, "mariadb") # type: ignore
186
186
  def _MySQL_ST_GeomFromEWKT(element, compiler, **kw):
187
187
  return _compile_GeomFromText_MySql(element, compiler, **kw)
188
188
 
189
189
 
190
190
  @compiles(functions.ST_GeomFromWKB, "mysql") # type: ignore
191
- @compiles(functions.ST_GeomFromEWKB, "mariadb") # type: ignore
191
+ @compiles(functions.ST_GeomFromWKB, "mariadb") # type: ignore
192
192
  def _MySQL_ST_GeomFromWKB(element, compiler, **kw):
193
193
  return _compile_GeomFromWKB_MySql(element, compiler, **kw)
194
194
 
@@ -114,14 +114,14 @@ class _GISType(UserDefinedType):
114
114
 
115
115
  def __init__(
116
116
  self,
117
- geometry_type="GEOMETRY",
117
+ geometry_type: Optional[str] = "GEOMETRY",
118
118
  srid=-1,
119
119
  dimension=2,
120
120
  spatial_index=True,
121
121
  use_N_D_index=False,
122
- use_typmod=None,
123
- from_text=None,
124
- name=None,
122
+ use_typmod: Optional[bool] = None,
123
+ from_text: Optional[str] = None,
124
+ name: Optional[str] = None,
125
125
  nullable=True,
126
126
  _spatial_index_reflected=None,
127
127
  ) -> None:
@@ -1,5 +1,5 @@
1
1
  [tox]
2
- envlist = py{37,38,39,310,311}-sqla{14,latest}, pypy3-sqla{14,latest}, lint, coverage, docs
2
+ envlist = py{37,38,39,310,311,312}-sqla{14,latest}, pypy3-sqla{14,latest}, lint, coverage, docs
3
3
  requires=
4
4
  setuptools>42
5
5
 
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