Metadata-Version: 2.4
Name: dbframe
Version: 0.1.0
Summary: A python package to simplify CRUD operations between SQL databases and pandas dataframe
Author-email: randomseed42 <randomseed42@protonmail.com>
Project-URL: Homepage, https://github.com/randomseed42/dbframe
Keywords: database,crud,sql,pandas,dataframe,postgresql,sqlite
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: alembic
Requires-Dist: orjsonic
Requires-Dist: pandas
Requires-Dist: psycopg2
Requires-Dist: pyarrow
Requires-Dist: sqlalchemy
Dynamic: license-file

# dbframe
A python package to simplify CRUD operations between SQL databases and pandas dataframe
