.gitattributes
.gitignore
CONTRIBUTING.md
DEVELOPMENT.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/cliff_template.toml
.github/labeler.yaml
.github/workflows/documentation.yaml
.github/workflows/pull-request-labeler.yaml
.github/workflows/pull-request-linter.yaml
.github/workflows/release.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
docs/source/_ext/autosummarycaption.py
docs/source/_ext/autosummaryfromconfig.py
docs/source/_ext/betterreplace.py
docs/source/_ext/includemdheader.py
docs/source/_ext/metadata.py
docs/source/_ext/projectmetadata.py
docs/source/_templates/autosummary/module.rst
docs/source/scripts/main.rst
src/rpdll/__init__.py
src/rpdll/__init__.pyi
src/rpdll/__main__.py
src/rpdll/cli.py
src/rpdll/py.typed
src/rpdll.egg-info/PKG-INFO
src/rpdll.egg-info/SOURCES.txt
src/rpdll.egg-info/dependency_links.txt
src/rpdll.egg-info/entry_points.txt
src/rpdll.egg-info/requires.txt
src/rpdll.egg-info/top_level.txt
src/rpdll/modules/__init__.py
src/rpdll/modules/ansi.py
src/rpdll/modules/log.py
src/rpdll/modules/metadata.py
src/rpdll/modules/pe.py
src/rpdll/modules/rusty.py
src/rpdll/modules/template.py
src/rpdll/modules/parsing/__init__.py
src/rpdll/modules/parsing/parents.py
src/rpdll/modules/parsing/parsers/__init__.py
src/rpdll/modules/parsing/parsers/main.py
src/rpdll/parsers/__init__.py
src/rpdll/parsers/main.py
src/rpdll/parsers/types.py
src/rpdll/templates/build.jinja
src/rpdll/templates/lib.jinja
tests/conftest.py
tests/test_dunder_attrs.py