{ "info": { "author": "eduK", "author_email": "pd@eduk.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Testing" ], "description": ".. image:: https://img.shields.io/badge/python-3-blue.svg\n :target: https://www.python.org/\n :alt: Python 3\n\n.. image:: https://api.codeclimate.com/v1/badges/471b178f14d470337668/maintainability\n :target: https://codeclimate.com/github/edukorg/tsuru-py/maintainability\n :alt: Maintainability\n\n.. image:: https://api.codeclimate.com/v1/badges/471b178f14d470337668/test_coverage\n :target: https://codeclimate.com/github/edukorg/tsuru-py/test_coverage\n :alt: Test Coverage\n\n\n================\nTsuru API Client\n================\n\nPython client for the `Tsuru `_ API.\n\n************\nInstallation\n************\n\n.. code-block:: bash\n\n pip install tsuru\n\n\n*****\nSetup\n*****\n\nThe following environment variables must be set prior to using the lib.\n\n``TSURU_URL``, with port (if necessary) and without trailing dash. Example: http://my-tsuru.domain.vpc:8080\n\n``TSURU_USERNAME``\n\n``TSURU_PASSWORD``\n\n\n*****\nUsage\n*****\n\n.. code-block:: python\n\n from tsuru import App\n\n for app in App.list()\n print(app.name)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tsuru", "package_url": "https://pypi.org/project/tsuru/", "platform": "", "project_url": "https://pypi.org/project/tsuru/", "project_urls": null, "release_url": "https://pypi.org/project/tsuru/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Tsuru API client for Python", "version": "0.1.0" }, "last_serial": 5463274, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "98beb08355664c07768ba6add257e350", "sha256": "4ea0bc10daa623235139e17aa7d3a0ddf7055daf04d5a04cf7268d4182df4cc5" }, "downloads": -1, "filename": "tsuru-0.1.0.tar.gz", "has_sig": false, "md5_digest": "98beb08355664c07768ba6add257e350", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6001, "upload_time": "2019-06-28T20:37:57", "url": "https://files.pythonhosted.org/packages/bc/25/1c222b8fbf378dd9449dbd2e0c4c1eba77be71a342b05c437106be5a8c2b/tsuru-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98beb08355664c07768ba6add257e350", "sha256": "4ea0bc10daa623235139e17aa7d3a0ddf7055daf04d5a04cf7268d4182df4cc5" }, "downloads": -1, "filename": "tsuru-0.1.0.tar.gz", "has_sig": false, "md5_digest": "98beb08355664c07768ba6add257e350", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6001, "upload_time": "2019-06-28T20:37:57", "url": "https://files.pythonhosted.org/packages/bc/25/1c222b8fbf378dd9449dbd2e0c4c1eba77be71a342b05c437106be5a8c2b/tsuru-0.1.0.tar.gz" } ] }