{ "info": { "author": "Anthony Blackshaw", "author_email": "ant@getme.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.7", "Topic :: Database" ], "description": "# GeoUK Python Library\n\nThe GeoUK Python library provides a pythonic interface to the GeoUK API. It includes an API client class, and a set of resource classes.\n\n\n## Installation\n\n```\npip install geouk\n```\n\n## Requirements\n\n- Python 3.7+\n\n\n# Usage\n\n```Python\n\nimport geouk\n\n\nclient = geouk.Client('your_api_key...')\n\n# Get a list of place names and postcodes starting with the query string's\n# first 2 characters (ideal for use with a typeahead).\nsuggestions = geouk.resources.Place.typeahead(client, 'wo...')\n\n# Fetch a list of `Place`s that match the given query string\nplaces = geouk.resources.Place.search(client, 'worcester')\n\nprint(places[0].humanized_name, places[0].geo_coords)\n\n>> Worcester [52.18935, -2.22001]\n\n# Fetch all the (data) sources\nsources = geouk.resources.Source.all(client)\n\n# Fetch a single (data) source\nsource = geouk.resources.Source.one(client, 'geonames')\n\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GetmeUK/geouk-python", "keywords": "api geouk", "license": "MIT", "maintainer": "Anthony Blackshaw", "maintainer_email": "ant@getme.co.uk", "name": "GeoUK", "package_url": "https://pypi.org/project/GeoUK/", "platform": "", "project_url": "https://pypi.org/project/GeoUK/", "project_urls": { "Homepage": "https://github.com/GetmeUK/geouk-python" }, "release_url": "https://pypi.org/project/GeoUK/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "The GeoUK Python library provides a pythonic interface to the GeoUK API.", "version": "0.0.2" }, "last_serial": 5753690, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "19079a543fc58f1f0b3c40d31ba29123", "sha256": "7363d59aa9153cfadf6bfe442d4624d9ec49ae1d5e500a1e22df28c1f5e4ac23" }, "downloads": -1, "filename": "GeoUK-0.0.1.tar.gz", "has_sig": false, "md5_digest": "19079a543fc58f1f0b3c40d31ba29123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6324, "upload_time": "2019-08-22T01:17:09", "url": "https://files.pythonhosted.org/packages/80/65/ddb39559aa134180fd6c367af807b793a916f95ae451c2143aeb2aa70443/GeoUK-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "0d9bc465cfa0be67246b7a883abb0dd1", "sha256": "7f93efb290a96e3fc5f0c49a6aabc59f10af4e32925127d9e06e687d200076fe" }, "downloads": -1, "filename": "GeoUK-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0d9bc465cfa0be67246b7a883abb0dd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6379, "upload_time": "2019-08-29T15:09:14", "url": "https://files.pythonhosted.org/packages/80/f4/24770f4aa2930d9563648b77595726b3198058221cf19c89c738d820f75f/GeoUK-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d9bc465cfa0be67246b7a883abb0dd1", "sha256": "7f93efb290a96e3fc5f0c49a6aabc59f10af4e32925127d9e06e687d200076fe" }, "downloads": -1, "filename": "GeoUK-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0d9bc465cfa0be67246b7a883abb0dd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6379, "upload_time": "2019-08-29T15:09:14", "url": "https://files.pythonhosted.org/packages/80/f4/24770f4aa2930d9563648b77595726b3198058221cf19c89c738d820f75f/GeoUK-0.0.2.tar.gz" } ] }