.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/build_and_tests.yml
.github/workflows/codeql-analysis.yml
.github/workflows/fast-checks.yml
src/ledgered/__init__.py
src/ledgered/__version__.py
src/ledgered.egg-info/PKG-INFO
src/ledgered.egg-info/SOURCES.txt
src/ledgered.egg-info/dependency_links.txt
src/ledgered.egg-info/entry_points.txt
src/ledgered.egg-info/requires.txt
src/ledgered.egg-info/top_level.txt
src/ledgered/utils/__init__.py
src/ledgered/utils/manifest.py
tests/unit/_data/Cargo.toml
tests/unit/_data/Makefile
tests/unit/_data/ledger_app.toml
tests/unit/_data/legacy/Cargo.toml
tests/unit/_data/legacy/ledger_app.toml
tests/unit/utils/__init__.py
tests/unit/utils/test_manifest.py