{ "info": { "author": "Luc Saffre", "author_email": "luc.saffre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "The ``commondata.be`` package\n=============================\n\n`Common data `_ about\nBelgium. Freely available and maintained in Python.\n\nNote: we are discussing whether this package is meaningful. \nSee http://lino-framework.org/tickets/109.html\n\n\nThis currently includes a list of Belgian places in multiple languages\nwith zip codes.\n\nDISCLAIMER: This comes with no warranty at all.\n\nUsage example:\n\n>>> from commondata.be.places import root\n>>> belgium = root()\n>>> print(', '.join([x.fr for x in belgium.children]))\nBruxelles, R\u00e9gion flamande, R\u00e9gion wallonne\n>>> print(', '.join([x.nl for x in belgium.children]))\nBrussel, Vlaams Gewest, Walloni\u00eb\n>>> wallonia = belgium.children[2]\n>>> print(', '.join([x.fr for x in wallonia.children]))\nNamur, Li\u00e8ge, Hainaut, Limbourg, Brabant wallon\n>>> print(', '.join([x.nl for x in wallonia.children]))\nNamen, Luik, Henegouwen, Limburg, Waals-Brabant\n\nThe following number will decrease when we continue to change \"city\"\nentries into \"village\" or \"township\" entries:\n\n>>> liege = wallonia.children[1]\n>>> len(liege.children)\n353\n>>> eupen = liege.get(fr=\"Eupen\")\n>>> print(eupen.zip_code)\n4700", "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/lsaffre/commondata-be", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "commondata.be", "package_url": "https://pypi.org/project/commondata.be/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/commondata.be/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lsaffre/commondata-be" }, "release_url": "https://pypi.org/project/commondata.be/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Common data about Belgium", "version": "0.0.2" }, "last_serial": 4195126, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "33ea975933bcb7dd0237e87949a5d4f9", "sha256": "fbfe977df618eb3486fd8baffd63825e1e442ce0a535576dfe80a755776f8343" }, "downloads": -1, "filename": "commondata.be-0.0.1.tar.gz", "has_sig": false, "md5_digest": "33ea975933bcb7dd0237e87949a5d4f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26910, "upload_time": "2014-09-11T23:39:22", "url": "https://files.pythonhosted.org/packages/df/f6/be4ba8924810facecfa125a54b2fbb9ab2b9df99534f2ebc902dcfbbd44d/commondata.be-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ff486ea5936779d19597c19500a293b0", "sha256": "cfbf7c179d3127863e517666e3aa862bd7008366d51b88ffd0e775413a8e9376" }, "downloads": -1, "filename": "commondata.be-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ff486ea5936779d19597c19500a293b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26910, "upload_time": "2016-08-22T12:38:47", "url": "https://files.pythonhosted.org/packages/a4/62/b28efecbc74bc3e6ae3ed0d1a1ec8c16f7b046479f0832659830d42bc822/commondata.be-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff486ea5936779d19597c19500a293b0", "sha256": "cfbf7c179d3127863e517666e3aa862bd7008366d51b88ffd0e775413a8e9376" }, "downloads": -1, "filename": "commondata.be-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ff486ea5936779d19597c19500a293b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26910, "upload_time": "2016-08-22T12:38:47", "url": "https://files.pythonhosted.org/packages/a4/62/b28efecbc74bc3e6ae3ed0d1a1ec8c16f7b046479f0832659830d42bc822/commondata.be-0.0.2.tar.gz" } ] }