.codecov.yml
.dockerignore
.gitignore
.markdownlint.json
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/docker.yml
.github/workflows/release.yml
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/pyVIN.iml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
pyVIN_UI.egg-info/PKG-INFO
pyVIN_UI.egg-info/SOURCES.txt
pyVIN_UI.egg-info/dependency_links.txt
pyVIN_UI.egg-info/requires.txt
pyVIN_UI.egg-info/top_level.txt
src/__init__.py
src/config.py
src/exceptions.py
src/api/__init__.py
src/api/client.py
src/api/models.py
src/formatting/__init__.py
src/formatting/fields.py
src/formatting/response.py
src/logs/__init__.py
src/logs/logs.py
src/ui/Home.py
src/ui/__init__.py
src/ui/components/__init__.py
src/ui/components/results_table.py
src/ui/pages/VIN_Decoder.py
src/ui/pages/__init__.py
src/validation/__init__.py
src/validation/vin.py
tests/conftest.py
tests/test_api/test_client.py
tests/test_api/test_models.py
tests/test_formatting/test_fields.py
tests/test_formatting/test_response.py
tests/test_logs/__init__.py
tests/test_logs/test_logs.py
tests/test_validation/test_vin.py