.gitignore
API_REFERENCE.md
CHANGELOG.md
CONTRIBUTING.md
DOCUMENTATION_COMPLETE.md
LICENSE
MANIFEST.in
Makefile
PKG-INFO
PYPI_PUBLISHING.md
PYPI_READY.md
README.md
Readme.md
UPGRADE_SUMMARY.md
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
.idea/.gitignore
.idea/LazzyORM.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
LazzyORM.egg-info/PKG-INFO
LazzyORM.egg-info/SOURCES.txt
LazzyORM.egg-info/dependency_links.txt
LazzyORM.egg-info/not-zip-safe
LazzyORM.egg-info/requires.txt
LazzyORM.egg-info/top_level.txt
examples/crud_example.py
examples/csv_import_example.py
lazzy_orm/__init__.py
lazzy_orm/exceptions.py
lazzy_orm/config/__init__.py
lazzy_orm/config/connector.py
lazzy_orm/config/date_parser.py
lazzy_orm/lazzy_delete/__init__.py
lazzy_orm/lazzy_delete/lazzy_delete.py
lazzy_orm/lazzy_fetch/__init__.py
lazzy_orm/lazzy_fetch/lazzy_fetch.py
lazzy_orm/lazzy_insert/__init__.py
lazzy_orm/lazzy_insert/lazzy_insert.py
lazzy_orm/lazzy_query/__init__.py
lazzy_orm/lazzy_query/lazzy_query.py
lazzy_orm/lazzy_update/__init__.py
lazzy_orm/lazzy_update/lazzy_update.py
lazzy_orm/logger/__init__.py
lazzy_orm/logger/logger.py