Metadata-Version: 1.1
Name: shub
Version: 2.5.1
Summary: Scrapinghub Command Line Client
Home-page: http://doc.scrapinghub.com/shub.html
Author: Scrapinghub
Author-email: info@scrapinghub.com
License: BSD
Description: Scrapinghub command line client
        ===============================
        
        ``shub`` is the Scrapinghub command line client. It allows you to deploy
        projects or dependencies, schedule spiders, and retrieve scraped data or logs
        without leaving the command line.
        
        
        Requirements
        ------------
        
        * Python 2.7+ or Python 3.3+
        
        
        Installation
        ------------
        
        If you have ``pip`` installed on your system, you can install ``shub`` from
        the Python Package Index::
        
            pip install shub
        
        We also supply stand-alone binaries. You can find them in our `latest GitHub
        release`_.
        
        .. _`latest Github release`: https://github.com/scrapinghub/shub/releases/latest
        
        
        Documentation
        -------------
        
        Documentation is available online via Read the Docs:
        https://shub.readthedocs.io/, or in the ``docs`` directory.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Internet :: WWW/HTTP
