simfleet


Namesimfleet JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/javipalanca/simfleet
SummaryAgent-based fleet simulator to test strategies
upload_time2022-12-13 20:32:18
maintainer
docs_urlNone
authorJavi Palanca
requires_python
licenseMIT license
keywords simfleet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ========
SimFleet
========


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

.. image:: https://img.shields.io/pypi/pyversions/simfleet.svg
    :target: https://pypi.python.org/pypi/simfleet

.. image:: https://img.shields.io/tokei/lines/github/javipalanca/simfleet?label=lines
    :alt: Total Lines
    :target: https://pepy.tech/project/simfleet

.. image:: https://img.shields.io/github/languages/count/javipalanca/simfleet?label=languages
    :alt: Languages
    :target: https://pepy.tech/project/simfleet

.. image:: https://img.shields.io/github/languages/code-size/javipalanca/simfleet
    :alt: Code Size
    :target: https://pepy.tech/project/simfleet

.. image:: https://img.shields.io/apm/l/atomic-design-ui.svg?
    :target: https://opensource.org/licenses/MIT
    :alt: MIT License

.. image:: https://pepy.tech/badge/simfleet
    :target: https://pepy.tech/project/simfleet
    :alt: Downloads

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


Agent-based fleet simulator to test strategies


* Free software: MIT license
* Documentation: https://simfleet.readthedocs.io.


Features
--------

* Open Fleets simulator
* 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
=======

1.0.3 (2022-12-13)
------------------
* Update third-party libs

1.0.2 (2021-02-14)
------------------
* Fixed bug with Vuex version

1.0.1 (2019-11-07)
------------------

* SPADE and pandas version upgraded.
* Stop simulation fixed.
* Aesthetic changes.
* Minor bug fixes.
* Updated documentation.

1.0.0 (2019-11-05)
------------------

