Metadata-Version: 2.0
Name: hepdata
Version: 0.2.0
Summary: HEPdata
Home-page: https://github.com/wellfire/hepdata
Author: Ben Lopatin
Author-email: ben@wellfire.co
License: BSD
Keywords: hepdata
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests
Requires-Dist: xmltodict

=================================
HEPdata Matching Gifts API client
=================================

.. image:: https://badge.fury.io/py/hepdata.svg
    :target: http://badge.fury.io/py/hepdata

.. image:: https://travis-ci.org/wellfire/hepdata-matchinggifts.svg?branch=master
        :target: https://travis-ci.org/wellfire/hepdata-matchinggifts

.. image:: https://pypip.in/d/hepdata/badge.svg
        :target: https://pypi.python.org/pypi/hepdata

A Python wrapper for the `HEPdata Matching Gifts database API <http://www.hepdata.com/>`_.

Install
=======

>From PyPI:

    pip install hepdata

Licensed under the terms of the GPL v2.




History
-------

0.2.0 (2018-02-15)
------------------

* Switch from HTTP to HTTPS for all calls


0.1.4 (2016-09-19)
------------------

* Address Python 2 unicode handling bug

0.1.3 (2015-07-24)
------------------

* Fixes programming error in previous fix

0.1.2 (2015-07-24)
------------------

* Fixes programming error in previous fix

0.1.1 (2015-07-22)
------------------

* Enforce consistent type of results (always a list, not a singular dictionary)

0.1.0 (2015-06-15)
------------------

* First release on PyPI.


