Metadata-Version: 2.1
Name: avsim2D
Version: 0.0.7b0
Summary: A simple 2D autonomous vehicule simulator
Home-page: https://gitlab.com/m0rph03nix/autonomous_vehicule_simulator
Author: Raphael LEBER
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pygame (>=1.9.6)
Requires-Dist: pylint (>=2.4.4)
Requires-Dist: python-can (>=3.2.1a0)
Requires-Dist: PyTMX (>=3.21.7)
Requires-Dist: PyYAML (>=5.3)

# Autonomous_Vehicule_Simulator

The current version is only a minimum template to architecture the code. **There is no operational code for the moment**

![d](./img/classes_Vehicule.png)

image generated by 
```bash
pyreverse -o png -p Vehicule -A -my -S vehicule.py
```

Create a symbolic link to this project in your local install path
```bash
python3 setup.py develop --user
```
and continue the developpement...




