Metadata-Version: 2.1
Name: zyte-api
Version: 0.1.1
Summary: Python interface to Zyte Data API
Home-page: https://github.com/zytedata/python-zyte-api
Author: Zyte Group Ltd
Author-email: kmike84@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
License-File: LICENSE

===============
python-zyte-api
===============

.. image:: https://img.shields.io/pypi/v/zyte-api.svg
   :target: https://pypi.python.org/pypi/zyte-api
   :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/zyte-api.svg
   :target: https://pypi.python.org/pypi/zyte-api
   :alt: Supported Python Versions

.. image:: https://github.com/zytedata/zyte-api/workflows/tox/badge.svg
   :target: https://github.com/zytedata/zyte-api/actions
   :alt: Build Status

.. image:: https://codecov.io/github/zytedata/zyte-api/coverage.svg?branch=master
   :target: https://codecov.io/gh/zytedata/zyte-api
   :alt: Coverage report

Python client libraries for `Zyte Data API`_.

Command-line utility and asyncio-based library are provided by this package.

Read the `documentation <http://python-zyte-api.readthedocs.io>`_  for more information.

License is BSD 3-clause.

* Documentation: http://python-zyte-api.readthedocs.io
* Source code: https://github.com/zytedata/python-zyte-api
* Issue tracker: https://github.com/zytedata/python-zyte-api/issues

.. _Zyte Data API: https://docs.zyte.com/zyte-api/get-started.html

Changes
=======

0.1.1 (2021-11-01)
------------------

* CHANGES.rst updated properly


0.1.0 (2021-11-01)
------------------

* Initial release.


