{ "info": { "author": "Rense VanderHoek", "author_email": "vanderhoek@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: Dutch", "Programming Language :: Python :: 2 :: Only" ], "description": "PyRDW\n=====\n\nSupports Python 2.6, 2.7, 3.3, 3.4 and 3.5\n\nPyRDW gives a basic way of fetching licensenumber-data from the RDW, the dutch department of road transport.\nKeys in data returned (by the RDW) are in dutch, unfortunately.\n\nSee the RDW for data-documentation:\n\nhttps://www.rdw.nl/opendata/Paginas/handleidingen.aspx?path=Portal/OpenData\n\nRegular expressions copied from:\n\nhttp://blog.kenteken.tv/2011/05/06/code-snippets-formatteren-rdw-kenteken/\n\n\n\n###Usage\n\n\n```\n>>> from pyrdw.license_number import LicenseNumber\n>>>\n>>> license_number = LicenseNumber('8tgj72')\n>>> license_number.formatted\n'8-TGJ-72'\n>>> license_number.data['Merk']\nu'FERRARI'\n>>> license_number.data['Handelsbenaming']\nu'458'\n>>> license_number.data['Aantalzitplaatsen']\n2\n>>> license_number.data['BPM']\n50193\n\n```\n\n\n###Version-history\n\n1.1 - 2016-04-21 - Added Python 3 support;\n1.0 - 2014-12-23 - Release;\n1.0b - 2014-12-23 - Basic functionality with license_number validation and an RDW call.", "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/rense/pyrdw", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "PyRDW", "package_url": "https://pypi.org/project/PyRDW/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyRDW/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/rense/pyrdw" }, "release_url": "https://pypi.org/project/PyRDW/1.1/", "requires_dist": null, "requires_python": null, "summary": "PyRDW gives a basic way of fetching licensenumber-data from the RDW, the dutch department of road transport.", "version": "1.1" }, "last_serial": 2076102, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "aa37dc435bf9eaf04fdd07ac94549b08", "sha256": "07a7118b531870b3b2be370fe35ecd3dd51a2782a47f2ab198fb0c68b98e65ea" }, "downloads": -1, "filename": "PyRDW-1.0.tar.gz", "has_sig": false, "md5_digest": "aa37dc435bf9eaf04fdd07ac94549b08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3020, "upload_time": "2014-12-23T13:28:01", "url": "https://files.pythonhosted.org/packages/59/26/71cf567813695cfba3e959f5b057ba7b0df06449028a643585ef776f2733/PyRDW-1.0.tar.gz" } ], "1.0b": [ { "comment_text": "", "digests": { "md5": "b6ca59b87ac375e960cd6ebbe9267def", "sha256": "47b1b902259d6655cecf4be014ec0b489f99a6c515e233147ec44b2ac5627431" }, "downloads": -1, "filename": "PyRDW-1.0b.tar.gz", "has_sig": false, "md5_digest": "b6ca59b87ac375e960cd6ebbe9267def", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3023, "upload_time": "2014-12-23T13:18:20", "url": "https://files.pythonhosted.org/packages/95/ae/f3d65abeb143bc77bc1cdfa2904f7c64df23797a9be50d469a19fe5f2899/PyRDW-1.0b.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6dd345417090c9a62f57244b8c46a03c", "sha256": "83697a1c61695a5837318e82f79b47e1d961cebe5459ad83e60126b9ac904f28" }, "downloads": -1, "filename": "PyRDW-1.1.tar.gz", "has_sig": false, "md5_digest": "6dd345417090c9a62f57244b8c46a03c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3175, "upload_time": "2016-04-21T13:01:44", "url": "https://files.pythonhosted.org/packages/c0/ff/dab5e2a39cf171b7ed82fe4a46c89d7aad082b022068536719a74e8b4c5a/PyRDW-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6dd345417090c9a62f57244b8c46a03c", "sha256": "83697a1c61695a5837318e82f79b47e1d961cebe5459ad83e60126b9ac904f28" }, "downloads": -1, "filename": "PyRDW-1.1.tar.gz", "has_sig": false, "md5_digest": "6dd345417090c9a62f57244b8c46a03c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3175, "upload_time": "2016-04-21T13:01:44", "url": "https://files.pythonhosted.org/packages/c0/ff/dab5e2a39cf171b7ed82fe4a46c89d7aad082b022068536719a74e8b4c5a/PyRDW-1.1.tar.gz" } ] }