Metadata-Version: 2.1
Name: autopysta
Version: 0.0.2.0
Summary: 2D traffic modeling.
Home-page: https://bitbucket.org/rdelpiano/autopysta/
Author: Rafael Delpiano
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Requires-Python: ==2.7.*
Description-Content-Type: text/markdown

# Autopysta
Autopysta is a Python library for modeling 2D traffic on highways. It is written natively in C++ for better perfomance and wrapped by SWIG for use on Python.

## Details
The package comes with a .so (for Linux systems) and a .pyd (for Windows) and a .py that use those files depending on the platform.

Currently there is no support for Mac OS for it is planned for the future.

## How to use it
To use autopysta you just have to import it in Python:

    import autopysta

Then it can be used to make simulations with vehicles that move and change tracks according to the models chosen in a highway defined by the user. We are working on adding more models and a documentation to explain how to use all of it.

