PyDistSim


NamePyDistSim JSON
Version 2.1.2 PyPI version JSON
download
home_pageNone
SummaryA high-level Python library for simulation of distributed algorithms.
upload_time2024-12-11 20:57:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords networks distributed algorithms
VCS
bugtrack_url
requirements ipython ipykernel matplotlib networkx numpy pandas seaborn scipy loguru pypng
Travis-CI
coveralls test coverage No coveralls.
            PyDistSim
=========

|travis| |readthedocs| |codefactor| |coveralls|

.. |travis| image:: https://app.travis-ci.com/agustin-recoba/pydistsim.svg?token=zk1hY6ZALwZTY3bjX2Aq&branch=main
    :target: https://app.travis-ci.com/agustin-recoba/pydistsim
    :alt: Build Status
.. |coveralls| image:: https://coveralls.io/repos/github/agustin-recoba/PyDistSim/badge.svg?branch=main
    :target: https://coveralls.io/github/agustin-recoba/PyDistSim?branch=main
    :alt: Coverage Status
.. |readthedocs| image:: https://readthedocs.org/projects/pydistsim/badge/?version=main
    :target: https://pydistsim.readthedocs.io/?badge=main
    :alt: Documentation Status
.. |codefactor| image:: https://www.codefactor.io/repository/github/agustin-recoba/pydistsim/badge
   :target: https://www.codefactor.io/repository/github/agustin-recoba/pydistsim
   :alt: CodeFactor


PyDistSim is a Python package for event-based simulation and evaluation of distributed algorithms. It is a fork of the
deprecated `Pymote <https://github.com/darbula/pymote>`_.

This fork aims at providing new features, redesigned APIs and better documentation. It is being developed by Agustin
Recoba in the context of his grade thesis at `Facultad de Ingeniería, Universidad de la República <https://www.fing.edu.uy/>`_.

Definition of the distributed environment, entities and actions used for making PyDistSim are taken mainly from
`Design and Analysis of Distributed Algorithms <http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471719978,descCd-description.html>`_
by Nicola Santoro.

PyDistSim's main goal is to provide a framework for fast implementation, easy simulation and data-driven algorithmic
analysis of distributed algorithms.

Currently, PyDistSim supports IPython console or Jupyter notebooks. The gui is still in development and is not recommended
for any type of use.

.. image:: https://raw.githubusercontent.com/agustin-recoba/PyDistSim/main/docs/install/_images/project_showcase.gif
   :align: center
   :alt: PyDistSim console and gui

\

PyDistSim is being developed on top of `NetworkX <https://github.com/networkx/networkx/>`_ and is meant to be used along other scientific packages such as SciPy, NumPy and matplotlib. Currently, gui runs on PySide (Qt bindings) and console is jazzy IPython.

Installation
------------

For installation instructions please visit `the documentation <https://pydistsim.readthedocs.io/install/installation.html>`_.

Literature
----------

Santoro, N.: *Design and Analysis of Distributed Algorithms*, `2006 <http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471719978,descCd-description.html>`_

Arbula, D. and Lenac, K.: *Pymote: High Level Python Library for Event-Based Simulation and Evaluation of Distributed Algorithms*, International Journal of Distributed Sensor Networks, Volume `2013 <https://journals.sagepub.com/doi/10.1155/2013/797354>`_

