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