.gitignore
LICENSE
README.md
pyproject.toml
.github/release.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.idea/.gitignore
.idea/discord.xml
.idea/misc.xml
.idea/modules.xml
.idea/targer-api.iml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
examples/__init__.py
examples/analyze.py
targer_api/__init__.py
targer_api/api.py
targer_api/constants.py
targer_api/model.py
targer_api/parse.py
targer_api.egg-info/PKG-INFO
targer_api.egg-info/SOURCES.txt
targer_api.egg-info/dependency_links.txt
targer_api.egg-info/requires.txt
targer_api.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py
tests/test_json.py
tests/test_model.py