{ "info": { "author": "Nam Nguyen", "author_email": "nam@caucho.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries" ], "description": "baratine-py\n============================\n\nThis is a Python client for `Baratine `_.\n\n::\n\n import baratine\n\n # Python interface for your Baratine service\n class CounterService:\n def addAndGet(value):\n pass\n def incrementAndGet():\n pass\n def get():\n pass\n\n client = baratine.BaratineClient('http://127.0.0.1:8085/s/pod')\n\n # create a proxy for the remote service\n counter = client._lookup('/counter/123')._as(CounterService)\n\n # now call your service using your API\n # the library supports all the good python features like default args and named args\n result = counter.addAndGet(2222)\n\n print(result)", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://baratine.io/", "keywords": "baratine client", "license": "Apache, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "baratine", "package_url": "https://pypi.org/project/baratine/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/baratine/", "project_urls": { "Homepage": "http://baratine.io/" }, "release_url": "https://pypi.org/project/baratine/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "Python client for Baratine", "version": "0.9.0" }, "last_serial": 1638835, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "c94b9ea4932ddf5e543c5b84cbb29b5a", "sha256": "9c52d244c8eda06a210ed1d9c2b3758da806dcb8a5a19c5bad7ce93e2f5994a9" }, "downloads": -1, "filename": "baratine-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c94b9ea4932ddf5e543c5b84cbb29b5a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7598, "upload_time": "2015-07-18T04:23:08", "url": "https://files.pythonhosted.org/packages/0f/a5/b6cf40b2e800e64e1041e801433ba640aa17f286e4e6f2cc4ec233c0c57b/baratine-0.9.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "797e70fac9bfb7471ca2e397e2c80246", "sha256": "2c2da4ca1b3a30085b8956ff0db1d13cebce184cc899557afdc326e2396d277e" }, "downloads": -1, "filename": "baratine-0.9.0.tar.gz", "has_sig": false, "md5_digest": "797e70fac9bfb7471ca2e397e2c80246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4713, "upload_time": "2015-07-18T04:37:31", "url": "https://files.pythonhosted.org/packages/26/5b/96e383bdbafbe34d286dc26428a9ba3db74260f2c8c7c3d5613adef71f0f/baratine-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c94b9ea4932ddf5e543c5b84cbb29b5a", "sha256": "9c52d244c8eda06a210ed1d9c2b3758da806dcb8a5a19c5bad7ce93e2f5994a9" }, "downloads": -1, "filename": "baratine-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c94b9ea4932ddf5e543c5b84cbb29b5a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7598, "upload_time": "2015-07-18T04:23:08", "url": "https://files.pythonhosted.org/packages/0f/a5/b6cf40b2e800e64e1041e801433ba640aa17f286e4e6f2cc4ec233c0c57b/baratine-0.9.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "797e70fac9bfb7471ca2e397e2c80246", "sha256": "2c2da4ca1b3a30085b8956ff0db1d13cebce184cc899557afdc326e2396d277e" }, "downloads": -1, "filename": "baratine-0.9.0.tar.gz", "has_sig": false, "md5_digest": "797e70fac9bfb7471ca2e397e2c80246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4713, "upload_time": "2015-07-18T04:37:31", "url": "https://files.pythonhosted.org/packages/26/5b/96e383bdbafbe34d286dc26428a9ba3db74260f2c8c7c3d5613adef71f0f/baratine-0.9.0.tar.gz" } ] }