{ "info": { "author": "Wijnand Modderman-Lenstra", "author_email": "maze@pyth0n.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License" ], "description": "Amateur Packet Radio\n====================\n\nThis is a client for the Amateur Packet Radio (AMPR) Portal API. You need\nto be a license HAM radio amateur and you need to have a `AMPR Portal`_ \naccount in order to use this package.\n\nOnce you have an account, nagivate to the `AMPR Portal Profile`_ page, and\nlook for your API Key, if there is none, you can generate a 32 character\nsecret and save it in your profile. You can generate such key with Python\neasily::\n\n >>> import string\n >>> import random\n >>> print(''.join(random.choice(chars) for x in range(32)))\n ahdX3fOskC9gGYcyxOfYNyLZEVqD54fC\n\nDon't use the secret above, generate your own.\n\n.. _AMPR Portal: https://portal.ampr.org/\n.. _AMPR Portal Profile: https://portal.ampr.org/profile.php", "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/pd0mz/ampr", "keywords": "ampr amateur packet radio api", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ampr", "package_url": "https://pypi.org/project/ampr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ampr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pd0mz/ampr" }, "release_url": "https://pypi.org/project/ampr/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Amateur Packet Radio API client", "version": "1.0.0" }, "last_serial": 1781193, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "8fd48029bf02e42aef01b1a932368cf8", "sha256": "216610e94d86532a149c5f27170f3f604c40447831a30ee425bf099296a2557f" }, "downloads": -1, "filename": "ampr-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8fd48029bf02e42aef01b1a932368cf8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3179, "upload_time": "2015-10-22T10:59:37", "url": "https://files.pythonhosted.org/packages/d5/eb/d959263d7bc3d30dd5ac092ecbb8fe5aad7177d234f371c9f8688ebe34e8/ampr-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b235bbda241e6dcb463d052963cbe92", "sha256": "5dc6a7a42beb4dd0fa3bba25f9b5663fa243547deefb028aff6b906ec35b4e09" }, "downloads": -1, "filename": "ampr-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7b235bbda241e6dcb463d052963cbe92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1797, "upload_time": "2015-10-22T11:00:05", "url": "https://files.pythonhosted.org/packages/b5/99/f8f5e0a810ff7746038439462b5135ba7466b6df0e667e01843e99ecabb7/ampr-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8fd48029bf02e42aef01b1a932368cf8", "sha256": "216610e94d86532a149c5f27170f3f604c40447831a30ee425bf099296a2557f" }, "downloads": -1, "filename": "ampr-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8fd48029bf02e42aef01b1a932368cf8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3179, "upload_time": "2015-10-22T10:59:37", "url": "https://files.pythonhosted.org/packages/d5/eb/d959263d7bc3d30dd5ac092ecbb8fe5aad7177d234f371c9f8688ebe34e8/ampr-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b235bbda241e6dcb463d052963cbe92", "sha256": "5dc6a7a42beb4dd0fa3bba25f9b5663fa243547deefb028aff6b906ec35b4e09" }, "downloads": -1, "filename": "ampr-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7b235bbda241e6dcb463d052963cbe92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1797, "upload_time": "2015-10-22T11:00:05", "url": "https://files.pythonhosted.org/packages/b5/99/f8f5e0a810ff7746038439462b5135ba7466b6df0e667e01843e99ecabb7/ampr-1.0.0.tar.gz" } ] }