MANIFEST.in
README.md
setup.py
python_seed/__init__.py
python_seed.egg-info/PKG-INFO
python_seed.egg-info/SOURCES.txt
python_seed.egg-info/dependency_links.txt
python_seed.egg-info/entry_points.txt
python_seed.egg-info/not-zip-safe
python_seed.egg-info/requires.txt
python_seed.egg-info/top_level.txt
python_seed/scripts/__init__.py
python_seed/scripts/cli.py
python_seed/template/ci/.circleci/config.yml
python_seed/template/ci/.github/workflows/ci.yml
python_seed/template/cov/codecov.yml
python_seed/template/module/.pre-commit-config.yaml
python_seed/template/module/README.md
python_seed/template/module/requirements-dev.txt
python_seed/template/module/requirements.txt
python_seed/template/module/setup.py
python_seed/template/module/tox.ini
python_seed/template/module/pyseed/__init__.py
python_seed/template/module/pyseed/app.py
python_seed/template/module/tests/__init__.py
python_seed/template/module/tests/test_function.py
python_seed/template/module/tests/test_mod.py