.gitignore
.gitlab-ci.yml
.pylintrc
CHANGELOG
LICENSE
README.md
pyproject.toml
setup.py
tox.ini
sextant/__init__.py
sextant/cli.py
sextant/dependency.py
sextant/module.py
sextant/scaffold.py
sextant/semver.py
sextant.egg-info/PKG-INFO
sextant.egg-info/SOURCES.txt
sextant.egg-info/dependency_links.txt
sextant.egg-info/entry_points.txt
sextant.egg-info/not-zip-safe
sextant.egg-info/requires.txt
sextant.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_dependency.py
tests/test_module.py
tests/test_package.py
tests/test_scaffold.py
tests/fixtures/bar/beer_1.0.0.tpl
tests/fixtures/bar/beer_2.0.0.tpl
tests/fixtures/bar/module.json
tests/fixtures/bar/stool_0.5.0.tpl
tests/fixtures/bar/stool_0.5.1.tpl
tests/fixtures/bar/stool_1.0.0.tpl
tests/fixtures/baz/drunk-unicorn_1.0.0.tpl
tests/fixtures/baz/module.json
tests/fixtures/baz/sitting-pangolin_1.0.0.tpl
tests/fixtures/charts/bad/package.json
tests/fixtures/charts/bad/templates/.gitkeep
tests/fixtures/charts/good/Chart.yaml
tests/fixtures/charts/good/package.json
tests/fixtures/charts/good/package.lock
tests/fixtures/charts/good/templates/.gitkeep
tests/fixtures/charts/other/package.json
tests/fixtures/charts/other/package.lock
tests/fixtures/charts/other/templates/.gitkeep
tests/fixtures/foo/module.json
tests/fixtures/foo/pangolin_1.0.0.tpl
tests/fixtures/foo/unicorn_1.0.0.tpl
tests/fixtures/foo/unicorn_1.1.0.tpl
tests/fixtures/scaffold/presets.yaml
tests/fixtures/scaffold/questions.yaml
tests/fixtures/scaffold/_skel/Chart.yaml
tests/fixtures/scaffold/_skel/package.json
tests/fixtures/scaffold/_skel/values.yaml
tests/fixtures/scaffold/_skel/templates/configmap.yaml.skel
tests/fixtures/scaffold/_skel/templates/deployment.yaml.skel
tests/fixtures/scaffold/_skel/templates/service.yaml.skel
tests/fixtures/scaffold/_skel/templates/spurious.yaml.skel
tests/fixtures/scaffold/_wizard/ingress.yaml
tests/fixtures/scaffold/_wizard/ingress_nginx.yaml
tests/fixtures/scaffold/_wizard/scaffold.yaml