MANIFEST.in
README.md
README.rst
setup.py
Scrapx.egg-info/PKG-INFO
Scrapx.egg-info/SOURCES.txt
Scrapx.egg-info/dependency_links.txt
Scrapx.egg-info/entry_points.txt
Scrapx.egg-info/not-zip-safe
Scrapx.egg-info/requires.txt
Scrapx.egg-info/top_level.txt
scrapx/VERSION
scrapx/__init__.py
scrapx/cmdline.py
scrapx/commands/__init__.py
scrapx/commands/crawl.py
scrapx/commands/genproject.py
scrapx/commands/genspider.py
scrapx/commands/initiate.py
scrapx/crawler_base/__init__.py
scrapx/crawler_base/base.py
scrapx/templates/project/__init__.py
scrapx/templates/project/scrapx.cfg
scrapx/templates/project/spiders/__init__.py
scrapx/templates/spiders/__init__.py
scrapx/templates/spiders/basic.py.tmpl
scrapx/templates/spiders/run.py.tmpl
scrapx/templates/workspace/workspace.cfg
scrapx/templates/workspace/globals/__init__.py
scrapx/templates/workspace/globals/middlewares.py.tmpl
scrapx/templates/workspace/globals/pipelines.py.tmpl
scrapx/templates/workspace/globals/settings.py.tmpl
scrapx/utils/__init__.py
scrapx/utils/conf.py
scrapx/utils/project.py