{ "info": { "author": "Swiss Data Science Center", "author_email": "contact@datascience.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "..\n Copyright 2017 - Swiss Data Science Center (SDSC)\n A partnership between \u00c9cole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL) and\n Eidgen\u00f6ssische Technische Hochschule Z\u00fcrich (ETHZ).\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n==============================\n Renga CLI and SDK for Python\n==============================\n\n.. image:: https://img.shields.io/travis/SwissDataScienceCenter/renga-python.svg\n :target: https://travis-ci.org/SwissDataScienceCenter/renga-python\n\n.. image:: https://img.shields.io/coveralls/SwissDataScienceCenter/renga-python.svg\n :target: https://coveralls.io/r/SwissDataScienceCenter/renga-python\n\n.. image:: https://img.shields.io/github/tag/SwissDataScienceCenter/renga-python.svg\n :target: https://github.com/SwissDataScienceCenter/renga-python/releases\n\n.. image:: https://img.shields.io/pypi/dm/renga.svg\n :target: https://pypi.python.org/pypi/renga\n\n.. image:: http://readthedocs.org/projects/renga-python/badge/?version=latest\n :target: http://renga-python.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/github/license/SwissDataScienceCenter/renga-python.svg\n :target: https://github.com/SwissDataScienceCenter/renga-python/blob/master/LICENSE\n\nA Python library for the `Renga collaborative data science platform\n`_. It lets you perform any action with\n``renga`` command or from withing Python apps - create projects, manage\nbuckets, track files, run containers, etc.\n\n\n**NOTE**:\n ``renga-python`` is the python library for Renga that provides an SDK and a \n command-line interface (CLI). It *does not* start the Renga platform itself - \n for that, refer to the Renga docs on `running the platform \n `_.\n\n**This is an experimental developer preview release.**\n\nInstallation\n------------\n\nThe latest release is available on PyPI and can be installed using\n``pip``:\n\n::\n\n $ pip install renga\n\nThe development version can be installed directly from the Git repository:\n\n::\n\n $ pip install -e git+https://github.com/SwissDataScienceCenter/renga-python.git#egg=renga\n\n\nUsage\n-----\n\nStart by login and configuring your shell:\n\n::\n\n $ renga login http://localhost\n\nConnect to Renga platform from Python using the stored configuration:\n\n::\n\n import renga\n client = renga.from_config()\n\nThe client can be also instantiated from environment variables.\n\n::\n\n $ eval \"$(renga env)\"\n\n::\n\n import renga\n client = renga.from_env()\n\n\nFurther documentation is available on\nhttps://renga-python.readthedocs.io/\n\n\n..\n Copyright 2017 - Swiss Data Science Center (SDSC)\n A partnership between \u00c9cole Polytechnique F\u00e9d\u00e9rale de Lausanne (EPFL) and\n Eidgen\u00f6ssische Technische Hochschule Z\u00fcrich (ETHZ).\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\nChanges\n=======\n\nVersion 0.1.0 (released TBD)\n\n- Initial public release.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SwissDataScienceCenter/renga-python", "keywords": "Renga CLI", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "renga", "package_url": "https://pypi.org/project/renga/", "platform": "any", "project_url": "https://pypi.org/project/renga/", "project_urls": { "Homepage": "https://github.com/SwissDataScienceCenter/renga-python" }, "release_url": "https://pypi.org/project/renga/0.1.0.dev20171123/", "requires_dist": [ "PyYAML (>=3.12)", "click (>=6.7)", "click-plugins (>=1.0.3)", "requests (>=2.18.4)", "requests-oauthlib (>=0.8.0)", "tabulate (>=0.7.7)", "werkzeug (>=0.12)", "pathlib2 (>=2.3.0); python_version<\"3.6\"", "Sphinx (>=1.6.3); extra == 'all'", "Sphinx (>=1.6.3); extra == 'all'", "check-manifest (>=0.25); extra == 'all'", "check-manifest (>=0.25); extra == 'all'", "coverage (>=4.0); extra == 'all'", "coverage (>=4.0); extra == 'all'", "isort (>=4.2.2); extra == 'all'", "isort (>=4.2.2); extra == 'all'", "jupyter (>=1.0.0); extra == 'all'", "jupyter (>=1.0.0); extra == 'all'", "pydocstyle (>=1.0.0); extra == 'all'", "pydocstyle (>=1.0.0); extra == 'all'", "pytest (>=3.2.1); extra == 'all'", "pytest (>=3.2.1); extra == 'all'", "pytest-cache (>=1.0); extra == 'all'", "pytest-cache (>=1.0); extra == 'all'", "pytest-cov (>=2.5.1); extra == 'all'", "pytest-cov (>=2.5.1); extra == 'all'", "pytest-pep8 (>=1.0.6); extra == 'all'", "pytest-pep8 (>=1.0.6); extra == 'all'", "renga-sphinx-theme (>=0.1.0); extra == 'all'", "renga-sphinx-theme (>=0.1.0); extra == 'all'", "responses (>=0.7.0); extra == 'all'", "responses (>=0.7.0); extra == 'all'", "Sphinx (>=1.6.3); extra == 'docs'", "jupyter (>=1.0.0); extra == 'notebook'", "check-manifest (>=0.25); extra == 'tests'", "coverage (>=4.0); extra == 'tests'", "isort (>=4.2.2); extra == 'tests'", "pydocstyle (>=1.0.0); extra == 'tests'", "pytest (>=3.2.1); extra == 'tests'", "pytest-cache (>=1.0); extra == 'tests'", "pytest-cov (>=2.5.1); extra == 'tests'", "pytest-pep8 (>=1.0.6); extra == 'tests'", "renga-sphinx-theme (>=0.1.0); extra == 'tests'", "responses (>=0.7.0); extra == 'tests'" ], "requires_python": "", "summary": "Python SDK and CLI for the Renga platform.", "version": "0.1.0.dev20171123" }, "last_serial": 3358995, "releases": { "0.1.0.dev20170000": [ { "comment_text": "", "digests": { "md5": "3f55c339ee74f460adf3ae07862af234", "sha256": "940b8d3c19fde99c7fbf31098ea1bab3517cbc208a28395dab77165238f9a9cf" }, "downloads": -1, "filename": "renga-0.1.0.dev20170000-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f55c339ee74f460adf3ae07862af234", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31665, "upload_time": "2017-09-06T08:25:49", "url": "https://files.pythonhosted.org/packages/9e/15/b60463603695d1fb3d9001fdd71fbb5ed14fd7e98fd67cfaa95cd6bd3532/renga-0.1.0.dev20170000-py2.py3-none-any.whl" } ], "0.1.0.dev20170906": [ { "comment_text": "", "digests": { "md5": "cb1aebafc0ba2d479a2ebc55e2ab9eb9", "sha256": "3f341877167b98497981a106d8d4f88d9821f4590757c8311b0f2feadc00d625" }, "downloads": -1, "filename": "renga-0.1.0.dev20170906-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb1aebafc0ba2d479a2ebc55e2ab9eb9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30740, "upload_time": "2017-09-06T09:10:09", "url": "https://files.pythonhosted.org/packages/66/8f/a06546eb8587480e01683feec082f6f29010668d7dfe05e4a5957f431761/renga-0.1.0.dev20170906-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71a1d63b8f21a64ca7c5b31a2194d3d5", "sha256": "94043d631d334331be6a9f9a7bf27a941985458f63fa7e62d61149adcceca6a1" }, "downloads": -1, "filename": "renga-0.1.0.dev20170906.tar.gz", "has_sig": false, "md5_digest": "71a1d63b8f21a64ca7c5b31a2194d3d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30456, "upload_time": "2017-09-06T09:10:11", "url": "https://files.pythonhosted.org/packages/fd/09/c5f57eb30cc15f73fcfed997d753ae447fcaa8f9b161dc09a847927d28a4/renga-0.1.0.dev20170906.tar.gz" } ], "0.1.0.dev20170913": [ { "comment_text": "", "digests": { "md5": "1b8af2ac054c01a807354ece1c4c1fb8", "sha256": "353b9f4050ed763ea47278cc6cf50bb62c51610d500f00dac3de3e851a3be017" }, "downloads": -1, "filename": "renga-0.1.0.dev20170913-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b8af2ac054c01a807354ece1c4c1fb8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40502, "upload_time": "2017-09-13T11:51:07", "url": "https://files.pythonhosted.org/packages/c7/36/5cf180a4c7b4dab94707622e80bb8c9f4640af3885a76d0a0dcc74a2423f/renga-0.1.0.dev20170913-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8edab90bf4d57c83b1f117c6368aa8e5", "sha256": "183f9d54eedad4d9f7489a33b94b0a19a45b99461212047aa65adc547525f4a6" }, "downloads": -1, "filename": "renga-0.1.0.dev20170913.tar.gz", "has_sig": false, "md5_digest": "8edab90bf4d57c83b1f117c6368aa8e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35412, "upload_time": "2017-09-13T11:51:09", "url": "https://files.pythonhosted.org/packages/cd/2b/9d3105c2a0e38d633980223518bced70f8f19882ec0037660f2d663beb00/renga-0.1.0.dev20170913.tar.gz" } ], "0.1.0.dev20170914": [ { "comment_text": "", "digests": { "md5": "46f4ba412be07f6939eb150cc576b970", "sha256": "7dac3433cc87f6276f012d9db95d836dbd8f722697081de1d8414196e7e1f734" }, "downloads": -1, "filename": "renga-0.1.0.dev20170914-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "46f4ba412be07f6939eb150cc576b970", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 41256, "upload_time": "2017-09-15T06:03:13", "url": "https://files.pythonhosted.org/packages/0a/0c/e9aa6a9dbd1887c1b3614f4a7e78c9c79481e8eec069cf8139ee6037ab53/renga-0.1.0.dev20170914-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85873455067d3ce08a48d90eb2d50352", "sha256": "327db78dce9c59c78530a6a2bf38eb68755d508eb7c6bcbf85c61cb41b662160" }, "downloads": -1, "filename": "renga-0.1.0.dev20170914.tar.gz", "has_sig": false, "md5_digest": "85873455067d3ce08a48d90eb2d50352", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36106, "upload_time": "2017-09-15T06:03:15", "url": "https://files.pythonhosted.org/packages/5d/22/f662b3e3b2ea5d57343a813eb13c81bf4a28af481be35ee852da797a73d4/renga-0.1.0.dev20170914.tar.gz" } ], "0.1.0.dev20170915": [ { "comment_text": "", "digests": { "md5": "4163cdafe1e3e166c57d998e1535961c", "sha256": "54dd87351076dd9780b2bc2e21f95322851b67f6c2586e77c907176ef109079f" }, "downloads": -1, "filename": "renga-0.1.0.dev20170915-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4163cdafe1e3e166c57d998e1535961c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 41452, "upload_time": "2017-09-15T10:01:44", "url": "https://files.pythonhosted.org/packages/c2/fd/9c01b7c04a1a3f062896cf1cf3942caf77167ef524e480f74cb5be947b4e/renga-0.1.0.dev20170915-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2979c7cf3c0356cbc9b1ca989b9d454c", "sha256": "ba4de6959ef0ef4bc839b99628ea8c929b4f7bbfba1a9b0a2bf6c7088525a09f" }, "downloads": -1, "filename": "renga-0.1.0.dev20170915.tar.gz", "has_sig": false, "md5_digest": "2979c7cf3c0356cbc9b1ca989b9d454c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36267, "upload_time": "2017-09-15T10:01:45", "url": "https://files.pythonhosted.org/packages/ac/08/870cd4489a2c5e284e72a8132eae54bb803483468d36049f4c2b41e36ca7/renga-0.1.0.dev20170915.tar.gz" } ], "0.1.0.dev20170922": [ { "comment_text": "", "digests": { "md5": "e6060039c7a117d5095340c3fe75f462", "sha256": "16947c60e0b3b2ee394e205cdbb705e400049d23499a2fc7181840e473b31333" }, "downloads": -1, "filename": "renga-0.1.0.dev20170922-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6060039c7a117d5095340c3fe75f462", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46177, "upload_time": "2017-09-22T09:00:48", "url": "https://files.pythonhosted.org/packages/4f/e2/348c7c937a629d84ab0dc4c11457004fd76b71991032fd486c1a0bd4fe51/renga-0.1.0.dev20170922-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a7034a8072ef174528e750018fd905d", "sha256": "aed933a29d200e6b72cf2d8b47f1bbeb4004182375dd23936b1e251dbac719f5" }, "downloads": -1, "filename": "renga-0.1.0.dev20170922.tar.gz", "has_sig": false, "md5_digest": "1a7034a8072ef174528e750018fd905d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88286, "upload_time": "2017-09-22T09:00:56", "url": "https://files.pythonhosted.org/packages/91/78/490995701eee911c1d84027fe1208a426b2e880c48f7fc6d12d1c2fed97f/renga-0.1.0.dev20170922.tar.gz" } ], "0.1.0.dev20171123": [ { "comment_text": "", "digests": { "md5": "9483130f46dd4b41b938bf06658b4d6a", "sha256": "e4a2214c86ba0292e63580d622696ccfc4e5ed2c90e5efeb45f04cc93b53fe24" }, "downloads": -1, "filename": "renga-0.1.0.dev20171123-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9483130f46dd4b41b938bf06658b4d6a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 56704, "upload_time": "2017-11-23T17:37:38", "url": "https://files.pythonhosted.org/packages/e6/fe/e501088a587ed00f9acea7c6fc3bc6c0e9b86f587b2ba981ad42eb2d4029/renga-0.1.0.dev20171123-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87391e7fd27c9b489d42c163b9c7b417", "sha256": "ede8907b9c59c0f8f603aa751c968bcef66f16979e8a36b6413f96ed51986cdd" }, "downloads": -1, "filename": "renga-0.1.0.dev20171123.tar.gz", "has_sig": false, "md5_digest": "87391e7fd27c9b489d42c163b9c7b417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112447, "upload_time": "2017-11-23T17:37:39", "url": "https://files.pythonhosted.org/packages/79/b9/981b87dbd4aafe63413da5839525945c8f3d1fada5fb0f8a0c385bf342b0/renga-0.1.0.dev20171123.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9483130f46dd4b41b938bf06658b4d6a", "sha256": "e4a2214c86ba0292e63580d622696ccfc4e5ed2c90e5efeb45f04cc93b53fe24" }, "downloads": -1, "filename": "renga-0.1.0.dev20171123-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9483130f46dd4b41b938bf06658b4d6a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 56704, "upload_time": "2017-11-23T17:37:38", "url": "https://files.pythonhosted.org/packages/e6/fe/e501088a587ed00f9acea7c6fc3bc6c0e9b86f587b2ba981ad42eb2d4029/renga-0.1.0.dev20171123-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87391e7fd27c9b489d42c163b9c7b417", "sha256": "ede8907b9c59c0f8f603aa751c968bcef66f16979e8a36b6413f96ed51986cdd" }, "downloads": -1, "filename": "renga-0.1.0.dev20171123.tar.gz", "has_sig": false, "md5_digest": "87391e7fd27c9b489d42c163b9c7b417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112447, "upload_time": "2017-11-23T17:37:39", "url": "https://files.pythonhosted.org/packages/79/b9/981b87dbd4aafe63413da5839525945c8f3d1fada5fb0f8a0c385bf342b0/renga-0.1.0.dev20171123.tar.gz" } ] }