{ "info": { "author": "Hanno Schlichting", "author_email": "hanno@hannosch.eu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython" ], "description": "====\nGenc\n====\n\n``Genc`` provides the information in the Geopolitical Entities, Names\nand Codes (GENC) standard as a Python distribution.\n\nInstallation\n============\n\n::\n\n $ pip install genc\n\n\nUsage\n=====\n\n::\n\n >>> import genc\n >>> genc.region_by_alpha3('DEU')\n Region(alpha3='DEU', alpha2='DE', numeric='276', name='Germany',\n uppername='GERMANY', fullname='Federal Republic of Germany')\n\n >>> genc.region_by_alpha2('DE').name\n 'Germany'\n\n >>> genc.region_by_name('germany').alpha2\n 'DE'\n\n >>> genc.region_by_name('unknown region') is None\n True\n\n >>> for region in genc.REGIONS:\n ... # do something\n ... pass\n\n\nLicense\n=======\n\n``genc`` is offered under the Apache License 2.0.\n\n\nChangelog\n=========\n\n0.2 (2015-09-22)\n----------------\n\n* Ensure that all attributes are proper Unicode.\n\n* Add a JSON version of the subdivision data.\n\n0.1 (2015-09-04)\n----------------\n\n* Initial release.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hannosch/genc", "keywords": "country region codes names", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "genc", "package_url": "https://pypi.org/project/genc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/genc/", "project_urls": { "Homepage": "https://github.com/hannosch/genc" }, "release_url": "https://pypi.org/project/genc/0.2/", "requires_dist": null, "requires_python": null, "summary": "Geopolitical Entities, Names and Codes (GENC)", "version": "0.2" }, "last_serial": 5412687, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1badc524a6822a8417d6121aaf480e35", "sha256": "8581eb3e0217f513d65fb2f693a029c874cf8a62afca25d65f138000af44005d" }, "downloads": -1, "filename": "genc-0.1.zip", "has_sig": false, "md5_digest": "1badc524a6822a8417d6121aaf480e35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17420, "upload_time": "2015-09-04T16:31:44", "url": "https://files.pythonhosted.org/packages/4c/c2/8cbf7681229d174f1ba8c64c6cb62ae75c1f8699b6f47264275e986a38b3/genc-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "bdc7a3deadc6016c10bc40f2349fdd0b", "sha256": "bf568548cd9c30e2a059110eeb33cecc7fb74875cf10e5c897caf6bc762b6221" }, "downloads": -1, "filename": "genc-0.2.zip", "has_sig": true, "md5_digest": "bdc7a3deadc6016c10bc40f2349fdd0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17691, "upload_time": "2015-09-22T14:51:32", "url": "https://files.pythonhosted.org/packages/68/f6/95a1ae829a2a7081aa7bc23828eb30e3a33b4e660c66ad7403dfe1a565c5/genc-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bdc7a3deadc6016c10bc40f2349fdd0b", "sha256": "bf568548cd9c30e2a059110eeb33cecc7fb74875cf10e5c897caf6bc762b6221" }, "downloads": -1, "filename": "genc-0.2.zip", "has_sig": true, "md5_digest": "bdc7a3deadc6016c10bc40f2349fdd0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17691, "upload_time": "2015-09-22T14:51:32", "url": "https://files.pythonhosted.org/packages/68/f6/95a1ae829a2a7081aa7bc23828eb30e3a33b4e660c66ad7403dfe1a565c5/genc-0.2.zip" } ] }