Metadata-Version: 2.1
Name: auto-doc-collector
Version: 0.1
Summary: A package to export database tables to Excel files
Home-page: https://github.com/PsymoNiko/auto-doc-collector/
Author: Ali Mohammadnia
Author-email: alimohammadnia127@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: psycopg2-binary
Requires-Dist: sqlalchemy

# db_to_excel

A package to export database tables to Excel files.

## Installation

```bash
pip install .



