{ "info": { "author": "Javier Aguirre", "author_email": "hello@javaguirre.net", "bugtrack_url": null, "classifiers": [], "description": "# Pyhubble\n\nPython client for [hubble](https://github.com/jaymedavis/hubble), the terminal dashboard\n\n pip install pyhubble\n\n\n## Usage\n\nImport the client\n\n```python\n from pyhubble import Hubble\n```\n\nInitialization and sending values\n\n```python\n hubble = Hubble('http://localhost:9999/')\n hubble.send({'label': 'Test', 'value': 1, 'column': 0})\n```\n\nIncrement/decrement a label\n\n```python\n hubble.increment('Test') # Increments the value of this label\n hubble.decrement('Test') # Decrements the value of this label\n```\n\n\n## TODO\n\nPoll implementation\nUnittest\nHigh, low and screen properties\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/javaguirre/pyhubble", "keywords": "hubble", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "PyHubble", "package_url": "https://pypi.org/project/PyHubble/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyHubble/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/javaguirre/pyhubble" }, "release_url": "https://pypi.org/project/PyHubble/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A python client for hubble", "version": "0.1.1" }, "last_serial": 1472186, "releases": { "0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "a145329201b50e60af6f02b88e1837a6", "sha256": "903f7e18ba9a2c9d03f44ffceab7d0026ccb540cfcb3446086607d40f4b8ff4b" }, "downloads": -1, "filename": "PyHubble-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a145329201b50e60af6f02b88e1837a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13986, "upload_time": "2015-03-22T16:53:22", "url": "https://files.pythonhosted.org/packages/df/f4/3db6c0607b9e3889816bedf75c3f3871b936a3f306014337d20a7b4ab38f/PyHubble-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "61f2f57a30c674395dd80f0119503b71", "sha256": "8c2cbfe93e3418b013e8b7acbc038d25bf4078504bbb1aa817714ddc5aa915e9" }, "downloads": -1, "filename": "PyHubble-0.1.1.tar.gz", "has_sig": false, "md5_digest": "61f2f57a30c674395dd80f0119503b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1804, "upload_time": "2015-03-22T16:55:03", "url": "https://files.pythonhosted.org/packages/33/a2/760e93321c55687db362760b23ae3662b692991e0ffedafeb5092b960eda/PyHubble-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61f2f57a30c674395dd80f0119503b71", "sha256": "8c2cbfe93e3418b013e8b7acbc038d25bf4078504bbb1aa817714ddc5aa915e9" }, "downloads": -1, "filename": "PyHubble-0.1.1.tar.gz", "has_sig": false, "md5_digest": "61f2f57a30c674395dd80f0119503b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1804, "upload_time": "2015-03-22T16:55:03", "url": "https://files.pythonhosted.org/packages/33/a2/760e93321c55687db362760b23ae3662b692991e0ffedafeb5092b960eda/PyHubble-0.1.1.tar.gz" } ] }