{ "info": { "author": "Paul Genssler", "author_email": "p.genssler@freenet.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Unix", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: User Interfaces", "Topic :: System :: Hardware" ], "description": "XillyPy |PyPi| |License|\n=========================\n\nA simple Xillybus interface written in Python.\nIt supports streaming as well as reading/writing bytes to an address/data interface.\n\nUsage\n=====\n.. code:: python\n\n import xillypy\n # write 16 (0x10, 0b00010000) to address 2\n xillypy.memory_write('/dev/xillybus_mem', 2, (16,))\n # write some bytes (.encode()) to a streaming interface\n xillypy.stream_write('/dev/xillybus_write', 'this is my data i want to write'.encode())\n\n\n\nAn example can be found in `benchmark.py `_.\n\nCompatibility\n=============\nThe code was tested with Python 3.5 and 3.6 on a Linux Host (Ubuntu 16.04).\n\n\n.. |PyPi| image:: https://img.shields.io/pypi/v/xillypy.svg\n :target: https://pypi.python.org/pypi/xillypy/\n\n.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/krabo0om/XillyPy/master/LICENSE\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/krabo0om/XillyPy", "keywords": "xillybus interface development", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "xillypy", "package_url": "https://pypi.org/project/xillypy/", "platform": "", "project_url": "https://pypi.org/project/xillypy/", "project_urls": { "Homepage": "https://github.com/krabo0om/XillyPy" }, "release_url": "https://pypi.org/project/xillypy/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Xillybus interface written in Python", "version": "0.1.1" }, "last_serial": 2938051, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "829105a25fbf781c67f0dfc6252afadd", "sha256": "9d50d27cd94e843292d165c69bc2eea7ea61aae251ad7430abc7c735f457fbff" }, "downloads": -1, "filename": "xillypy-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "829105a25fbf781c67f0dfc6252afadd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3866, "upload_time": "2017-03-12T11:33:01", "url": "https://files.pythonhosted.org/packages/7a/cf/dee21ad940bffbd9e6b3bdd79c2adc60ee449b18b0fc43e9c787d2e4dea9/xillypy-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65ad7eacc71f832e11627e195b9e0a67", "sha256": "fa2e5b55f0b69eb9edacd05e8f5e6709e9925ef3e77d6f873301457a2940a4c5" }, "downloads": -1, "filename": "xillypy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "65ad7eacc71f832e11627e195b9e0a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2307, "upload_time": "2017-03-12T11:33:03", "url": "https://files.pythonhosted.org/packages/21/6f/32cc76846e2f8d83bf3d99aaaa49d01437a9a1bc47afb9f4410675bad48a/xillypy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3bb19fe6643ef9dcf8b85194f7543ad5", "sha256": "6fb0a036d9e64651ad115ab0d75a935b64add3ad1f653672046baf4831bb3390" }, "downloads": -1, "filename": "xillypy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3bb19fe6643ef9dcf8b85194f7543ad5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4103, "upload_time": "2017-06-09T12:11:05", "url": "https://files.pythonhosted.org/packages/56/69/6a2e81fe06edba78b9b24e3a18da0ed4a7e2ba8711ae743818695f4cace6/xillypy-0.1.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3bb19fe6643ef9dcf8b85194f7543ad5", "sha256": "6fb0a036d9e64651ad115ab0d75a935b64add3ad1f653672046baf4831bb3390" }, "downloads": -1, "filename": "xillypy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3bb19fe6643ef9dcf8b85194f7543ad5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4103, "upload_time": "2017-06-09T12:11:05", "url": "https://files.pythonhosted.org/packages/56/69/6a2e81fe06edba78b9b24e3a18da0ed4a7e2ba8711ae743818695f4cace6/xillypy-0.1.1-py2.py3-none-any.whl" } ] }