LICENSE
README.md
pyproject.toml
setup.py
ccpstencil/__init__.py
ccpstencil/stencils.py
ccpstencil.egg-info/PKG-INFO
ccpstencil.egg-info/SOURCES.txt
ccpstencil.egg-info/dependency_links.txt
ccpstencil.egg-info/entry_points.txt
ccpstencil.egg-info/requires.txt
ccpstencil.egg-info/top_level.txt
ccpstencil/cli/__init__.py
ccpstencil/cli/ccp_stencil/__init__.py
ccpstencil/cli/ccp_stencil/_runner.py
ccpstencil/cli/ccp_stencil/main.py
ccpstencil/context/__init__.py
ccpstencil/context/_alviss.py
ccpstencil/context/_dict.py
ccpstencil/context/_kwarg.py
ccpstencil/jinjaext/__init__.py
ccpstencil/jinjaext/extensions/__init__.py
ccpstencil/jinjaext/extensions/_embed.py
ccpstencil/jinjaext/filters/__init__.py
ccpstencil/jinjaext/filters/_base64.py
ccpstencil/renderer/__init__.py
ccpstencil/renderer/_base.py
ccpstencil/renderer/_dir.py
ccpstencil/renderer/_file.py
ccpstencil/renderer/_stdout.py
ccpstencil/renderer/_string.py
ccpstencil/shortcuts/__init__.py
ccpstencil/shortcuts/_render_stencil.py
ccpstencil/structs/__init__.py
ccpstencil/structs/_aliases.py
ccpstencil/structs/_base.py
ccpstencil/structs/_errors.py
ccpstencil/structs/interfaces/__init__.py
ccpstencil/structs/interfaces/_context.py
ccpstencil/structs/interfaces/_renderer.py
ccpstencil/structs/interfaces/_template.py
ccpstencil/template/__init__.py
ccpstencil/template/_base.py
ccpstencil/template/_file.py
ccpstencil/template/_string.py
ccpstencil/utils/__init__.py
ccpstencil/utils/_guessers.py
tests/test_embed.py
tests/test_filters.py
tests/test_some_basic_stuff.py