.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
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/eggcell/__init__.py
src/eggcell/lib.py
src/eggcell/main.py
src/eggcell.egg-info/PKG-INFO
src/eggcell.egg-info/SOURCES.txt
src/eggcell.egg-info/dependency_links.txt
src/eggcell.egg-info/entry_points.txt
src/eggcell.egg-info/not-zip-safe
src/eggcell.egg-info/requires.txt
src/eggcell.egg-info/top_level.txt
src/eggcell/templates/awscli.sh.j2
src/eggcell/templates/awscli_pwsh.ps1.j2
src/eggcell/templates/bash1.sh.j2
src/eggcell/templates/github-bash.sh.j2
src/eggcell/templates/keychain.sh.j2
src/eggcell/templates/pwsh.ps1.j2
tests/conftest.py
tests/test_skeleton.py