Metadata-Version: 2.4
Name: af_db_interface_teach
Version: 0.1.0
Summary: Excel export and versioned JSON for SQLite databases, combining af_db_teach and af_json_teach
Author-email: Abbas Faramarzi <abbasfaramarzi@068gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/abbasfaamarzi/af_db_interface_teach
Project-URL: Bug Reports, https://github.com/abbasfaamarzi/af_db_interface_teach/issues
Project-URL: Source, https://github.com/abbasfaamarzi/af_db_interface_teach
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: af_db_teach>=0.1.0
Requires-Dist: af_json_teach>=0.1.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: openpyxl>=3.0.0
Dynamic: license-file

# af_db_interface_teach

Excel export and versioned JSON for SQLite databases.  
Combines `af_db_teach` (ORM) and `af_json_teach` (versioned export) to provide:

- Automatic Excel export with change detection (via hash)
- Version tracking of database snapshots
- All features of both parent packages

## Installation

```bash
pip install af_db_interface_teach
