.flake8
.mise.toml
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
install.sh
pyproject.toml
pytest.ini
requirements.txt
scripts/auto-fix.sh
scripts/build.py
scripts/bump_version.py
scripts/debug_pytest.py
scripts/format-code.sh
scripts/reset_tg.sh
scripts/test-and-capture.sh
scripts/test-before-commit.sh
scripts/test-coverage.sh
scripts/test_features.sh
scripts/test_flake8_fixes.py
scripts/test_pypi_installation.sh
scripts/validate_package.py
src/tengingarstjori/__init__.py
src/tengingarstjori/cli.py
src/tengingarstjori/config_manager.py
src/tengingarstjori/exceptions.py
src/tengingarstjori/models.py
src/tengingarstjori/setup.py
src/tengingarstjori.egg-info/PKG-INFO
src/tengingarstjori.egg-info/SOURCES.txt
src/tengingarstjori.egg-info/dependency_links.txt
src/tengingarstjori.egg-info/entry_points.txt
src/tengingarstjori.egg-info/requires.txt
src/tengingarstjori.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_cli_coverage.py
tests/test_config_manager.py
tests/test_config_manager_advanced.py
tests/test_exceptions.py
tests/test_models.py
tests/test_models_advanced.py
tests/test_new_commands.py
tests/test_package_integration.py
tests/test_phase1_fixes.py
tests/test_setup.py