MANIFEST.in
setup.cfg
setup.py
crawley/__init__.py
crawley/config.py
crawley/exceptions.py
crawley/extractors.py
crawley/scrapers.py
crawley/utils.py
crawley.egg-info/PKG-INFO
crawley.egg-info/SOURCES.txt
crawley.egg-info/dependency_links.txt
crawley.egg-info/requires.txt
crawley.egg-info/top_level.txt
crawley/bin/crawley
crawley/conf/templates/config.tm
crawley/conf/templates/crawlers.tm
crawley/conf/templates/html_template.tm
crawley/conf/templates/models.tm
crawley/conf/templates/settings.tm
crawley/conf/templates/template.tm
crawley/crawlers/__init__.py
crawley/crawlers/base.py
crawley/crawlers/fast.py
crawley/http/__init__.py
crawley/http/cookies.py
crawley/http/managers.py
crawley/http/request.py
crawley/http/response.py
crawley/manager/__init__.py
crawley/manager/utils.py
crawley/manager/commands/__init__.py
crawley/manager/commands/command.py
crawley/manager/commands/run.py
crawley/manager/commands/shell.py
crawley/manager/commands/startproject.py
crawley/manager/commands/syncdb.py
crawley/manager/commands/utils.py
crawley/manager/projects/__init__.py
crawley/manager/projects/base.py
crawley/manager/projects/code.py
crawley/manager/projects/template.py
crawley/persistance/__init__.py
crawley/persistance/connectors.py
crawley/persistance/databases.py
crawley/persistance/documents/__init__.py
crawley/persistance/documents/json.py
crawley/persistance/documents/meta.py
crawley/persistance/documents/xml.py
crawley/simple_parser/__init__.py
crawley/simple_parser/compilers.py
crawley/simple_parser/parsers.py
tests/dsl_project/__init__.py
tests/dsl_project/settings.py
tests/dsl_project/dsl_project/__init__.py
tests/dsl_project/dsl_project/config.py
tests/dsl_tests/__init__.py
tests/dsl_tests/settings.py