.gitignore
.tokeignore
LICENSE
README.md
pyproject.toml
run-example.sh
.github/workflows/python-cq.yml
.github/workflows/python-publish.yml
examples/basic_site.py
examples/code_index.py
examples/gallery.py
examples/_images/.credits.md
examples/_images/anchovy-nypl.jpg
examples/_images/home-sweet-home-cdk.jpg
examples/_images/nice-wheels-cdk.jpg
examples/_images/quayside-newcastle.jpg
examples/_images/stormy-cdk.jpg
examples/basic_site/base.jinja.html
examples/basic_site/index.md
examples/basic_site/static/core.css
examples/basic_site/static/images
examples/code_index/base.jinja.html
examples/code_index/code.zip
examples/code_index/index.jinja.html
examples/code_index/static/core.anchovy.css
examples/code_index/static/css_pack.txt
examples/code_index/static/pygments.anchovy.css
examples/gallery/base.jinja.html
examples/gallery/index.md
examples/gallery/static/core.css
examples/gallery/static/images
src/anchovy/__init__.py
src/anchovy/__main__.py
src/anchovy/cli.py
src/anchovy/core.py
src/anchovy/css.py
src/anchovy/custody.py
src/anchovy/dependencies.py
src/anchovy/images.py
src/anchovy/include.py
src/anchovy/jinja.py
src/anchovy/minify.py
src/anchovy/paths.py
src/anchovy/pretty_utils.py
src/anchovy/rewrite.py
src/anchovy/server.py
src/anchovy/simple.py
src/anchovy/test_harness.py
src/anchovy.egg-info/PKG-INFO
src/anchovy.egg-info/SOURCES.txt
src/anchovy.egg-info/dependency_links.txt
src/anchovy.egg-info/entry_points.txt
src/anchovy.egg-info/requires.txt
src/anchovy.egg-info/top_level.txt
src/anchovy/components/__init__.py
src/anchovy/components/md_frontmatter.py
src/anchovy/components/md_rendering.py
test/test_core.py
test/test_examples.py
test/test_include.py
test/test_paths.py
test/test_server.py
test/artifacts/basic_site.json
test/artifacts/code_index.json
test/artifacts/gallery.json