.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/livesolid/__init__.py
src/livesolid/lib.py
src/livesolid/main.py
src/livesolid.egg-info/PKG-INFO
src/livesolid.egg-info/SOURCES.txt
src/livesolid.egg-info/dependency_links.txt
src/livesolid.egg-info/entry_points.txt
src/livesolid.egg-info/not-zip-safe
src/livesolid.egg-info/requires.txt
src/livesolid.egg-info/top_level.txt
src/livesolid/templates/Makefile.j2
src/livesolid/templates/Makefile2.j2
src/livesolid/templates/github_ci.yml
src/livesolid/templates/github_release.yml
src/livesolid/templates/goreleaser.yaml.j2
tests/conftest.py
tests/test_skeleton.py