{ "info": { "author": "Mart\u00c3\u00adn Ra\u00c3\u00bal Villalba", "author_email": "martin@martinvillalba.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Communications", "Topic :: Communications :: File Sharing", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "ANT\n===\n\nIntroduction\n------------\nPython implementation of the ANT, ANT+, and ANT-FS protocols. For more\ninformation about ANT, see http://www.thisisant.com/.\n\nCan be used to communicate with ANT nodes using an ANT stick (USB).\n\nThis project came to be when I tried to download data for analysis from my\nANT+/ANT-FS enabled running watch under GNU/Linux. This eventually lead me to\nattempting to port ANT_LIB and ANT_DLL (by Dynastream) to Linux. However, I\ndidn't quite like the library, the protocol is well documented and trivial to\nimplement, and I was going to have to write a ctypes-based wrapper afterwards\nsince I was only going to use the library from Python. Thus, I decided to\nwrite a pure Python implementation.\n\n\nContact\n-------\nYou can reach me via e-Mail and Google Talk/Jabber at:\n martin at NOSPAM martinvillalba dot com\n\nDocumentation\n-------------\nDocumentation will be a bit scarse for the time being, but everything public\nshould have at least a docstring by the time I make the first stable release.\n\n\nLicense\n-------\nReleased under the MIT/X11 license. See LICENSE for the full text.\n\n\nInstall\n-------\n% python setup.py install\n\n\nDevelop\n-------\nSee DEVELOP.md for details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/mvillalba/python-ant", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ant", "package_url": "https://pypi.org/project/ant/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ant/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.github.com/mvillalba/python-ant" }, "release_url": "https://pypi.org/project/ant/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Python implementation of the ANT, ANT+, and ANT-FS protocols (http://www.thisisant.com/).", "version": "0.1.0" }, "last_serial": 786294, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a014ec26b9bc3a6a5c581fb456857f1d", "sha256": "ca2a092e10026b6c7809050c32dbd6ff039b96188f4bf35b6146557deb1457ad" }, "downloads": -1, "filename": "ant-0.1.0-py2.6.egg", "has_sig": false, "md5_digest": "a014ec26b9bc3a6a5c581fb456857f1d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 49781, "upload_time": "2011-10-07T21:18:20", "url": "https://files.pythonhosted.org/packages/0a/4e/bb5f8ecf13ae0df7291147f5e4a751066606809313f363fc38716a093def/ant-0.1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "0a43d6ab966848de3a4ec4508d5235e9", "sha256": "14fcb47286fdfaf96625d0099797ed9f2dd26393c1aa01c1e16b81c3a2de9ac4" }, "downloads": -1, "filename": "ant-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0a43d6ab966848de3a4ec4508d5235e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18080, "upload_time": "2011-10-07T21:18:18", "url": "https://files.pythonhosted.org/packages/7e/9a/672711e3e9e264d7eee6048945f497d9fa9b311877f64fb74a7f297837da/ant-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a014ec26b9bc3a6a5c581fb456857f1d", "sha256": "ca2a092e10026b6c7809050c32dbd6ff039b96188f4bf35b6146557deb1457ad" }, "downloads": -1, "filename": "ant-0.1.0-py2.6.egg", "has_sig": false, "md5_digest": "a014ec26b9bc3a6a5c581fb456857f1d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 49781, "upload_time": "2011-10-07T21:18:20", "url": "https://files.pythonhosted.org/packages/0a/4e/bb5f8ecf13ae0df7291147f5e4a751066606809313f363fc38716a093def/ant-0.1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "0a43d6ab966848de3a4ec4508d5235e9", "sha256": "14fcb47286fdfaf96625d0099797ed9f2dd26393c1aa01c1e16b81c3a2de9ac4" }, "downloads": -1, "filename": "ant-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0a43d6ab966848de3a4ec4508d5235e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18080, "upload_time": "2011-10-07T21:18:18", "url": "https://files.pythonhosted.org/packages/7e/9a/672711e3e9e264d7eee6048945f497d9fa9b311877f64fb74a7f297837da/ant-0.1.0.tar.gz" } ] }