* Moved from a taxi simulator to a generic fleet simulator.
* Updated documentation.
* Added support for different cities.
* Directory agent now sends all the info.
* Fixed bug of staying the corresponding time in the station when charging.
* Changed logger to loguru library.
* Removed fuel from transport popup, now is current_autonomy/max_autonomy.
* Concurrent charging in stations now allowed through TimeoutBehavior.
* Custom icons added.
* Removed agents introduction from GUI.
* Added specific parameters in scenario file (now config file).
* CLI simplified.
* Changed cli to config file.
* Control of free places and status for StationAgent.
* Fuel refill behavior between TransportAgent and StationAgent.
* Refactoring from passenger to Customer
* Refactoring from taxi to Transport
* Refactoring from coordinator to fleet manager

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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/javipalanca/simfleet",
    "name": "simfleet",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "simfleet",
    "author": "Javi Palanca",
    "author_email": "jpalanca@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/42/4b/526d9e51b33b421e055ed015ad536562bb19bfbdc68b7e62f75f74e12f2e/simfleet-1.0.3.tar.gz",
    "platform": null,
    "description": "========\nSimFleet\n========\n\n\n.. image:: https://img.shields.io/pypi/v/simfleet.svg\n        :target: https://pypi.python.org/pypi/simfleet\n\n.. image:: https://img.shields.io/pypi/pyversions/simfleet.svg\n    :target: https://pypi.python.org/pypi/simfleet\n\n.. image:: https://img.shields.io/tokei/lines/github/javipalanca/simfleet?label=lines\n    :alt: Total Lines\n    :target: https://pepy.tech/project/simfleet\n\n.. image:: https://img.shields.io/github/languages/count/javipalanca/simfleet?label=languages\n    :alt: Languages\n    :target: https://pepy.tech/project/simfleet\n\n.. image:: https://img.shields.io/github/languages/code-size/javipalanca/simfleet\n    :alt: Code Size\n    :target: https://pepy.tech/project/simfleet\n\n.. image:: https://img.shields.io/apm/l/atomic-design-ui.svg?\n    :target: https://opensource.org/licenses/MIT\n    :alt: MIT License\n\n.. image:: https://pepy.tech/badge/simfleet\n    :target: https://pepy.tech/project/simfleet\n    :alt: Downloads\n\n.. image:: https://readthedocs.org/projects/simfleet/badge/?version=latest\n        :target: https://simfleet.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\nAgent-based fleet simulator to test strategies\n\n\n* Free software: MIT license\n* Documentation: https://simfleet.readthedocs.io.\n\n\nFeatures\n--------\n\n* Open Fleets simulator\n* Strategy pattern\n* Continuous simulator\n* Load scenarios\n* Multi-agent system built with SPADE_\n* XMPP communications\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _SPADE: https://github.com/javipalanca/spade\n\n\n=======\nHistory\n=======\n\n1.0.3 (2022-12-13)\n------------------\n* Update third-party libs\n\n1.0.2 (2021-02-14)\n------------------\n* Fixed bug with Vuex version\n\n1.0.1 (2019-11-07)\n------------------\n\n* SPADE and pandas version upgraded.\n* Stop simulation fixed.\n* Aesthetic changes.\n* Minor bug fixes.\n* Updated documentation.\n\n1.0.0 (2019-11-05)\n------------------\n\n* Moved from a taxi simulator to a generic fleet simulator.\n* Updated documentation.\n* Added support for different cities.\n* Directory agent now sends all the info.\n* Fixed bug of staying the corresponding time in the station when charging.\n* Changed logger to loguru library.\n* Removed fuel from transport popup, now is current_autonomy/max_autonomy.\n* Concurrent charging in stations now allowed through TimeoutBehavior.\n* Custom icons added.\n* Removed agents introduction from GUI.\n* Added specific parameters in scenario file (now config file).\n* CLI simplified.\n* Changed cli to config file.\n* Control of free places and status for StationAgent.\n* Fuel refill behavior between TransportAgent and StationAgent.\n* Refactoring from passenger to Customer\n* Refactoring from taxi to Transport\n* Refactoring from coordinator to fleet manager\n\n0.4.1 (2019-01-07)\n------------------\n\n* Fixed bug when checking if the simulation is finished.\n\n0.4.0 (2018-10-25)\n------------------\n\n* Improved the concurrent creation of agents.\n* Added stop and clear buttons to the interface.\n* Added download button for getting results in excel and json formats.\n* Documentation updated.\n\n0.3.0 (2018-10-01)\n------------------\n\n* Migrated to SPADE 3.\n* Documentation highly improved.\n* Helper functions added and refined.\n* Javascript framework included: VueJS\n* Routes centralized with a Route agent.\n* UI improved.\n\n0.2 (2017-11-15)\n------------------\n\n* Added scenario loading feature.\n\n0.1.3 (2017-11-15)\n------------------\n\n* Fixed minor bugs.\n\n0.1.1 (2017-11-14)\n------------------\n\n* Added documentation.\n\n0.1.0 (2017-11-03)\n------------------\n\n* First release on PyPI.\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Agent-based fleet simulator to test strategies",
    "version": "1.0.3",
    "split_keywords": [
        "simfleet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ad25188e2647876b495d34e683522dfc",
                "sha256": "446b8ce869d41361a9198753ff321212c7e42467f3b6fd5525ee951d82202574"
            },
            "downloads": -1,
            "filename": "simfleet-1.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad25188e2647876b495d34e683522dfc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 423511,
            "upload_time": "2022-12-13T20:32:08",
            "upload_time_iso_8601": "2022-12-13T20:32:08.859268Z",
            "url": "https://files.pythonhosted.org/packages/25/83/f00b1fb334a474a08b7513eeb8fe14da260178af2a04d2291a1d09eccdd1/simfleet-1.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "276c59ebb43fc2a5b05d5c668f9fa23c",
                "sha256": "e3255b116485b84fba3675e2ae700f9fe23f354b68958a52d7302e758e33bf79"
            },
            "downloads": -1,
            "filename": "simfleet-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "276c59ebb43fc2a5b05d5c668f9fa23c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6686018,
            "upload_time": "2022-12-13T20:32:18",
            "upload_time_iso_8601": "2022-12-13T20:32:18.998463Z",
            "url": "https://files.pythonhosted.org/packages/42/4b/526d9e51b33b421e055ed015ad536562bb19bfbdc68b7e62f75f74e12f2e/simfleet-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 20:32:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "javipalanca",
    "github_project": "simfleet",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "simfleet"
}
        
Elapsed time: 0.04265s