.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
lubricate/__init__.py
lubricate/app.py
lubricate/cmd.py
lubricate/version.py
lubricate.egg-info/PKG-INFO
lubricate.egg-info/SOURCES.txt
lubricate.egg-info/dependency_links.txt
lubricate.egg-info/entry_points.txt
lubricate.egg-info/requires.txt
lubricate.egg-info/top_level.txt
lubricate/templates/analysis/.gitignore
lubricate/templates/analysis/notebooks/.gitkeep
lubricate/templates/analysis/scripts/.gitkeep
lubricate/templates/analysis/src/.gitkeep
lubricate/templates/base/requirements.txt
lubricate/templates/python/.coveragerc
lubricate/templates/python/.gitignore
lubricate/templates/python/.gitlab-ci.yml
lubricate/templates/python/CHANGELOG.rst
lubricate/templates/python/CONTRIBUTING.rst
lubricate/templates/python/LICENSE
lubricate/templates/python/MANIFEST.in
lubricate/templates/python/Makefile
lubricate/templates/python/README.rst
lubricate/templates/python/pyproject.toml
lubricate/templates/python/requirements-dev.txt
lubricate/templates/python/requirements.txt
lubricate/templates/python/setup.py
lubricate/templates/python/.gitlab/issue_templates/Bug.md
lubricate/templates/python/.gitlab/issue_templates/Feature.md
lubricate/templates/python/doc/Makefile
lubricate/templates/python/doc/changelog.rst
lubricate/templates/python/doc/conf.py
lubricate/templates/python/doc/contribute.rst
lubricate/templates/python/doc/index.rst
lubricate/templates/python/doc/user_guide.rst
lubricate/templates/python/foo/__init__.py
lubricate/templates/python/foo/bar.py
lubricate/templates/python/foo/tests/test_bar.py