LICENSE
README.md
pyproject.toml
grateful_py/__init__.py
grateful_py/exceptions.py
grateful_py/models.py
grateful_py/py.typed
grateful_py.egg-info/PKG-INFO
grateful_py.egg-info/SOURCES.txt
grateful_py.egg-info/dependency_links.txt
grateful_py.egg-info/entry_points.txt
grateful_py.egg-info/requires.txt
grateful_py.egg-info/top_level.txt
grateful_py/api/__init__.py
grateful_py/api/core.py
grateful_py/citation/__init__.py
grateful_py/citation/bibtex.py
grateful_py/citation/csl.py
grateful_py/citation/markdown.py
grateful_py/citation/nocite.py
grateful_py/citation/paragraph.py
grateful_py/citation/report.py
grateful_py/citation/table.py
grateful_py/citation/templates.py
grateful_py/citation/report_templates/report.html.j2
grateful_py/cli/__init__.py
grateful_py/cli/main.py
grateful_py/detection/__init__.py
grateful_py/detection/pyproject_deps.py
grateful_py/detection/resolver.py
grateful_py/detection/scanner.py
grateful_py/detection/session.py
grateful_py/detection/stdlib.py
grateful_py/metadata/__init__.py
grateful_py/metadata/dependencies.py
grateful_py/metadata/extractor.py
grateful_py/metadata/normalizer.py
tests/test_api_core.py
tests/test_bibtex.py
tests/test_cli.py
tests/test_csl.py
tests/test_dependencies.py
tests/test_extractor.py
tests/test_markdown.py
tests/test_nocite.py
tests/test_normalizer.py
tests/test_paragraph.py
tests/test_pyproject_deps.py
tests/test_report.py
tests/test_resolver.py
tests/test_scanner.py
tests/test_stdlib.py
tests/test_table.py