AUTHORS.rst
LICENSE
MANIFEST.in
README.md
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/dev/authors.rst
docs/dev/contributing.rst
docs/intro/install.rst
docs/intro/overview.rst
docs/intro/tutorial.rst
scrapple/__init__.py
scrapple/cmd.py
scrapple.egg-info/PKG-INFO
scrapple.egg-info/SOURCES.txt
scrapple.egg-info/dependency_links.txt
scrapple.egg-info/entry_points.txt
scrapple.egg-info/not-zip-safe
scrapple.egg-info/requires.txt
scrapple.egg-info/top_level.txt
scrapple/commands/__init__.py
scrapple/commands/__init__.pyc
scrapple/commands/command.py
scrapple/commands/command.pyc
scrapple/commands/genconfig.py
scrapple/commands/genconfig.pyc
scrapple/commands/generate.py
scrapple/commands/generate.pyc
scrapple/commands/run.py
scrapple/commands/web.py
scrapple/commands/web.pyc
scrapple/commands/templates/home.html
scrapple/selectors/__init__.py
scrapple/selectors/css.py
scrapple/selectors/selector.py
scrapple/selectors/xpath.py
scrapple/templates/configs/crawler.txt
scrapple/templates/configs/scraper.txt
scrapple/templates/scripts/crawler.txt
scrapple/templates/scripts/scraper.txt
scrapple/utils/__init__.py
scrapple/utils/dynamicdispatch.py
scrapple/utils/exceptions.py