{ "info": { "author": "Christopher H. Casebeer", "author_email": "christopher@chc.name", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Ham Radio", "Topic :: Multimedia :: Sound/Audio" ], "description": "AFSK and ``aprs``\n=================\n\nLibrary to generate Bell 202 AFSK audio samples and \nAFSK encoded APRS/AX.25 packets. \n\nThe ``aprs`` command line program encodes APRS packets \nas AFSK audio data. \n\ne.g.::\n\n $ aprs -c \":EMAIL :test@example.com Test email\"\n\nInstallation\n------------\n\nInstall with ``pip``::\n\n $ pip install afsk\n $ pip install --allow-external PyAudio --allow-unverified PyAudio PyAudio\n\nPyAudio is optional, so must be installed separately. \n\nIf you want to use the CLI program to play APRS packets via your\nsoundcard, install PyAudio. Otherwise, if you just want to generate\nWave files of AFSK data, you can skip it. \n\nNote that installing PyAudio will require a C compiler and PyAudio's various\nC dependencies, in addition to the ``--allow-external`` and ``--allow-unverified``\n``pip`` flags. \n\nFor development, change to the afsk directory and install with::\n\n $ pip install -r requirements.txt\n $ python setup.py develop\n\nRequires Python 2.6 or 2.7.\n\nCommand Line Interface\n----------------------\n\nGenerate APRS messages with the ``aprs`` CLI program::\n\n $ aprs --callsign \":EMAIL :test@example.com Test email\"\n\nSpecify your message body with INFO command line argument. Be sure to wrap the message in \nquotes so it's passed as one argument, spaces includd. \n\nAt the moment, no message formats are implemented in the ``aprs`` program; you must \nconstruct the body string yourself. For instance, in the example above, the string \npassed as an argument to ``aprs`` follows the email messsage format specified for APRS. \n\nYou *must* specify your amateur radio callsign with the ``--callsign`` or ``-c`` flags.\n\nUse the ``--output`` option to write audio to a Wave file (use '-' for STDOUT) rather \nthan play over the soundcard. \n\nGet a listing of other options with ``aprs --help``.\n\nExamples\n--------\n\nPlayback with PyAudio and short options::\n\n $ aprs --callsign \":EMAIL :test@example.com Test email\"\n\nPlayback with ``sox``::\n\n $ aprs --callsign --output - \":EMAIL :test@example.com Test email\" |\\\n play -t wav -\n\nSave to a wave file with using short options::\n\n $ aprs -c -o packet.wav \":EMAIL :test@example.com Test email\"\n\nContributing\n------------\n\nGet the source and report any bugs on Github:\n\n https://github.com/casebeer/afsk\n\nVersion History\n---------------\n\n- 0.0.3 \u2013\u00a0Pin dependency versions, fix bug with STDOUT playback, verbosity CLI option.", "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/casebeer/afsk", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "afsk", "package_url": "https://pypi.org/project/afsk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/afsk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/casebeer/afsk" }, "release_url": "https://pypi.org/project/afsk/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Bell 202 Audio Frequency Shift Keying encoder and APRS packet audio tools", "version": "0.0.3" }, "last_serial": 2138840, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d88b6ca0ea33fa43cbf0769ebedbd684", "sha256": "0cb04321f8c2d0204f13359c2b265cad55457c523d12d465f029322980a9dc20" }, "downloads": -1, "filename": "afsk-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d88b6ca0ea33fa43cbf0769ebedbd684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5352, "upload_time": "2013-10-04T01:45:09", "url": "https://files.pythonhosted.org/packages/05/29/fbc6217636907fb49dd1ac1dea10471a90177cfba1594af21c79cafb5be9/afsk-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d581fc1b7ab7f96190dfc7a8bbec63e9", "sha256": "2db33765f9296b9ba9c2e01def0693e2a7bb02e6def65895ca206f8a864d1405" }, "downloads": -1, "filename": "afsk-0.0.2.tar.gz", "has_sig": true, "md5_digest": "d581fc1b7ab7f96190dfc7a8bbec63e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5451, "upload_time": "2013-10-04T01:53:59", "url": "https://files.pythonhosted.org/packages/da/34/26970300e2a8af53aff7b63e9a23025f882a81320a8f1b2c1a1fbe846a62/afsk-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ed84d82a42d1decc57e99ced12f9cb1a", "sha256": "5ff40342827eb3df164d9883f8c7ab9c7c085551ddb5649711c7b9be1834aa58" }, "downloads": -1, "filename": "afsk-0.0.3.tar.gz", "has_sig": true, "md5_digest": "ed84d82a42d1decc57e99ced12f9cb1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5952, "upload_time": "2014-04-09T02:09:23", "url": "https://files.pythonhosted.org/packages/98/82/7325325755a9309b0e74ec0c58a1c1d0180197c8046d080be932b68d6c92/afsk-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed84d82a42d1decc57e99ced12f9cb1a", "sha256": "5ff40342827eb3df164d9883f8c7ab9c7c085551ddb5649711c7b9be1834aa58" }, "downloads": -1, "filename": "afsk-0.0.3.tar.gz", "has_sig": true, "md5_digest": "ed84d82a42d1decc57e99ced12f9cb1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5952, "upload_time": "2014-04-09T02:09:23", "url": "https://files.pythonhosted.org/packages/98/82/7325325755a9309b0e74ec0c58a1c1d0180197c8046d080be932b68d6c92/afsk-0.0.3.tar.gz" } ] }