{"id":15559805,"url":"https://github.com/richardarpanet/vehicle-makes","last_synced_at":"2025-04-09T16:52:28.644Z","repository":{"id":138869005,"uuid":"202219850","full_name":"richardARPANET/vehicle-makes","owner":"richardARPANET","description":"🚗 Python library to provide up-to-date vehicle make and model data.","archived":false,"fork":false,"pushed_at":"2019-08-13T20:43:18.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T18:54:24.314Z","etag":null,"topics":["automotive","cars","python-library","python3","vehicle-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardARPANET.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-13T20:34:21.000Z","updated_at":"2023-03-18T13:12:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7104d46-216d-4588-a66a-cc39730c5bfe","html_url":"https://github.com/richardARPANET/vehicle-makes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fvehicle-makes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fvehicle-makes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fvehicle-makes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fvehicle-makes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardARPANET","download_url":"https://codeload.github.com/richardARPANET/vehicle-makes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248073408,"owners_count":21043430,"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":["automotive","cars","python-library","python3","vehicle-data"],"created_at":"2024-10-02T15:57:52.889Z","updated_at":"2025-04-09T16:52:28.618Z","avatar_url":"https://github.com/richardARPANET.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTICE**: If you're reading this on GitHub.com please be aware this is a mirror of the primary remote located at https://code.richard.do/richardARPANET/vehicle-makes.\nPlease direct issues and pull requests there.\n\nvehicle-makes\n=============\n\n|PyPI| |Python Versions| |Build Status|\n\nPython library to provide up-to-date vehicle make and model data. Currently returning cars only. The data source is AutoTrader.\n\nInstallation\n------------\n\nTo install, simply:\n\n.. code:: bash\n\n    pip install vehicle-makes\n\nHow to use\n------------\n\n\n.. code:: python\n\n    from vehicle_makes import get_makes_and_models\n\n    makes_and_models = get_makes_and_models()\n\n\n``get_makes_and_models()`` returns a dict in the following structure:\n\n\n.. code:: python\n\n    {\n        'AC': ('212', '302', 'Cobra'),\n        'Abarth': ('124 Spider', '500', '500C', '595',),\n    }\n\n\nRequirements\n------------\n\n::\n\n    1. Python 3.6+\n    2. See requirements.txt\n\nRunning the tests\n-----------------\n\n.. code:: bash\n\n    pip install -r requirements-dev.txt\n    pytest src/tests/tests.py\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/vehicle-makes.svg\n   :target: https://pypi.python.org/pypi/vehicle-makes\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/vehicle-makes.svg\n   :target: https://pypi.python.org/pypi/vehicle-makes\n.. |Build Status| image:: https://travis-ci.org/richardARPANET/vehicle-makes.png?branch=master\n   :target: https://travis-ci.org/richardARPANET/vehicle-makes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardarpanet%2Fvehicle-makes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardarpanet%2Fvehicle-makes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardarpanet%2Fvehicle-makes/lists"}