.coveragerc
.envrc
.gitignore
.gitownrc
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
FEATURES.rst
INSTALLATION.rst
LICENSE.txt
README.rst
example.ini
pyproject.toml
pytest.ini
pytest_debug.ini
setup.cfg
setup.py
tox.ini
.github/workflows/unit_test.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/jolly_brancher/__init__.py
src/jolly_brancher/auth.py
src/jolly_brancher/config.py
src/jolly_brancher/git.py
src/jolly_brancher/input.py
src/jolly_brancher/issues.py
src/jolly_brancher/main.py
src/jolly_brancher/skeleton.py
src/jolly_brancher/user_input.py
src/jolly_brancher.egg-info/PKG-INFO
src/jolly_brancher.egg-info/SOURCES.txt
src/jolly_brancher.egg-info/dependency_links.txt
src/jolly_brancher.egg-info/entry_points.txt
src/jolly_brancher.egg-info/not-zip-safe
src/jolly_brancher.egg-info/requires.txt
src/jolly_brancher.egg-info/top_level.txt
tests/conftest.py
tests/test_skeleton.py