.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/dataclasses.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/mucklas/__init__.py
src/mucklas/dataclasses.py
src/mucklas/skeleton.py
src/mucklas.egg-info/PKG-INFO
src/mucklas.egg-info/SOURCES.txt
src/mucklas.egg-info/dependency_links.txt
src/mucklas.egg-info/not-zip-safe
src/mucklas.egg-info/requires.txt
src/mucklas.egg-info/top_level.txt
tests/conftest.py
tests/test_dataclasses.py
tests/test_skeleton.py