Metadata-Version: 1.2
Name: aha-scrapyd
Version: 1.3.0
Summary: Pre-built of Scrapyd
Home-page: https://github.com/scrapy/scrapyd
Author: Scrapy developers
Maintainer: Scrapy developers
Maintainer-email: info@scrapy.org
License: BSD
Description: =======
        Scrapyd
        =======
        
        .. image:: https://secure.travis-ci.org/scrapy/scrapyd.svg?branch=master
            :target: http://travis-ci.org/scrapy/scrapyd
        
        .. image:: https://codecov.io/gh/scrapy/scrapyd/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/scrapy/scrapyd
        
        Scrapyd is a service for running `Scrapy`_ spiders.
        
        It allows you to deploy your Scrapy projects and control their spiders using an
        HTTP JSON API.
        
        The documentation (including installation and usage) can be found at:
        http://scrapyd.readthedocs.org/
        
        .. _Scrapy: https://github.com/scrapy/scrapy
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: Internet :: WWW/HTTP
