Metadata-Version: 2.4
Name: scrapinghub
Version: 2.7.0
Summary: Client interface for Scrapinghub API
Home-page: http://github.com/scrapinghub/python-scrapinghub
Author: Scrapinghub
Author-email: info@scrapinghub.com
License: BSD
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: requests>=1.0
Requires-Dist: retrying>=1.3.3
Requires-Dist: six>=1.10.0
Provides-Extra: msgpack
Requires-Dist: msgpack>=1.0.0; extra == "msgpack"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

====================================
Client interface for Scrapinghub API
====================================

.. image:: https://img.shields.io/pypi/v/scrapinghub.svg
   :target: https://pypi.org/project/scrapinghub

.. image:: https://img.shields.io/pypi/pyversions/scrapinghub.svg
   :target: https://pypi.org/project/scrapinghub

.. image:: https://github.com/scrapinghub/python-scrapinghub/actions/workflows/main.yml/badge.svg
   :target: https://github.com/scrapinghub/python-scrapinghub/actions/workflows/main.yml

.. image:: https://codecov.io/gh/scrapinghub/python-scrapinghub/branch/master/graph/badge.svg
   :target: https://app.codecov.io/gh/scrapinghub/python-scrapinghub

The ``scrapinghub`` is a Python 3.10+ library for communicating with the
`Scrapinghub API`_.


Installation
============

The quick way::

    pip install scrapinghub

You can also install the library with MessagePack support, it provides better
response time and improved bandwidth usage::

    pip install scrapinghub[msgpack]


Documentation
-------------

Documentation is `available online`_ via Read the Docs or in the ``docs`` directory.


.. _Scrapinghub API: https://doc.scrapinghub.com/scrapy-cloud.html#scrapycloud
.. _available online: https://python-scrapinghub.readthedocs.io/
