{ "info": { "author": "Neil Albrock", "author_email": "neil@atomised.coop", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python" ], "description": "=========================================================\npython-uic920 - Standalone UIC 920-14 country definitions\n=========================================================\n\n:Author: Neil Albrock\n:Version: 0.1.0\n\nUIC 920-14 defines numeric country codes for use in international rail data exchange.\n`python-uic920` is a self contained module that converts between these codes and the \ncorresponding ISO-3166-1 alpha-2 code, allowing for quick cross-referencing.\nUIC country names are also supplied for reference.\n\nInstallation\n============\n\n::\n\n $ pip install uic920\n \n\nUsage\n=====\n\n::\n\n >>> from uic920 import countries\n >>>\n >>> countries.get(70)\n Country(name=u'United Kingdom of Great Britain and Northern Ireland', iso='GB', uic='70')\n >>> countries.get('es')\n Country(name=u'Spain', iso='ES', uic='71')", "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/neilalbrock/python-uic920", "keywords": "uic 920 country codes", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "uic920", "package_url": "https://pypi.org/project/uic920/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uic920/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/neilalbrock/python-uic920" }, "release_url": "https://pypi.org/project/uic920/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Self contained UIC 920-14 country definitions", "version": "0.1.0" }, "last_serial": 801195, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "105cffb78d41d1986d3fd55520c1b98d", "sha256": "4d596b73dfdbcaeb3efab1c944008474a7000e7de479ee1996263491a85e5277" }, "downloads": -1, "filename": "uic920-0.1.0.tar.gz", "has_sig": false, "md5_digest": "105cffb78d41d1986d3fd55520c1b98d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3442, "upload_time": "2012-02-06T17:21:44", "url": "https://files.pythonhosted.org/packages/c7/fc/3ceb2acc3ab5b6ed912f95e639115c5c30bcbc71d824e0a65e308981b0d5/uic920-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "105cffb78d41d1986d3fd55520c1b98d", "sha256": "4d596b73dfdbcaeb3efab1c944008474a7000e7de479ee1996263491a85e5277" }, "downloads": -1, "filename": "uic920-0.1.0.tar.gz", "has_sig": false, "md5_digest": "105cffb78d41d1986d3fd55520c1b98d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3442, "upload_time": "2012-02-06T17:21:44", "url": "https://files.pythonhosted.org/packages/c7/fc/3ceb2acc3ab5b6ed912f95e639115c5c30bcbc71d824e0a65e308981b0d5/uic920-0.1.0.tar.gz" } ] }