Metadata-Version: |
2.1 |
Name: |
core-db |
Version: |
2.1.0 |
Summary: |
This project/library contains common elements and clients related to database engines... |
Author-Email: |
Alejandro Cora González <alek.cora.glez[at]gmail.com> |
Maintainer: |
Alejandro Cora González |
Project-Url: |
Homepage, https://gitlab.com/bytecode-solutions/core/core-db |
Project-Url: |
Repository, https://gitlab.com/bytecode-solutions/core/core-db |
Project-Url: |
Issues, https://gitlab.com/bytecode-solutions/core/core-db/-/issues |
Project-Url: |
Changelog, https://gitlab.com/bytecode-solutions/core/core-db/-/blob/master/CHANGELOG.md |
License: |
MIT |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
core-etl (>=1.1.0) |
Requires-Dist: |
core-mixins (>=1.1.0) |
Requires-Dist: |
core-tests (>=1.1.0) |
Requires-Dist: |
typing-extensions (>=4.8.0); python_version >= "3.8" and python_version < "3.11" |
Requires-Dist: |
typing-extensions (>=4.2.0); python_version >= "3.7" and python_version < "3.8" |
Requires-Dist: |
PyMySQL (>=1.1.1); extra == "all" |
Requires-Dist: |
psycopg (>=3.2.3); extra == "all" |
Requires-Dist: |
psycopg-binary (>=3.2.3); extra == "all" |
Requires-Dist: |
oracledb (>=2.5.0); extra == "all" |
Requires-Dist: |
pyodbc (>=5.2.0); extra == "all" |
Requires-Dist: |
pymongo (>=4.6.0); extra == "all" |
Requires-Dist: |
ibm-db (>=3.2.3); extra == "all" |
Requires-Dist: |
snowflake-connector-python (>=3.7.1); extra == "all" |
Requires-Dist: |
PyMySQL (>=1.1.1); extra == "mysql" |
Requires-Dist: |
psycopg (>=3.2.3); extra == "postgres" |
Requires-Dist: |
psycopg-binary (>=3.2.3); extra == "postgres" |
Requires-Dist: |
oracledb (>=2.5.0); extra == "oracle" |
Requires-Dist: |
pyodbc (>=5.2.0); extra == "mssql" |
Requires-Dist: |
pymongo (>=4.6.0); extra == "mongo" |
Requires-Dist: |
snowflake-connector-python (>=3.7.1); extra == "snowflake" |
Requires-Dist: |
ibm-db (>=3.2.3); extra == "db2" |
Provides-Extra: |
all |
Provides-Extra: |
mysql |
Provides-Extra: |
postgres |
Provides-Extra: |
oracle |
Provides-Extra: |
mssql |
Provides-Extra: |
mongo |
Provides-Extra: |
snowflake |
Provides-Extra: |
db2 |
Description-Content-Type: |
text/markdown |