Metadata-Version: 2.0
Name: ecasb2share
Version: 0.0.1b4
Summary: ecasb2share provides a python library to interact with B2SHARE REST API.
Home-page: https://github.com/SofianeB/ECAS-B2SHARE
Author: Sofiane Bendoukha
Author-email: bendoukha@dkrz.de
License: mit
Keywords: ecas rest python eosc-hub b2share
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Bug Tracking
Provides-Extra: testing
Requires-Dist: requests (>=1.0)
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'

============
ECAS B2SHARE
============


Python module to talk to B2SHARE HTTP REST API!

.. note:: This module is not a B2SHARE client and is related to the ECAS use case.


How to install
==============

Using pip::

    pip install ecasb2share




============
Contributors
============

* Sofiane Bendoukha <bendoukha@dkrz.de>

=========
Changelog
=========



Version 0.0.1b4 2019-02-12
==========================

- Fixed bug in adding files to records

Version 0.0.1-a0
================

- Added first basic methods



