{ "info": { "author": "Justin Smith", "author_email": "smith.justin.c@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Ballast client-side load-balancing\n==================================\n\n.. image:: https://img.shields.io/pypi/v/ballast.svg\n :target: https://pypi.python.org/pypi/ballast\n\n.. image:: https://img.shields.io/pypi/status/ballast.svg\n :target: https://pypi.python.org/pypi/ballast\n\n.. image:: https://travis-ci.org/thomasstreet/ballast.svg?branch=master\n :target: https://travis-ci.org/thomasstreet/ballast\n\n.. image:: https://coveralls.io/repos/github/thomasstreet/ballast/badge.svg?branch=master\n :target: https://coveralls.io/github/thomasstreet/ballast?branch=master\n\n.. image:: https://readthedocs.org/projects/ballast/badge/?version=latest\n :target: http://ballast.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nFramework for client-side load-balancing for inter-process\ncommunication between cloud services.\n\nIt is inspired in large part by Netflix's\n`Ribbon `_ for java.\n\nHow to Use\n---------------\nIn its most basic form, you can create a `ballast.Service` with a static list of servers:\n\n.. code-block:: python\n\n >>> import ballast\n >>> my_service = ballast.Service(['127.0.0.1', '127.0.0.2'])\n\nNow, just use it as you would use the `requests `_\npackage:\n\n.. code-block:: python\n\n >>> response = my_service.get('/v1/path/to/resource')\n \n\n**NOTE:** at this point in time, only the basic api features from the\n`requests `_ package are supported.\n\nFor advanced usage, checkout the `docs `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thomasstreet/conservator", "keywords": "alpha development load-balancing", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "conservator", "package_url": "https://pypi.org/project/conservator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/conservator/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/thomasstreet/conservator" }, "release_url": "https://pypi.org/project/conservator/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Apache Curator-compatible discovery service for kazoo", "version": "0.0.0" }, "last_serial": 4134117, "releases": { "0.0.0": [] }, "urls": [] }