Skip to main content

Aims to add popular continental car models by continent and year for realistic test data in the mobility sector

Project description

Car Model Fixtures

Popular car makes and models by continent and year.

Description

Aims to add popular continental car models by continent and year for realistic test data in the mobility sector

Getting Started

Dependencies

  • Python 3

Installing

  • pip install car_model_fixtures

Usage

from car_model_fixtures.generate import FixtureGenerator, Continent

generator = FixtureGenerator()
fixtures = generator.generate(amount=1, continent=Continent.EUROPE, year=2023)
for fixture in fixtures:
    print(fixture['brand'], fixture['model'])

Result:

> Audi A1

Help

Currently we only support European continent and various popular models from the year 2023. We aim to add more continents and models in the future.

For excellent US car test data we can recommend the following faker plugin: faker_vehicle

Authors

Jurgen Buisman @ github

Version History

  • 0.1.1
    • Readme added
  • 0.1.0
    • Initial Release with European car models from 2023

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

car_model_fixtures-0.1.1-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page