MANIFEST.in
README.md
setup.cfg
setup.py
bookscrape/__init__.py
bookscrape/command_line.py
bookscrape/exceptions.py
bookscrape/loggers.py
bookscrape/scrapy.cfg
bookscrape.egg-info/PKG-INFO
bookscrape.egg-info/SOURCES.txt
bookscrape.egg-info/dependency_links.txt
bookscrape.egg-info/entry_points.txt
bookscrape.egg-info/requires.txt
bookscrape.egg-info/top_level.txt
bookscrape/crawl/__init__.py
bookscrape/crawl/exporters.py
bookscrape/crawl/items.py
bookscrape/crawl/middlewares.py
bookscrape/crawl/pipelines.py
bookscrape/crawl/settings.py
bookscrape/crawl/spiders/__init__.py
bookscrape/crawl/spiders/bases.py
bookscrape/crawl/spiders/kissmanga.py
bookscrape/crawl/spiders/kissmanga_readcomics_base.py
bookscrape/crawl/spiders/readcomiconline.py
requirements/requirements-test.txt
requirements/requirements.txt
tests/__init__.py
tests/test_command_line.py
tests/test_exporters.py
tests/test_pipelines.py