.coveragerc
.gitignore
LICENSE
MANIFEST.in
README.rst
TODO.rst
pyproject.toml
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/source/CHANGELOG.rst
docs/source/README.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/modules/.gitkeep
docs/source/modules/index.rst
src/bootstrap_py/__init__.py
src/bootstrap_py/classifiers.py
src/bootstrap_py/commands.py
src/bootstrap_py/control.py
src/bootstrap_py/docs.py
src/bootstrap_py/exceptions.py
src/bootstrap_py/package.py
src/bootstrap_py/pypi.py
src/bootstrap_py/update.py
src/bootstrap_py/vcs.py
src/bootstrap_py/version.py
src/bootstrap_py.egg-info/PKG-INFO
src/bootstrap_py.egg-info/SOURCES.txt
src/bootstrap_py.egg-info/dependency_links.txt
src/bootstrap_py.egg-info/entry_points.txt
src/bootstrap_py.egg-info/requires.txt
src/bootstrap_py.egg-info/top_level.txt
src/bootstrap_py/data/classifiers.txt
src/bootstrap_py/data/classifiers.txt.sha256
src/bootstrap_py/templates/.coveragerc.j2
src/bootstrap_py/templates/.gitignore.j2
src/bootstrap_py/templates/MANIFEST.in.j2
src/bootstrap_py/templates/README.rst.j2
src/bootstrap_py/templates/__init__.py.j2
src/bootstrap_py/templates/pyproject.toml.j2
src/bootstrap_py/templates/sample.py.j2
src/bootstrap_py/templates/test_sample.py.j2
src/bootstrap_py/templates/tox.ini.j2
src/bootstrap_py/templates/.github/workflows/ci.yml.j2
src/bootstrap_py/templates/docs/source/CHANGELOG.rst.j2
src/bootstrap_py/templates/docs/source/index.rst.j2
src/bootstrap_py/templates/docs/source/modules/index.rst.j2
src/bootstrap_py/templates/utils/pre-commit.j2
src/bootstrap_py/tests/__init__.py
src/bootstrap_py/tests/stub.py
src/bootstrap_py/tests/test_classifiers.py
src/bootstrap_py/tests/test_commands.py
src/bootstrap_py/tests/test_control.py
src/bootstrap_py/tests/test_package.py
src/bootstrap_py/tests/test_pypi.py
src/bootstrap_py/tests/test_vcs.py
src/bootstrap_py/tests/data/badge.svg
src/bootstrap_py/tests/data/search_result
utils/pre-commit