Metadata-Version: 2.1
Name: avsim2D
Version: 0.0.7
Summary: A simple 2D autonomous vehicule simulator
Home-page: https://gitlab.com/m0rph03nix/autonomous_vehicule_simulator
Author: Raphael LEBER
License: UNKNOWN
Description: # 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...
        
        
        
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
