Metadata-Version: |
2.1 |
Name: |
Pandemy |
Version: |
1.2.0 |
Summary: |
A wrapper around pandas and SQLAlchemy to provide an easy interface for DataFrames and databases. |
Author-Email: |
Anton Lydell <antoningenjoren[at]gmail.com> |
Project-Url: |
Bug Tracker, https://github.com/antonlydell/Pandemy/issues |
Project-Url: |
Documentation, https://pandemy.readthedocs.io |
Project-Url: |
Source Code, https://github.com/antonlydell/Pandemy |
License: |
MIT License |
Keywords: |
database,DataFrame,data analytics,data science,merge,Oracle,pandas,sql,SQLAlchemy,SQLite,update,upsert |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Topic :: Database |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pandas (>=1.2) |
Requires-Dist: |
sqlalchemy (>=1.4) |
Requires-Dist: |
sphinx (>=4.2); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=0.4.3); extra == "docs" |
Requires-Dist: |
docutils (>=0.16); extra == "docs" |
Requires-Dist: |
cx-oracle (>=7.0); extra == "oracle" |
Requires-Dist: |
pytest (>=6.0); extra == "tests" |
Requires-Dist: |
cx-oracle (>=7.0); extra == "tests" |
Requires-Dist: |
pyodbc (>=4.0); extra == "tests" |
Provides-Extra: |
docs |
Provides-Extra: |
oracle |
Provides-Extra: |
tests |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |