Metadata-Version: 2.1
Name: aeda
Version: 2022.12.6
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 
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project. 




# Getting Started
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
## 1.	Installation process

```console
python -m pip install aeda
```

## 2. Usage

### Command line

```console
python -m aeda.car.main --regnumber XXXXXXXXX
``` 

```python
import aeda.car
aeda.car.get_car_from_reg_number("XXXXXXXXX")
``` 


## 2.	API references



- 
- version "2022.12.1"