{ "info": { "author": "Charles Fracchia", "author_email": "charlesfracchia@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "SDIPy: Python Library for SDIP\n=========\n\nSDIPy is a python library for the Sensor Data Interoperability Protocol\n\nYou often hear people say that we're 'overflowing with data' these days. On the other hand, it sometimes feels like we face a scarcity of the data we that really need most. We think there's still a great deal of room for more data in the world, particularly data of the right types. Importantly, all of the data floating around out there should be easily visualized, integrated and cross-correlated. The ability to generate powerful new data-streams should be accessible to anyone. This is particularly true for sensor data, which gives us access to the physical world and to our own bodily states, as they unfold continuously in time.\n\nVersion\n----\n1.0\n\nInstallation\n--------------\n\n```sh\nsudo pip install sdipy\n```\nor (if you don't have pip installed)\n```sh\nsudo easy_install install sdipy\n```\n\nUse\n--------------\nImport the library: \n```py\nimport sdipy\n```\nCreate a data object: \n```py\ndata = sdipy.Data(\"Charles ECG\",[{'time':0,'val':12343},{'time':1,'val':24434}])\n```\nCreate a packet: \n```py\npacket = sdipy.Packet(address = \"AA:BB:CC:DD:EE:FF\", timeFormat=\"millisec-rel\", startTime={'format':'sec-epoch','time':1383842840},data=data)\n```\nRead the [note on relative and abolute time] to understand how to time-stamp your data correctly.\n\nNow you have a SDIP-compatible packet, export to JSON for easy sending:\n```py\npacket.exportJSON()\n```\n\n\nLicense\n----\n\nThe MIT License (MIT)\n\nCopyright (c) 2013 Charles Fracchia\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n[note on relative and abolute time]: http://biobright.org/sdip/spec.html#time", "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/charlesfracchia/SDIPy", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "SDIPy", "package_url": "https://pypi.org/project/SDIPy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SDIPy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/charlesfracchia/SDIPy" }, "release_url": "https://pypi.org/project/SDIPy/1.0/", "requires_dist": null, "requires_python": null, "summary": "Python library for the Sensor Data Interoperability Protocol", "version": "1.0" }, "last_serial": 920031, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "227405f0c9dc8d61664a4634f1b2d707", "sha256": "ca3affeeb397448b230e749e1b9e816c9a39bad0537e7d9f39ee2bf55129f1b3" }, "downloads": -1, "filename": "SDIPy-1.0.tar.gz", "has_sig": false, "md5_digest": "227405f0c9dc8d61664a4634f1b2d707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6694, "upload_time": "2013-11-15T01:18:34", "url": "https://files.pythonhosted.org/packages/7f/b6/aa73e392a1a0c7a2190f8668b411db0045af878c2749ad430a17aba7235f/SDIPy-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "227405f0c9dc8d61664a4634f1b2d707", "sha256": "ca3affeeb397448b230e749e1b9e816c9a39bad0537e7d9f39ee2bf55129f1b3" }, "downloads": -1, "filename": "SDIPy-1.0.tar.gz", "has_sig": false, "md5_digest": "227405f0c9dc8d61664a4634f1b2d707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6694, "upload_time": "2013-11-15T01:18:34", "url": "https://files.pythonhosted.org/packages/7f/b6/aa73e392a1a0c7a2190f8668b411db0045af878c2749ad430a17aba7235f/SDIPy-1.0.tar.gz" } ] }