{ "info": { "author": "Zeb Palmer", "author_email": "zeb@zebpalmer.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Communications :: Ham Radio", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====\npyQRZ\n=====\n\nA python module to query QRZ.com's ham radio license database. Tested on python 2.7, 3.4, 3.5, 3.6\n\n\nBreaking Changes\n----------------\nWhen using pyQRZ in a project, please pin pyQRZ to a version that is working with your code. There may be breaking\nchanges in a soon to be released version.\n\n\nInstall / Use\n-------------\n\nThis package can be installed via pip: \"pip install -U pyQRZ\"\n\n\nOnce installed, you'll need to create a settings file (see below) and provide the file path when using QRZ. Alternately,\nyou may set environment variables \"QRZ_USER\" and \"QRZ_PASSWORD\" with appropriate contents.\n\n.. code-block:: python\n\n # pyQRZ settings\n [qrz]\n username=blah\n password=blahblah\n\n\n\nBasic use example:\n\n.. code-block:: python\n\n qrz = QRZ(cfg='./settings.cfg')\n result = qrz.callsign(\"w7atc\")\n print result['fname'], result['name']\n print result['addr2'], result['state']\n print result['country']\n\n\nNOTES:\nTo use QRZ.com's XML API for detailed data, a subscription is required. However, it appears you can get basic\ninformation with a standard QRZ user account. I wouldn't count on that though.\n\nI am thinking about providing a free (and opensourced) callsign lookup service, probably start off as USA only. If\nthis is of interest to you, feel free to contact me. Knowing it would be useful would make it a higher priority.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zebpalmer/pyQRZ", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyQRZ", "package_url": "https://pypi.org/project/pyQRZ/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyQRZ/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/zebpalmer/pyQRZ" }, "release_url": "https://pypi.org/project/pyQRZ/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Query QRZ.com Ham Radio License API", "version": "0.1.0" }, "last_serial": 2905288, "releases": { "0.0.1a": [ { "comment_text": "", "digests": { "md5": "db542da1cc6c5129bea6fb5240851fe9", "sha256": "2f6a60c4caf5188584b41d2265eed1ff6807e66fb094c417a6f004c7762becbf" }, "downloads": -1, "filename": "pyQRZ-0.0.1a.tar.gz", "has_sig": false, "md5_digest": "db542da1cc6c5129bea6fb5240851fe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2697, "upload_time": "2013-02-01T03:28:11", "url": "https://files.pythonhosted.org/packages/42/47/44de62d68fb4fe60e04f80e1acab395d072be2eac5c6aa7ab04d536c7eaa/pyQRZ-0.0.1a.tar.gz" } ], "0.0.1b": [ { "comment_text": "", "digests": { "md5": "a29118919828202c5eb0981f682f81a0", "sha256": "a4ef3c5e7c3f7c3a67570ac5172360c8dbdb1ce452dd58b9457be5c676f1bfcb" }, "downloads": -1, "filename": "pyQRZ-0.0.1b.tar.gz", "has_sig": false, "md5_digest": "a29118919828202c5eb0981f682f81a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2946, "upload_time": "2013-02-01T03:56:56", "url": "https://files.pythonhosted.org/packages/6e/ed/38063adcdbf9e50aba14c55e651c7eebe0f57d940f516dfee5cbefe92a43/pyQRZ-0.0.1b.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "cdebd8239b95b7f7659829c61a07e42d", "sha256": "f550208794c03a8fc388c93e974c692cc05d682147ce0cf4558473e63d093591" }, "downloads": -1, "filename": "pyQRZ-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cdebd8239b95b7f7659829c61a07e42d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8365, "upload_time": "2017-05-28T22:49:02", "url": "https://files.pythonhosted.org/packages/3f/ae/3544200b33d64c44bfb61e939a90e422c43663a28fc06edab1ae10c29ce7/pyQRZ-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cdebd8239b95b7f7659829c61a07e42d", "sha256": "f550208794c03a8fc388c93e974c692cc05d682147ce0cf4558473e63d093591" }, "downloads": -1, "filename": "pyQRZ-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cdebd8239b95b7f7659829c61a07e42d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8365, "upload_time": "2017-05-28T22:49:02", "url": "https://files.pythonhosted.org/packages/3f/ae/3544200b33d64c44bfb61e939a90e422c43663a28fc06edab1ae10c29ce7/pyQRZ-0.1.0.tar.gz" } ] }