LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/config.rst
docs/deploy.rst
docs/index.rst
docs/news.rst
docs/overview.rst
docs/requirements.txt
docs/contributing/api.rst
docs/contributing/index.rst
integration_tests/__init__.py
integration_tests/test_webservice.py
integration_tests/test_website.py
scrapyd/VERSION
scrapyd/__init__.py
scrapyd/__main__.py
scrapyd/app.py
scrapyd/basicauth.py
scrapyd/config.py
scrapyd/default_scrapyd.conf
scrapyd/eggstorage.py
scrapyd/environ.py
scrapyd/exceptions.py
scrapyd/interfaces.py
scrapyd/jobstorage.py
scrapyd/launcher.py
scrapyd/poller.py
scrapyd/runner.py
scrapyd/scheduler.py
scrapyd/spiderqueue.py
scrapyd/sqlite.py
scrapyd/txapp.py
scrapyd/utils.py
scrapyd/webservice.py
scrapyd/website.py
scrapyd.egg-info/PKG-INFO
scrapyd.egg-info/SOURCES.txt
scrapyd.egg-info/dependency_links.txt
scrapyd.egg-info/entry_points.txt
scrapyd.egg-info/not-zip-safe
scrapyd.egg-info/requires.txt
scrapyd.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/mockapp.py
tests/mockserver.py
tests/test_config.py
tests/test_eggstorage.py
tests/test_environ.py
tests/test_interfaces.py
tests/test_jobstorage.py
tests/test_launcher.py
tests/test_main.py
tests/test_poller.py
tests/test_runner.py
tests/test_scheduler.py
tests/test_server.py
tests/test_spiderqueue.py
tests/test_sqlite.py
tests/test_webservice.py
tests/test_website.py
tests/fixtures/logstdout.egg
tests/fixtures/mybot.egg
tests/fixtures/mybot2.egg
tests/fixtures/mybot3.egg
tests/fixtures/mybotunicode.egg
tests/fixtures/quotesbot.egg
tests/fixtures/quotesbot_asyncio.egg
tests/fixtures/quotesbot_noentrypoint.egg
tests/fixtures/filesystem/scrapy.cfg
tests/fixtures/filesystem/localproject/__init__.py
tests/fixtures/filesystem/localproject/settings.py
tests/fixtures/filesystem/localproject/spiders/__init__.py
tests/fixtures/filesystem/localproject/spiders/example.py