{"id":21018028,"url":"https://github.com/othreecodes/pymvrd","last_synced_at":"2025-05-15T06:31:28.724Z","repository":{"id":62581948,"uuid":"76655392","full_name":"othreecodes/pymvrd","owner":"othreecodes","description":"Motor Vehicle Registration Information Search Portal Library for python","archived":false,"fork":false,"pushed_at":"2017-05-14T13:59:55.000Z","size":7,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T11:42:29.070Z","etag":null,"topics":["api","mvrd","mvrd-library","nigerian-vehicles","vehicle-registration","vehicles"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/othreecodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-16T13:22:01.000Z","updated_at":"2024-09-29T11:50:21.000Z","dependencies_parsed_at":"2022-11-03T20:15:25.586Z","dependency_job_id":null,"html_url":"https://github.com/othreecodes/pymvrd","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2Fpymvrd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2Fpymvrd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2Fpymvrd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2Fpymvrd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othreecodes","download_url":"https://codeload.github.com/othreecodes/pymvrd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254288086,"owners_count":22045862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","mvrd","mvrd-library","nigerian-vehicles","vehicle-registration","vehicles"],"created_at":"2024-11-19T10:23:15.202Z","updated_at":"2025-05-15T06:31:28.447Z","avatar_url":"https://github.com/othreecodes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pymvrd ![https://pypi.python.org/pypi/pymvrd/0.6](https://badge.fury.io/py/pymvrd.svg) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/othreecodes)\n## Mvrd library - Grab all the Nigerian Vehicles Data!!!\n\u003e Mvrd Library for Python\n\n## Installation\nRequires\n - Python \u003e 2.7 \n\n```shell\npip install pymvrd #install pymvrd\n\n```\n\n## Usage\n\n```python\n\nfrom pymvrd.app import Mvrd\n\nif __name__ == '__main__':\n    plate_num = Mvrd('\u003cplate_number\u003e')\n    details = plate_num.get_data()\n    # get_data() returns a dict\n    print(details)\n    \n    # get indiviual Details\n    print('Raw data ' + str(data))\n    print(\"Number :\" + data.number())\n    print(\"Owner :\" + data.owner_name())\n    print(\"Issue date :\" + str(data.issue_date()))\n    print(\"Vehicle Status :\" + data.vehicle_status())\n    print(\"Chasis Number :\" + data.chasis_number())\n    print(\"color :\" + data.color())\n    print(\"Expiry :\" + str(data.expiry_date()))\n    print(\"Chasis Number :\" + data.chasis_number())\n\n    # Raises InvalidPlateError If the plate number does not exist\n\n```\n\n```python\n#sample output\n{'Isssue Date': '2011-11-24T13:26:31.630', 'Chasis Number': 'XXXXXXXXXXXX', 'Color': 'Ash', 'Plate Number': 'XXXXXXX', 'Model': 'Toyota Rav4', 'Expiry Date': '2012-11-23T13:26:31.630', 'Owner Name': 'Mr. .  XXXXXXXX', 'Vehicle Status': 'Default'}\n\nRaw data {'Plate Number': 'XXXXXX', 'Model': 'Toyota Camry', 'Expiry Date': '2012-11-16T14:36:09.183', 'Color': 'Ash', 'Isssue Date': '2011-11-17T14:36:09.183', 'Chasis Number': 'XXXXXXXXX', 'Vehicle Status': 'Default', 'Owner Name': 'Mr. XXX XXXX  .'}\nNumber :XXXXX\nOwner :Mr. XXX XXX XX  .\nIssue date :2011-11-17 14:36:09\nVehicle Status :Default\nChasis Number :XXXXXXXXXXXXXXX\ncolor :Ash\nExpiry :2012-11-16 14:36:09\nChasis Number : XXXXXXXXXXX\n\n\n```\n\nInspiration https://github.com/unicodeveloper/mvrd by @unicodeveloper\n\n## Liscence\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothreecodes%2Fpymvrd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothreecodes%2Fpymvrd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothreecodes%2Fpymvrd/lists"}