Metadata-Version: 2.0
Name: shub
Version: 2.7.0
Summary: Scrapinghub Command Line Client
Home-page: http://doc.scrapinghub.com/shub.html
Author: Scrapinghub
Author-email: info@scrapinghub.com
License: BSD
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: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: PyYAML
Requires-Dist: click
Requires-Dist: docker-py
Requires-Dist: pip
Requires-Dist: requests
Requires-Dist: retrying
Requires-Dist: scrapinghub (>=1.9.0)
Requires-Dist: six (>=1.7.0)
Requires-Dist: tqdm

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.


