LICENSE
MANIFEST.in
README.md
setup.py
django_spellbook/__init__.py
django_spellbook/apps.py
django_spellbook/django_spellbook.py
django_spellbook/spellblocks.py
django_spellbook/urls.py
django_spellbook/utils.py
django_spellbook/views.py
django_spellbook.egg-info/PKG-INFO
django_spellbook.egg-info/SOURCES.txt
django_spellbook.egg-info/dependency_links.txt
django_spellbook.egg-info/requires.txt
django_spellbook.egg-info/top_level.txt
django_spellbook/blocks/__init__.py
django_spellbook/blocks/base.py
django_spellbook/blocks/exceptions.py
django_spellbook/blocks/registry.py
django_spellbook/management/__init__.py
django_spellbook/management/commands/__init__.py
django_spellbook/management/commands/__private.py
django_spellbook/management/commands/spellbook_md.py
django_spellbook/management/commands/processing/__init__.py
django_spellbook/management/commands/processing/file_processor.py
django_spellbook/management/commands/processing/template_generator.py
django_spellbook/management/commands/processing/url_view_generator.py
django_spellbook/markdown/__init__.py
django_spellbook/markdown/context.py
django_spellbook/markdown/frontmatter.py
django_spellbook/markdown/parser.py
django_spellbook/markdown/toc.py
django_spellbook/markdown/extensions/__init__.py
django_spellbook/markdown/extensions/code_block.py
django_spellbook/markdown/extensions/django_like.py
django_spellbook/migrations/__init__.py
django_spellbook/static/django_spellbook/styles.css
django_spellbook/static/django_spellbook/utilities.css
django_spellbook/templates/django_spellbook/bases/sidebar_left.html
django_spellbook/templates/django_spellbook/blocks/alert.html
django_spellbook/templates/django_spellbook/blocks/card.html
django_spellbook/templates/django_spellbook/data/metadata.html
django_spellbook/templates/django_spellbook/data/styles.html
django_spellbook/templates/django_spellbook/recursive/_toc_sidebar.html
django_spellbook/templates/django_spellbook/tocs/sidebar_toc.html
django_spellbook/templatetags/__init__.py
django_spellbook/templatetags/spellbook_tags.py
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/test_blocks_base.py
tests/test_blocks_registry.py
tests/test_command.py
tests/test_default_spellblocks.py
tests/test_djangolike_extension.py
tests/test_file_processor.py
tests/test_frontmatter.py
tests/test_markdown_parser.py
tests/test_template_generator.py
tests/test_templatetags.py
tests/test_toc.py
tests/test_url_view_generator.py
tests/test_utils.py