{ "info": { "author": "Ritiek Malhotra", "author_email": "ritiekmalhotra123@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# morseplay\n\n[![PyPi](https://img.shields.io/pypi/v/morseplay.svg)](https://pypi.org/project/morseplay/)\n[![Build Status](https://travis-ci.org/ritiek/morseplay.svg?branch=master)](https://travis-ci.org/ritiek/morseplay)\n\nmorseplay is a python library to send and receive morse codes on Raspberry Pi.\n\n## Installation & Usage\n\n```\n$ pip install morseplay\n```\n\nor if you like to live on the bleeding edge:\n\n```\n$ python setup.py install\n```\n\nCheck out these examples to learn how to use morseplay:\n\n```python\n>>> import morseplay\n>>> import RPi.GPIO as GPIO\n# Let's try sending morse signals from an LED\n>>> LED = morseplay.OutputMorse(outpin=17, setmode=GPIO.BCM, delay_unit=0.3)\n# This will signal \"hello\" in morse from LED attached to pin 17\n>>> LED.send(\"hello\")\n# You can also run the signal in background by returning a Thread instance\n>>> signal = LED.send(\"hello\", threaded=True)\n>>> signal.start()\n# Output custom morse code\n>>> LED.send(\"-.-- ---\", morse=True)\n# Note that letters are separated by 3 spaces and words are separated\n# by 7 spaces\n```\n\n## Contributing\n\nBug reports, feature requests and even documentation improvements are most\nwelcome!\n\n## License\n\n[![License](https://img.shields.io/github/license/ritiek/morseplay.svg)](https://github.com/ritiek/morseplay/blob/master/LICENSE)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/ritiek/morseplay/archive/v0.1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/ritiek/morseplay", "keywords": "morse,raspberry-pi,python,LED", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "morseplay", "package_url": "https://pypi.org/project/morseplay/", "platform": "", "project_url": "https://pypi.org/project/morseplay/", "project_urls": { "Download": "https://github.com/ritiek/morseplay/archive/v0.1.2.tar.gz", "Homepage": "https://www.github.com/ritiek/morseplay" }, "release_url": "https://pypi.org/project/morseplay/0.1.2/", "requires_dist": [ "morse-talk" ], "requires_python": "", "summary": "Python library to send and receive morse codes on Raspberry Pi", "version": "0.1.2" }, "last_serial": 3788836, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f5a5169714847f700ef93ed13c87ba05", "sha256": "336127c2b517f31314179a2a22151a2adcdd9abf4048716cad64af71876bc151" }, "downloads": -1, "filename": "morseplay-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f5a5169714847f700ef93ed13c87ba05", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2554, "upload_time": "2018-04-21T10:49:02", "url": "https://files.pythonhosted.org/packages/f1/82/84bbee00030a3ead5b2040622bd17191958a35b57196de3390a8ecc7d1b5/morseplay-0.1.0-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9ed966d0b176274361244f9113fd0951", "sha256": "b0276b11cdc4393f91b70e2223ddca9d3d307c16f9ed05572849d860d803f920" }, "downloads": -1, "filename": "morseplay-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ed966d0b176274361244f9113fd0951", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2589, "upload_time": "2018-04-21T11:07:52", "url": "https://files.pythonhosted.org/packages/a4/5d/8abc8451a972fdcf7f5cd5c437d2b5739b8f44e21fd77a226651f64a25e8/morseplay-0.1.1-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3f84774250aab45edf137f03d5f320a8", "sha256": "923cae9a2f31e635785503d25452eec26449c5cc60224e53d454580f431b3581" }, "downloads": -1, "filename": "morseplay-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f84774250aab45edf137f03d5f320a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2582, "upload_time": "2018-04-22T12:18:59", "url": "https://files.pythonhosted.org/packages/37/f2/ab5e34e104b3fca2426bec4c1a6f43ee5fa34ee49f3848d9e22fb6e73d17/morseplay-0.1.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f84774250aab45edf137f03d5f320a8", "sha256": "923cae9a2f31e635785503d25452eec26449c5cc60224e53d454580f431b3581" }, "downloads": -1, "filename": "morseplay-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f84774250aab45edf137f03d5f320a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2582, "upload_time": "2018-04-22T12:18:59", "url": "https://files.pythonhosted.org/packages/37/f2/ab5e34e104b3fca2426bec4c1a6f43ee5fa34ee49f3848d9e22fb6e73d17/morseplay-0.1.2-py2.py3-none-any.whl" } ] }