Metadata-Version: 2.0
Name: renga
Version: 0.1.0.dev20170000
Summary: Python API and CLI for the Renga platform.
Home-page: https://github.com/SwissDataScienceCenter/renga-python
Author: Swiss Data Science Center
Author-email: contact@datascience.ch
License: Apache License 2.0
Keywords: Renga CLI
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 1 - Planning
Requires-Dist: PyYAML (>=3.12)
Requires-Dist: click (>=6.7)
Requires-Dist: click-plugins (>=1.0.3)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: werkzeug (>=0.12)
Provides-Extra: all
Requires-Dist: Sphinx (>=1.5.1); extra == 'all'
Requires-Dist: Sphinx (>=1.5.1); extra == 'all'
Requires-Dist: check-manifest (>=0.25); extra == 'all'
Requires-Dist: check-manifest (>=0.25); extra == 'all'
Requires-Dist: coverage (>=4.0); extra == 'all'
Requires-Dist: coverage (>=4.0); extra == 'all'
Requires-Dist: isort (>=4.2.2); extra == 'all'
Requires-Dist: isort (>=4.2.2); extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0); extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0); extra == 'all'
Requires-Dist: pytest (>=3.2.1); extra == 'all'
Requires-Dist: pytest (>=3.2.1); extra == 'all'
Requires-Dist: pytest-cache (>=1.0); extra == 'all'
Requires-Dist: pytest-cache (>=1.0); extra == 'all'
Requires-Dist: pytest-cov (>=2.5.1); extra == 'all'
Requires-Dist: pytest-cov (>=2.5.1); extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6); extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6); extra == 'all'
Requires-Dist: responses (>=0.7.0); extra == 'all'
Requires-Dist: responses (>=0.7.0); extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.5.1); extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25); extra == 'tests'
Requires-Dist: coverage (>=4.0); extra == 'tests'
Requires-Dist: isort (>=4.2.2); extra == 'tests'
Requires-Dist: pydocstyle (>=1.0.0); extra == 'tests'
Requires-Dist: pytest (>=3.2.1); extra == 'tests'
Requires-Dist: pytest-cache (>=1.0); extra == 'tests'
Requires-Dist: pytest-cov (>=2.5.1); extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6); extra == 'tests'
Requires-Dist: responses (>=0.7.0); extra == 'tests'

..
    Copyright 2017 Swiss Data Science Center

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

==============
 Renga-Python
==============

.. image:: https://travis-ci.com/SwissDataScienceCenter/renga-python.svg?token=AuxHLdYP4GzNgGQfyxXT&branch=master
    :target: https://travis-ci.com/SwissDataScienceCenter/renga-python

.. image:: https://img.shields.io/coveralls/SwissDataScienceCenter/renga-python.svg
        :target: https://coveralls.io/r/SwissDataScienceCenter/renga-python

.. image:: https://img.shields.io/github/tag/SwissDataScienceCenter/renga-python.svg
        :target: https://github.com/SwissDataScienceCenter/renga-python/releases

.. image:: https://img.shields.io/pypi/dm/renga.svg
        :target: https://pypi.python.org/pypi/renga

.. image:: https://img.shields.io/github/license/SwissDataScienceCenter/renga-python.svg
        :target: https://github.com/SwissDataScienceCenter/renga-python/blob/master/LICENSE

Python API and CLI for the Renga platform.

*This is an experimental developer preview release.*

This package provides the Python API and the associated
command-line-interface to the Renga collaborative data science platform.

Quick start by:

::

    $ pip install -e .[all]
    $ renga --help

Further documentation is available on
https://renga-python.readthedocs.io/


..
    Copyright 2017 Swiss Data Science Center

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

Changes
=======

Version 0.1.0 (released TBD)

- Initial public release.


