Metadata-Version: 2.1
Name: hypothepy
Version: 0.3.0
Summary: A lightweight Python API for Hypothes.is
Home-page: https://github.com/embo-press/hypothepy
Author: EMBO
Author-email: embo_dev@embo.org
License: MIT license
Keywords: hypothepy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)

.. image:: docs/logos/embopress.png
        :width: 200
        :target: https://www.embopress.org/

=========
Hypothepy
=========


.. image:: https://img.shields.io/pypi/v/hypothepy.svg
        :target: https://pypi.python.org/pypi/hypothepy

.. image:: https://img.shields.io/travis/embo-press/hypothepy.svg
        :target: https://travis-ci.org/embo-press/hypothepy

.. image:: https://readthedocs.org/projects/hypothepy/badge/?version=latest
        :target: https://hypothepy.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/embo-press/hypothepy/shield.svg
     :target: https://pyup.io/repos/github/embo-press/hypothepy/
     :alt: Updates



A lightweight Python API for `Hypothes.is <http://hypothes.is>`_


* Free software: MIT license
* Documentation: https://hypothepy.readthedocs.io
* Check the official hypothes.is documentation:

  - https://h.readthedocs.io/en/latest
  - https://h.readthedocs.io/en/latest/api-reference


Features
--------

* Light Python interface for all the REST endpoints available.

  - API parameters are simple native python types
  - API calls just return a `requests.Response` object
  - provides handy helpers
* Python 3.6+
* Only `version 1 (stable)`_ implemented (for the moment)
* Only `APIKey Authentication`_ implemented (for the moment)
* Command line interface (cooming soon)

.. _version 1 (stable): https://h.readthedocs.io/en/latest/api-reference/#section/Hypothesis-API/Versions
.. _APIKey Authentication: https://h.readthedocs.io/en/latest/api-reference/#section/Authentication



=======
History
=======

0.2.0 (2019-08-28)
------------------

* First release on PyPI.


