{ "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": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thomasstreet/ballast", "keywords": "alpha development load-balancing", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "ballast", "package_url": "https://pypi.org/project/ballast/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ballast/", "project_urls": { "Homepage": "https://github.com/thomasstreet/ballast" }, "release_url": "https://pypi.org/project/ballast/0.4.0/", "requires_dist": [ "requests", "future", "dnspython; extra == 'all'", "gevent; extra == 'all'", "dnspython; extra == 'dns'", "gevent; extra == 'gevent'" ], "requires_python": "", "summary": "Ballast client-side load-balancing framework", "version": "0.4.0" }, "last_serial": 4134114, "releases": { "0.2.0": [], "0.3.0": [], "0.4.0": [ { "comment_text": "", "digests": { "md5": "867a2feb07aff04a7989f4537f92f08e", "sha256": "20c4d8a7831dffa8a6f7e924dc7132660df46ac80fd1de26f5ff597d2aa4ee6d" }, "downloads": -1, "filename": "ballast-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "867a2feb07aff04a7989f4537f92f08e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18997, "upload_time": "2017-05-23T17:23:21", "url": "https://files.pythonhosted.org/packages/2b/46/3f7ce2584a8a76205925c22c382a733096af89ee1773bffab0eb00db11d9/ballast-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f610f2f05173b5f99b7e14597dbaaba", "sha256": "c72569306b3ec8198d8de49a21ecc63f02f97081f3dc4191147e24367d017a4d" }, "downloads": -1, "filename": "ballast-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5f610f2f05173b5f99b7e14597dbaaba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18624, "upload_time": "2017-05-23T17:23:23", "url": "https://files.pythonhosted.org/packages/ed/4b/3f08620341f1f2a802634b3a663d8dd66d85ba9aaf09e8f4beb80ec60ed6/ballast-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "867a2feb07aff04a7989f4537f92f08e", "sha256": "20c4d8a7831dffa8a6f7e924dc7132660df46ac80fd1de26f5ff597d2aa4ee6d" }, "downloads": -1, "filename": "ballast-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "867a2feb07aff04a7989f4537f92f08e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18997, "upload_time": "2017-05-23T17:23:21", "url": "https://files.pythonhosted.org/packages/2b/46/3f7ce2584a8a76205925c22c382a733096af89ee1773bffab0eb00db11d9/ballast-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f610f2f05173b5f99b7e14597dbaaba", "sha256": "c72569306b3ec8198d8de49a21ecc63f02f97081f3dc4191147e24367d017a4d" }, "downloads": -1, "filename": "ballast-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5f610f2f05173b5f99b7e14597dbaaba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18624, "upload_time": "2017-05-23T17:23:23", "url": "https://files.pythonhosted.org/packages/ed/4b/3f08620341f1f2a802634b3a663d8dd66d85ba9aaf09e8f4beb80ec60ed6/ballast-0.4.0.tar.gz" } ] }