{ "info": { "author": "Ryan J. Dillon", "author_email": "ryanjamesdillon@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3.5" ], "description": "Pylleo\n======\n\n|Documentation Status|_\n\nA collection of python utilities for working with data from Little\nLeonardo accelerometers\n\nQuickstart\n----------\n`pylleo` is currently only available for `Python 3` and has not been\nextensively tested with different versions. For more detail, please refer to\nthe documentation.\n\nInstall\n~~~~~~~\n\n.. code::\n\n pip3 install pylleo\n\nLoad data\n~~~~~~~~~\n\n.. code:: python\n\n import pylleo\n\n path_dir = './'\n meta = pylleo.lleoio.read_meta(path_dir, 'W190PD3GT', 34840)\n data = pylleo.lleoio.read_data(meta, path_dir)\n\nCalibration app\n~~~~~~~~~~~~~~~\nRun the `pylleo` calibration application with the `pylleo-cal` command in the\nterminal:\n\n.. code::\n\n pylleo-cal\n\n\nDocumentation\n-------------\nThe latest documentation for `pylleo` can be found\nhere_\n\n.. _here: `Documentation Status`_\n.. |Documentation Status| image:: https://readthedocs.org/projects/pylleo/badge/?version=latest\n.. _Documentation Status: http://pylleo.readthedocs.io/en/latest/?badge=latest\n\nLicense\n-------\nThis project is licensed under the terms of the MIT license. Please see the\nlicense file in this repository.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ryanjdillon/pylleo/archive/0.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ryanjdillon/pylleo", "keywords": "datalogger,accelerometer,biotelemetry", "license": "GPL-3.0+", "maintainer": "", "maintainer_email": "", "name": "pylleo", "package_url": "https://pypi.org/project/pylleo/", "platform": "", "project_url": "https://pypi.org/project/pylleo/", "project_urls": { "Download": "https://github.com/ryanjdillon/pylleo/archive/0.4.tar.gz", "Homepage": "https://github.com/ryanjdillon/pylleo" }, "release_url": "https://pypi.org/project/pylleo/0.4/", "requires_dist": null, "requires_python": "", "summary": "Utilities for working with Little Leonardo datalogger data in Python", "version": "0.4" }, "last_serial": 3236243, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "d3bafdeeb02ab8e6beee806e5bee06a9", "sha256": "3b8a8d9dfdd8c83e08da54560ee82bb9fa96aefeb26023acaf88480f60981a9d" }, "downloads": -1, "filename": "pylleo-0.3.tar.gz", "has_sig": false, "md5_digest": "d3bafdeeb02ab8e6beee806e5bee06a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22061, "upload_time": "2017-07-23T07:58:11", "url": "https://files.pythonhosted.org/packages/86/e8/9cffe96139da14c01805b3df3e6179328ead49bcf21efb262da49edd14bf/pylleo-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "3af505a1b8d48b833dd434a49d7b426d", "sha256": "fa972903cad47634ccb2455960587a48a4e07d55d8654e99ee21e215a6b61b03" }, "downloads": -1, "filename": "pylleo-0.4.tar.gz", "has_sig": false, "md5_digest": "3af505a1b8d48b833dd434a49d7b426d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22091, "upload_time": "2017-10-09T12:45:59", "url": "https://files.pythonhosted.org/packages/7b/24/ef066043b240772a738ccc739fa4fd14d473c9e740698764a6e3049dd20e/pylleo-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3af505a1b8d48b833dd434a49d7b426d", "sha256": "fa972903cad47634ccb2455960587a48a4e07d55d8654e99ee21e215a6b61b03" }, "downloads": -1, "filename": "pylleo-0.4.tar.gz", "has_sig": false, "md5_digest": "3af505a1b8d48b833dd434a49d7b426d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22091, "upload_time": "2017-10-09T12:45:59", "url": "https://files.pythonhosted.org/packages/7b/24/ef066043b240772a738ccc739fa4fd14d473c9e740698764a6e3049dd20e/pylleo-0.4.tar.gz" } ] }