MANIFEST.in
README.md
setup.py
booknot/__init__.py
booknot/cli.py
booknot.egg-info/PKG-INFO
booknot.egg-info/SOURCES.txt
booknot.egg-info/dependency_links.txt
booknot.egg-info/entry_points.txt
booknot.egg-info/requires.txt
booknot.egg-info/top_level.txt
booknot/application/__init__.py
booknot/application/capture_application.py
booknot/application/init_application.py
booknot/booknot_storage/__init__.py
booknot/booknot_storage/booknot_storage.py
booknot/booknot_storage/local_booknot_storage.py
booknot/crawler/__init__.py
booknot/crawler/crawler.py
booknot/crawler/http_crawler.py
booknot/crawler/metadata.py
booknot/resources/__init__.py
booknot/resources/toctree.rst
booknot/resources/booknot_root/index.rst.j2
booknot_tests/acceptances/__init__.py
booknot_tests/acceptances/application/__init__.py
booknot_tests/acceptances/application/test_capture_application.py
booknot_tests/acceptances/booknot_storage/__init__.py
booknot_tests/acceptances/booknot_storage/test_local_booknot_storage.py
booknot_tests/fixtures/__init__.py
booknot_tests/spikes/__init__.py
booknot_tests/units/__init__.py
booknot_tests/units/crawler/__init__.py
booknot_tests/units/crawler/test_metadata.py