{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Smartlivinglab is a small django application designed to store data from sensors.\n\nIs heavily based on Django Rest Framework, as it exposes recolected data via an API. Also includes a write option to store data using the REST API.\n\nINSTALATION\n===========\n\nInstall using pip\n-----------------\n\npip install smartlivinglab\n\nAdd to the INSTALLED_APPS\n------------------------\n\nINSTALLED_APPS = (\n\t ...\n\t rest_framework,\n\t rest_framework.authtoken,\n\t smartlivinglab,\n\t #if you want some simple graphics uncomment this\n\t #smartlivinglab.samples\n\t ...\n\t )\n\nRun database migration\n----------------------\n\n$ python manage.py migrate\n\n\n\t \n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "smartlivinglab", "package_url": "https://pypi.org/project/smartlivinglab/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/smartlivinglab/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/smartlivinglab/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.0.1" }, "last_serial": 1341158, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "76605ea1e1ab5a7aabdc435ab179b2ee", "sha256": "8d03ae6b7847e8782f628bf69cca91614d7c49a9d4f0216b9f5d24cb43bf8e29" }, "downloads": -1, "filename": "smartlivinglab-1.0.zip", "has_sig": false, "md5_digest": "76605ea1e1ab5a7aabdc435ab179b2ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26979, "upload_time": "2014-12-10T14:23:33", "url": "https://files.pythonhosted.org/packages/b5/72/1211134d938af7a2c8288313f572183d0778a5179deb1d0777fbc0274879/smartlivinglab-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7c03e38bdc784af646db0700da56ac40", "sha256": "0e237ad20cadf627da04f372f7ac01842c21708c9594d7829f55fd56e8d98316" }, "downloads": -1, "filename": "smartlivinglab-1.0.1.zip", "has_sig": false, "md5_digest": "7c03e38bdc784af646db0700da56ac40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93272, "upload_time": "2014-12-12T09:14:34", "url": "https://files.pythonhosted.org/packages/cb/ad/871a804aed61c1eeb53a5aa5349e410e10aab0570087d35d2d93e2dd748b/smartlivinglab-1.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c03e38bdc784af646db0700da56ac40", "sha256": "0e237ad20cadf627da04f372f7ac01842c21708c9594d7829f55fd56e8d98316" }, "downloads": -1, "filename": "smartlivinglab-1.0.1.zip", "has_sig": false, "md5_digest": "7c03e38bdc784af646db0700da56ac40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93272, "upload_time": "2014-12-12T09:14:34", "url": "https://files.pythonhosted.org/packages/cb/ad/871a804aed61c1eeb53a5aa5349e410e10aab0570087d35d2d93e2dd748b/smartlivinglab-1.0.1.zip" } ] }