Simple car repository
Project description
grft-test-simple-car-repository
Simple car in-memory repository.
Install
pip install grft-test-simple-car-repository-e2e
Usage
from grft_test_simple_car import SimpleCar
from grft_test_simple_car_repository import InMemorySimpleCarRepository
repo = InMemorySimpleCarRepository()
car = SimpleCar('BMW', 'M3', 2023)
repo.add(car)
all_cars = repo.get_all()
print(f'Total cars: {len(all_cars)}')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grft_test_simple_car_repository_e2e-0.2.0.tar.gz.
File metadata
- Download URL: grft_test_simple_car_repository_e2e-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22c75b203813830ad2087642b89012b2af53aac7769717f735283d581f86c24d
|
|
| MD5 |
aa42c6bc40aab7f7e954ef602ccfa25d
|
|
| BLAKE2b-256 |
df91044867216ab1ddb020b01f4806a687c8b72e26132e9960eda9d736a0eb9b
|
File details
Details for the file grft_test_simple_car_repository_e2e-0.2.0-py3-none-any.whl.
File metadata
- Download URL: grft_test_simple_car_repository_e2e-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31c461f8ff6717a7e6b282fff660850fbdc2f37c4fa6422db3617beabcd44f3c
|
|
| MD5 |
eae839c675ca0fa4cd05a24ed97f42cb
|
|
| BLAKE2b-256 |
ad208befd5a80390fa49db6018eb4305749e1f04888f720bc3b1b351ab03a3ed
|