LICENSE
README.md
setup.py
slipbox/__init__.py
slipbox/__main__.py
slipbox/app.py
slipbox/batch.py
slipbox/cli.py
slipbox/data.py
slipbox/discover_commands.py
slipbox/generator.py
slipbox/graph.py
slipbox/initializer.py
slipbox/page.py
slipbox/processor.py
slipbox/scan.py
slipbox/schema.sql
slipbox/slipbox.py
slipbox/templates.py
slipbox/utils.py
slipbox.egg-info/PKG-INFO
slipbox.egg-info/SOURCES.txt
slipbox.egg-info/dependency_links.txt
slipbox.egg-info/entry_points.txt
slipbox.egg-info/requires.txt
slipbox.egg-info/top_level.txt
slipbox/data/app.js
slipbox/data/filter.lua
slipbox/data/style.css
slipbox/templates/bibliography.html
slipbox/templates/bibliography__item.html
slipbox/templates/home.html
slipbox/templates/list.html
slipbox/templates/list__item.html
slipbox/templates/nav.html
slipbox/tools/__init__.py
slipbox/tools/check.py
slipbox/tools/new.py
tests/__init__.py
tests/conftest.py
tests/test_app.py
tests/test_batch.py
tests/test_data.py
tests/test_discover_commands.py
tests/test_generator.py
tests/test_initializer.py
tests/test_page.py
tests/test_processor.py
tests/test_scan.py
tests/test_slipbox.py
tests/test_templates.py
tests/test_utils.py
tests/tools/__init__.py
tests/tools/test_check.py
tests/tools/test_new.py