{ "info": { "author": "Alex Milstead", "author_email": "alex@amilstead.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python" ], "description": "Avro Service Clients Library\n============================\n\nQuick start example:\n\nCreate an Avro file and compile it into a schema:\n\n protocol FooService {\n string my_function(string my_arg);\n }\n\nWire that up into an Avro IPC responder (e.g. https://github.com/packagelib/flask-avro)\n\n\nDump the schema into `/path/to/avro/schema/files/foo.avpr`\n\n\nSet environment variables:\n\n AVRO_SERVICE_CLIENTS_LOCAL_REGISTRY_PATH=/path/to/avro/schema/files\n AVRO_SERVICE_CLIENTS_FOO_HOST=localhost\n AVRO_SERVICE_CLIENTS_FOO_PORT=8080\n AVRO_SERVICE_CLIENTS_FOO_PATH=/my/service/endpoint\n\nThen use the library to make a client:\n\n import avro_service_clients\n\n client = avro_service_clients.get_client(\"foo\")\n client.my_function(my_arg=\"bar\")\n\n-------------------------------------------------------------------------------\n0.0.4\n-------------------------------------------------------------------------------\n- Change version file setup.\n-------------------------------------------------------------------------------\n0.0.3\n-------------------------------------------------------------------------------\n- Initial public version.\n-------------------------------------------------------------------------------", "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/packagelib/avro-service-clients", "keywords": null, "license": "Apache License (2.0)", "maintainer": null, "maintainer_email": null, "name": "avro-service-clients", "package_url": "https://pypi.org/project/avro-service-clients/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/avro-service-clients/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/packagelib/avro-service-clients" }, "release_url": "https://pypi.org/project/avro-service-clients/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "avro-service-clients", "version": "0.0.4" }, "last_serial": 2047679, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "759d95efc6f0d45bed0cb0d3a87b9351", "sha256": "7f055070cf29967fc61bc2df1ca650d08810d479a57da86177855b8413edb469" }, "downloads": -1, "filename": "avro-service-clients-0.0.3.tar.gz", "has_sig": false, "md5_digest": "759d95efc6f0d45bed0cb0d3a87b9351", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6817, "upload_time": "2016-03-10T07:54:24", "url": "https://files.pythonhosted.org/packages/d2/69/357c5dc5f93230d9772539a707bfa52322d344ec38360d0a361d3af4de4c/avro-service-clients-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "cd9e691e98fc405e5668ae05b96c73aa", "sha256": "d3df6f18c3e988df2e6a30230d761f81287f79bdb7f5f438056dfa59042bab42" }, "downloads": -1, "filename": "avro-service-clients-0.0.4.tar.gz", "has_sig": false, "md5_digest": "cd9e691e98fc405e5668ae05b96c73aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6908, "upload_time": "2016-04-05T17:48:25", "url": "https://files.pythonhosted.org/packages/05/41/ac994c272cb14dc4928ba6ae95a94fa8ac9e946d7de0718ae7004be73372/avro-service-clients-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd9e691e98fc405e5668ae05b96c73aa", "sha256": "d3df6f18c3e988df2e6a30230d761f81287f79bdb7f5f438056dfa59042bab42" }, "downloads": -1, "filename": "avro-service-clients-0.0.4.tar.gz", "has_sig": false, "md5_digest": "cd9e691e98fc405e5668ae05b96c73aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6908, "upload_time": "2016-04-05T17:48:25", "url": "https://files.pythonhosted.org/packages/05/41/ac994c272cb14dc4928ba6ae95a94fa8ac9e946d7de0718ae7004be73372/avro-service-clients-0.0.4.tar.gz" } ] }