Recoba, A: *PyDistSim: Framework de simulación de algoritmos distribuidos en redes en Python*, 2024

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PyDistSim",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "Networks, Distributed algorithms",
    "author": null,
    "author_email": "Agustin Recoba <agustin.recoba@outlook.com>, Damir Arbula <damir.arbula@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/05/7d/4fb67d19e2ec526a22e9673a280130bf4ad81b06387e0c5adba5c16e28d3/pydistsim-2.1.2.tar.gz",
    "platform": null,
    "description": "PyDistSim\n=========\n\n|travis| |readthedocs| |codefactor| |coveralls|\n\n.. |travis| image:: https://app.travis-ci.com/agustin-recoba/pydistsim.svg?token=zk1hY6ZALwZTY3bjX2Aq&branch=main\n    :target: https://app.travis-ci.com/agustin-recoba/pydistsim\n    :alt: Build Status\n.. |coveralls| image:: https://coveralls.io/repos/github/agustin-recoba/PyDistSim/badge.svg?branch=main\n    :target: https://coveralls.io/github/agustin-recoba/PyDistSim?branch=main\n    :alt: Coverage Status\n.. |readthedocs| image:: https://readthedocs.org/projects/pydistsim/badge/?version=main\n    :target: https://pydistsim.readthedocs.io/?badge=main\n    :alt: Documentation Status\n.. |codefactor| image:: https://www.codefactor.io/repository/github/agustin-recoba/pydistsim/badge\n   :target: https://www.codefactor.io/repository/github/agustin-recoba/pydistsim\n   :alt: CodeFactor\n\n\nPyDistSim is a Python package for event-based simulation and evaluation of distributed algorithms. It is a fork of the\ndeprecated `Pymote <https://github.com/darbula/pymote>`_.\n\nThis fork aims at providing new features, redesigned APIs and better documentation. It is being developed by Agustin\nRecoba in the context of his grade thesis at `Facultad de Ingenier\u00eda, Universidad de la Rep\u00fablica <https://www.fing.edu.uy/>`_.\n\nDefinition of the distributed environment, entities and actions used for making PyDistSim are taken mainly from\n`Design and Analysis of Distributed Algorithms <http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471719978,descCd-description.html>`_\nby Nicola Santoro.\n\nPyDistSim's main goal is to provide a framework for fast implementation, easy simulation and data-driven algorithmic\nanalysis of distributed algorithms.\n\nCurrently, PyDistSim supports IPython console or Jupyter notebooks. The gui is still in development and is not recommended\nfor any type of use.\n\n.. image:: https://raw.githubusercontent.com/agustin-recoba/PyDistSim/main/docs/install/_images/project_showcase.gif\n   :align: center\n   :alt: PyDistSim console and gui\n\n\\\n\nPyDistSim is being developed on top of `NetworkX <https://github.com/networkx/networkx/>`_ and is meant to be used along other scientific packages such as SciPy, NumPy and matplotlib. Currently, gui runs on PySide (Qt bindings) and console is jazzy IPython.\n\nInstallation\n------------\n\nFor installation instructions please visit `the documentation <https://pydistsim.readthedocs.io/install/installation.html>`_.\n\nLiterature\n----------\n\nSantoro, N.: *Design and Analysis of Distributed Algorithms*, `2006 <http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471719978,descCd-description.html>`_\n\nArbula, D. and Lenac, K.: *Pymote: High Level Python Library for Event-Based Simulation and Evaluation of Distributed Algorithms*, International Journal of Distributed Sensor Networks, Volume `2013 <https://journals.sagepub.com/doi/10.1155/2013/797354>`_\n\nRecoba, A: *PyDistSim: Framework de simulaci\u00f3n de algoritmos distribuidos en redes en Python*, 2024\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A high-level Python library for simulation of distributed algorithms.",
    "version": "2.1.2",
    "project_urls": {
        "CI-CD": "https://app.travis-ci.com/github/agustin-recoba/pydistsim/",
        "Documentation": "https://pydistsim.readthedocs.io/",
        "Homepage": "https://github.com/agustin-recoba/pydistsim",
        "Issues": "https://github.com/agustin-recoba/pydistsim/issues",
        "Repository": "https://github.com/agustin-recoba/pydistsim.git",
        "Test Coverage": "https://coveralls.io/github/agustin-recoba/PyDistSim"
    },
    "split_keywords": [
        "networks",
        " distributed algorithms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a02a42fd8793da0b2851873c143910423c02d1d4245223f5df67a2661aed69c4",
                "md5": "9c234db73d94f1d3e15ad9e527cb4be8",
                "sha256": "18cc15b52670ce49623243491314f67d03e7947252c6a717b4ec0980255a08f2"
            },
            "downloads": -1,
            "filename": "PyDistSim-2.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c234db73d94f1d3e15ad9e527cb4be8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 245557,
            "upload_time": "2024-12-11T20:57:29",
            "upload_time_iso_8601": "2024-12-11T20:57:29.605555Z",
            "url": "https://files.pythonhosted.org/packages/a0/2a/42fd8793da0b2851873c143910423c02d1d4245223f5df67a2661aed69c4/PyDistSim-2.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "057d4fb67d19e2ec526a22e9673a280130bf4ad81b06387e0c5adba5c16e28d3",
                "md5": "a7d9d45c746adf5b7825782fa63d1a21",
                "sha256": "dbced26cad9dbb547403a9b5b2c3c3aea529749c6a49cf853a7c1fb65c5a5ac0"
            },
            "downloads": -1,
            "filename": "pydistsim-2.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a7d9d45c746adf5b7825782fa63d1a21",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 219600,
            "upload_time": "2024-12-11T20:57:33",
            "upload_time_iso_8601": "2024-12-11T20:57:33.190957Z",
            "url": "https://files.pythonhosted.org/packages/05/7d/4fb67d19e2ec526a22e9673a280130bf4ad81b06387e0c5adba5c16e28d3/pydistsim-2.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 20:57:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "agustin-recoba",
    "github_project": "pydistsim",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ipython",
            "specs": [
                [
                    "==",
                    "8.26.0"
                ]
            ]
        },
        {
            "name": "ipykernel",
            "specs": [
                [
                    "==",
                    "6.29.5"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.9.2"
                ]
            ]
        },
        {
            "name": "networkx",
            "specs": [
                [
                    "==",
                    "3.3"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": [
                [
                    "==",
                    "0.13.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.14.1"
                ]
            ]
        },
        {
            "name": "loguru",
            "specs": [
                [
                    "==",
                    "0.7.2"
                ]
            ]
        },
        {
            "name": "pypng",
            "specs": [
                [
                    "==",
                    "0.20220715.0"
                ]
            ]
        }
    ],
    "lcname": "pydistsim"
}
        
Elapsed time: 0.38766s