Metadata-Version: 2.1
Name: taxi-simulator
Version: 0.4.1
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
Keywords: taxi_simulator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: spade (>=3.0.9)
Requires-Dist: pandas (==0.22.0)
Requires-Dist: tabulate (==0.8.2)
Requires-Dist: openpyxl (==2.4.9)
Requires-Dist: urllib3 (==1.22)
Requires-Dist: factory-boy (==2.11.1)
Requires-Dist: requests (==2.19.1)
Requires-Dist: geopy (==1.17.0)
Requires-Dist: XlsxWriter (==1.1.2)

==============
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.4.1 (2019-01-07)
------------------

* Fixed bug when checking if the simulation is finished.

0.4.0 (2018-10-25)
------------------

* Improved the concurrent creation of agents.
* Added stop and clear buttons to the interface.
* Added download button for getting results in excel and json formats.
* Documentation updated.

0.3.0 (2018-10-01)
------------------

* Migrated to SPADE 3.
* Documentation highly improved.
* Helper functions added and refined.
* Javascript framework included: VueJS
* Routes centralized with a Route agent.
* UI improved.

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.



