{ "info": { "author": "See AUTHORS", "author_email": "eric@adimian.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# Tourbillon Client\n\n## Installing\n\n pip install -U pip pbr setuptools\n pip install tourbillon-client\n\n\n## Usage\n\n\n### Connection\n```python\nfrom tourbillon_client import Client\n\nclient = Client('http[s]://[:]/')\n\n```\n\n### Create a table\n```python\nclient.create('ham')\n```\n\n### Delete a table\n```python\nclient.delete('ham')\n```\n\n### Write data to a table\n```python\nclient.create('ham')\nsample_data = [\n ('2016-11-03 01:00', 10),\n ('2016-11-03 02:00', 20),\n ('2016-11-03 04:00', 40),\n ('2016-11-03 05:00', 50),\n]\nclient.write('ham', sample_data)\n```\n\n\n### Read back data\n```python\nresult = client.read('ham', '2016-11-01', '2016-11-05')\nprint(result)\n# value\n# index\n# 2016-11-03 01:00:00 10\n# 2016-11-03 02:00:00 20\n# 2016-11-03 04:00:00 40\n# 2016-11-03 05:00:00 50\n```\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://etsgitlab.westeurope.cloudapp.azure.com/clients/tourbillon-client", "keywords": "", "license": "MIT/Expat", "maintainer": "", "maintainer_email": "", "name": "tourbillon-client", "package_url": "https://pypi.org/project/tourbillon-client/", "platform": "", "project_url": "https://pypi.org/project/tourbillon-client/", "project_urls": { "Homepage": "https://etsgitlab.westeurope.cloudapp.azure.com/clients/tourbillon-client" }, "release_url": "https://pypi.org/project/tourbillon-client/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "client for the tourbillon service", "version": "1.0.0" }, "last_serial": 2647183, "releases": { "0.0.1.dev3": [ { "comment_text": "", "digests": { "md5": "330c2f9b616b3335bc17cd86e46bcf8c", "sha256": "75f6a438a6b8e8108b7f0862f2b4f5e2c6ac6adb3a8b92995a471081f4f9dc55" }, "downloads": -1, "filename": "tourbillon-client-0.0.1.dev3.tar.gz", "has_sig": false, "md5_digest": "330c2f9b616b3335bc17cd86e46bcf8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3176, "upload_time": "2017-02-13T11:16:08", "url": "https://files.pythonhosted.org/packages/61/8d/1e66e25c74e86601f654bcfccc1335d40c73ff4add597c85580ad94d9004/tourbillon-client-0.0.1.dev3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "56164167941b054b0ec4d217c659199e", "sha256": "e7849b8d11ff506df939eb81cefa06c6383a65190c1e223822db1370d35c4938" }, "downloads": -1, "filename": "tourbillon-client-1.0.0.tar.gz", "has_sig": false, "md5_digest": "56164167941b054b0ec4d217c659199e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3594, "upload_time": "2017-02-16T16:10:09", "url": "https://files.pythonhosted.org/packages/0c/aa/631182b695c9c887cf602ef2984ca7cabc8fbbbb77756b998a3222b844c3/tourbillon-client-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56164167941b054b0ec4d217c659199e", "sha256": "e7849b8d11ff506df939eb81cefa06c6383a65190c1e223822db1370d35c4938" }, "downloads": -1, "filename": "tourbillon-client-1.0.0.tar.gz", "has_sig": false, "md5_digest": "56164167941b054b0ec4d217c659199e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3594, "upload_time": "2017-02-16T16:10:09", "url": "https://files.pythonhosted.org/packages/0c/aa/631182b695c9c887cf602ef2984ca7cabc8fbbbb77756b998a3222b844c3/tourbillon-client-1.0.0.tar.gz" } ] }