Metadata-Version: 1.2
Name: scrapydart
Version: 1.2.0.327
Summary: A service for running Scrapy spiders, with an HTTP API
Home-page: https://github.com/scrapy/scrapydart
Author: Scrapy developers
Maintainer: Scrapy developers
Maintainer-email: info@scrapy.org
License: BSD
Description: ==========
        ScrapydArt
        ==========
        
        .. 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
        
        
        ==========
        项目演示地址
        ==========
        
            http://scrapydart.porters.vip
        
        ==========
        拒绝裸奔
        ==========
        
            ScrapydArt在Scrapyd基础上新增了权限验证、筛选过滤、排序、数据统计以及排行榜等功能，并且有了更强大的API。
        
        
        scrapyd是世界最优秀的爬虫框架scrapy官方提供的部署控管理平台，它提供了爬虫任务调用的api、爬虫运行日志功能。
        
            但它并不提供权限验证功能，意味着只要你部署到服务器，任何人都可以访问它并且控制你的爬虫。它也不提供数据统计的功能，你不可能知道你部署的爬虫有多少、也不知道它们运行了多少次、谁的运行时间最长、更别说排行了。官方开发人员关注的重点是api功能性而非界面，所以界面（甚至可以说没有界面）不谈美观。
        
        ==========
        ScrapydArt安装
        ==========
        
                pip install scrapydart
                
        ==========
        ScrapydArt启动
        ==========
        
            scrapydart
        
        ==========
        ScrapydArt-web界面
        ==========
        
            http://localhost:6800
        --------------------------------------------------
        更多使用方法和ScrapydArt的详细介绍请阅读ScrapydArt文档
        --------------------------------------------------
        
            https://scrapydart.readthedocs.io/zh/latest/
        
        --------------------
        下图为ScrapydArt界面
        --------------------
        
        .. image:: https://github.com/dequinns/ScrapydArt/blob/master/images/scrapydart-home.png
        
        .. image:: https://github.com/dequinns/ScrapydArt/blob/master/images/scrapydart-jobs.png
        
        ScrapydArt base on Scrapyd, and added auth/filter/order…… and added new API
        
        ScrapydArt 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(官方文档在此):
        https://scrapydart.readthedocs.io/zh/latest/
        
        .. image:: https://github.com/dequinns/ScrapydArt/blob/master/images/scrapydart-doc.png
        
        .. _Scrapy: https://github.com/dequinns/scrapydart
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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
