{ "info": { "author": "Steven Acreman", "author_email": "lucile.coutouly@obs-nancay.fr", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License" ], "description": ".. _readme:\n\n`dalmatiner-python-client`_\n----------------------------\n\n.. code-block:: none\n\n pip install --upgrade ddbpy\n\nA client that sends metrics into Dalmatiner DB over the binary protocol and wraps the http front end for queries.\n\nDocs for the binary protocol: https://docs.dalmatiner.io/en/latest/proto.html\n\nDocs for the http api: https://docs.dalmatiner.io/en/latest/http_api.html\n\nThis client aims for correctness and simplicity first. Therefore it will remain pure python and synchronous. If you need an asynchronous client then please fork and modify and we'll be happy to link back from this page below.\n\nOther known libraries:\n\nErlang: https://github.com/dalmatinerdb/ddb_client\n\n`status`_\n----------------------------\n\n* metric sending works\n* bucket and metric listing works via the binary protocol (this needs to be removed)\n* query via the http api has not been added yet\n\nPull requests welcome.\n\n`example usage`_\n----------------------------\n\n.. code-block:: none\n\n import time\n from ddbpy.client import Send\n\n dfe = ('127.0.0.1', 5555)\n\n bucket = 'test'\n\n with Send(dfe) as send:\n send.switch_streaming(bucket)\n while True:\n ts = int(time.time())\n value = \"123.456\"\n metric = \"float\"\n send.send_payload(metric, ts, value)\n time.sleep(1)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lucilecoutouly/ddbpy3/tarball/v0.0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lucilecoutouly/ddbpy3", "keywords": "dataloop dalmatiner", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "ddbpy3", "package_url": "https://pypi.org/project/ddbpy3/", "platform": "any", "project_url": "https://pypi.org/project/ddbpy3/", "project_urls": { "Download": "https://github.com/lucilecoutouly/ddbpy3/tarball/v0.0.1", "Homepage": "https://github.com/lucilecoutouly/ddbpy3" }, "release_url": "https://pypi.org/project/ddbpy3/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Dalmatiner Python 3 Client", "version": "0.0.1" }, "last_serial": 2446723, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4456d0b5ad70a704824a7d4a9fee2a29", "sha256": "ab546223601a61a1817ff22e8a3ecec5754ee6dabd1f6ddfb856886f9bff3fd4" }, "downloads": -1, "filename": "ddbpy3-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4456d0b5ad70a704824a7d4a9fee2a29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4388, "upload_time": "2016-11-07T11:47:09", "url": "https://files.pythonhosted.org/packages/e3/69/df364adee62b06337e10b3f614a9090b97b5d507c5bfe3b7290b30df9a43/ddbpy3-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4456d0b5ad70a704824a7d4a9fee2a29", "sha256": "ab546223601a61a1817ff22e8a3ecec5754ee6dabd1f6ddfb856886f9bff3fd4" }, "downloads": -1, "filename": "ddbpy3-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4456d0b5ad70a704824a7d4a9fee2a29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4388, "upload_time": "2016-11-07T11:47:09", "url": "https://files.pythonhosted.org/packages/e3/69/df364adee62b06337e10b3f614a9090b97b5d507c5bfe3b7290b30df9a43/ddbpy3-0.0.1.tar.gz" } ] }