Metadata-Version: 2.1
Name: aeda
Version: 2022.12.7
Summary: Aeda car API
Project-URL: Homepage, https://github.com/pypa/aeda
Project-URL: Bug Tracker, https://github.com/pypa/aeda/issues
Author-email: Sven Haadem <sven@aeda.no>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: requests
Description-Content-Type: text/markdown


<img src="resources/aeda-logo.svg" alt="mypic" style="width:600px; height:200px"/>

![PyPi](https://img.shields.io/pypi/v/aeda?label=pypi%20package)

# Aeda API 
An Aeda service for getting detailed info for cars using registration number.

# Getting Started
## 1.	Installation process
Install from PyPi using:
```console
python -m pip install aeda
```
## 2. Usage
Run either using command line or as a python library.


### Command line
Run from command line using:
```console
python -m aeda.car.main --regnumber XXXXXXXXX
``` 
Run in a python script using:
```python
import aeda.car
aeda.car.get_car_from_reg_number("XXXXXXXXX")
``` 


## 2.	API references



- 
- version "2022.12.1"