README.md
pyproject.toml
alembic/env.py
cli/__init__.py
cli/app.py
cli/bash_cli.py
cli/db_cli.py
cli/db_manage_cli.py
cli/item_cli.py
cli/item_detail_cli.py
crud/__init__.py
crud/item_crud.py
crud/item_detail_crud.py
dao/__init__.py
dao/item_dao.py
dao/item_detail_dao.py
dashboard/__init__.py
database/__init__.py
database/models.py
etl/__init__.py
shared/__init__.py
shared/db_check.py
shared/db_path_config.py
sqlitekit.egg-info/PKG-INFO
sqlitekit.egg-info/SOURCES.txt
sqlitekit.egg-info/dependency_links.txt
sqlitekit.egg-info/entry_points.txt
sqlitekit.egg-info/requires.txt
sqlitekit.egg-info/top_level.txt
tests/test_bash_cli.py
tests/test_db_cli.py
tests/test_e2e_cli.py
tests/test_etl_faker_scripts.py
tests/test_integration.py
tests/test_item_cli.py
tests/test_item_cli_disable_enable.py
tests/test_item_cli_list_details.py
tests/test_item_crud.py
tests/test_item_crud_disable_enable.py
tests/test_item_dao.py
tests/test_item_dao_disable_enable.py
tests/test_item_detail_cli.py
tests/test_item_detail_crud.py
tests/test_item_detail_crud_disable_enable.py
tests/test_item_detail_dao.py
tests/test_models.py