Metadata-Version: 2.0
Name: taxi-simulator
Version: 0.2.0
Summary: Agent-based taxi simulator to test strategies
Home-page: https://github.com/javipalanca/taxi_simulator
Author: Javi Palanca
Author-email: jpalanca@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: taxi_simulator
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Click (>=6.0)
Requires-Dist: SPADE (>=2.3)
Requires-Dist: factory-boy (==2.9.2)
Requires-Dist: flask (==0.12.2)
Requires-Dist: geopy (==1.11.0)
Requires-Dist: requests (==2.18.4)

==============
Taxi Simulator
==============


.. image:: https://img.shields.io/pypi/v/taxi_simulator.svg
        :target: https://pypi.python.org/pypi/taxi_simulator

.. image:: https://img.shields.io/travis/javipalanca/taxi_simulator.svg
        :target: https://travis-ci.org/javipalanca/taxi_simulator

.. image:: https://readthedocs.org/projects/taxi-simulator/badge/?version=latest
        :target: https://taxi-simulator.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/javipalanca/taxi_simulator/shield.svg
     :target: https://pyup.io/repos/github/javipalanca/taxi_simulator/
     :alt: Updates


Agent-based taxi simulator to test strategies


* Free software: MIT license
* Documentation: https://taxi-simulator.readthedocs.io.


Features
--------

* Strategy pattern
* Continuous simulator
* Load scenarios
* Multi-agent system built with SPADE_
* XMPP communications

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _SPADE: https://github.com/javipalanca/spade


=======
History
=======

0.2 (2017-11-15)
------------------

* Added scenario loading feature.

0.1.3 (2017-11-15)
------------------

* Fixed minor bugs.

0.1.1 (2017-11-14)
------------------

* Added documentation.

0.1.0 (2017-11-03)
------------------

* First release on PyPI.



