LICENSE
README.md
pyproject.toml
src/hinlegacy/__init__.py
src/hinlegacy/__main__.py
src/hinlegacy/api.py
src/hinlegacy/constants.py
src/hinlegacy/exceptions.py
src/hinlegacy/models.py
src/hinlegacy.egg-info/PKG-INFO
src/hinlegacy.egg-info/SOURCES.txt
src/hinlegacy.egg-info/dependency_links.txt
src/hinlegacy.egg-info/entry_points.txt
src/hinlegacy.egg-info/top_level.txt
src/hinlegacy/cli/__init__.py
src/hinlegacy/cli/main.py
src/hinlegacy/decoder/__init__.py
src/hinlegacy/decoder/bootstrap.py
src/hinlegacy/decoder/devlys_010.py
src/hinlegacy/decoder/dispatch.py
src/hinlegacy/decoder/krutidev_010.py
src/hinlegacy/decoder/registry.py
src/hinlegacy/decoder/walkman_chanakya_905.py
src/hinlegacy/decoder/engines/chanakya.py
src/hinlegacy/decoder/engines/devlys.py
src/hinlegacy/decoder/engines/krutidev.py
src/hinlegacy/detector/__init__.py
src/hinlegacy/detector/detect.py
src/hinlegacy/detector/heuristics.py
src/hinlegacy/detector/patterns.py
tests/test.py
tests/test_cli.py