{ "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 :: MIT 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": "Balast client-side load-balancing\n=================================\n\n.. image:: https://img.shields.io/pypi/v/balast.svg\n :target: https://testpypi.python.org/pypi/balast\n\n.. image:: https://img.shields.io/pypi/status/balast.svg\n :target: https://testpypi.python.org/pypi/balast\n\n.. image:: https://travis-ci.org/RadishLLC/balast.svg?branch=master\n :target: https://travis-ci.org/RadishLLC/balast\n\n.. image:: https://coveralls.io/repos/github/RadishLLC/balast/badge.svg?branch=master\n :target: https://coveralls.io/github/RadishLLC/balast?branch=master\n\n.. image:: https://readthedocs.org/projects/balast/badge/?version=latest\n :target: http://balast.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 `balast.Service` with a static list of servers:\n\n.. code-block:: python\n\n >>> import balast\n >>> my_service = balast.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.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/radishllc/balast", "keywords": "alpha development load-balancing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "balast", "package_url": "https://pypi.org/project/balast/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/balast/", "project_urls": { "Homepage": "https://github.com/radishllc/balast" }, "release_url": "https://pypi.org/project/balast/0.2.0/", "requires_dist": [ "requests", "future", "dnspython; extra == 'all'", "gevent; extra == 'all'", "dnspython; extra == 'dns'", "gevent; extra == 'gevent'" ], "requires_python": "", "summary": "Balast client-side load-balancing framework", "version": "0.2.0" }, "last_serial": 4134097, "releases": { "0.0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "1b05a9d937943891a31410058035abaa", "sha256": "34ada70d1eb094ef6fc4579286dd00820ec2eaf9b2f3ab65d86f2919de280951" }, "downloads": -1, "filename": "balast-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b05a9d937943891a31410058035abaa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14356, "upload_time": "2017-04-13T09:43:55", "url": "https://files.pythonhosted.org/packages/04/4d/cedb8e27db9ca7686916e2823bbe344bdcae81b6a62007e384224ef4977e/balast-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98f7f76a3fa01031c89dfe5d460d8136", "sha256": "d6cac36d9827a20676f1d8b8946452f565a063629287d1d4bf8731e27eb93ec4" }, "downloads": -1, "filename": "balast-0.1.0.tar.gz", "has_sig": false, "md5_digest": "98f7f76a3fa01031c89dfe5d460d8136", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14571, "upload_time": "2017-04-13T09:43:57", "url": "https://files.pythonhosted.org/packages/05/e7/b6ab82a01bdd6accf99eba1e3eab2a9e9fb18b969d01c5ef14ec83a08c95/balast-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6a9e4ec527c2819f2d80cace7c428a3a", "sha256": "46826892ecb90e890565db5e582844feeeb7ffad56f9fb706c92b66f36404d5a" }, "downloads": -1, "filename": "balast-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a9e4ec527c2819f2d80cace7c428a3a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15516, "upload_time": "2017-04-19T08:45:26", "url": "https://files.pythonhosted.org/packages/f2/e2/cef008bf9e9f899d9e48710bb537c33a53c5d7c586a3be78edef2a2de3cf/balast-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b013c705e4e622573cfb7aa3c0cddc42", "sha256": "ab8b784abbc01baf2a35d4e43a058eae6d0785c698f36f7dabdc68f24988436a" }, "downloads": -1, "filename": "balast-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b013c705e4e622573cfb7aa3c0cddc42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15242, "upload_time": "2017-04-19T08:45:27", "url": "https://files.pythonhosted.org/packages/18/5f/3663ae0639f86e880cdd00e9ef6e5ee0f252927817e669f36e0e734a299b/balast-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a9e4ec527c2819f2d80cace7c428a3a", "sha256": "46826892ecb90e890565db5e582844feeeb7ffad56f9fb706c92b66f36404d5a" }, "downloads": -1, "filename": "balast-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a9e4ec527c2819f2d80cace7c428a3a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15516, "upload_time": "2017-04-19T08:45:26", "url": "https://files.pythonhosted.org/packages/f2/e2/cef008bf9e9f899d9e48710bb537c33a53c5d7c586a3be78edef2a2de3cf/balast-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b013c705e4e622573cfb7aa3c0cddc42", "sha256": "ab8b784abbc01baf2a35d4e43a058eae6d0785c698f36f7dabdc68f24988436a" }, "downloads": -1, "filename": "balast-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b013c705e4e622573cfb7aa3c0cddc42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15242, "upload_time": "2017-04-19T08:45:27", "url": "https://files.pythonhosted.org/packages/18/5f/3663ae0639f86e880cdd00e9ef6e5ee0f252927817e669f36e0e734a299b/balast-0.2.0.tar.gz" } ] }