salabim


Namesalabim JSON
Version 24.0.2 PyPI version JSON
download
home_pagehttps://github.com/salabim/salabim
Summarydiscrete event simulation in Python
upload_time2024-03-15 11:09:05
maintainer
docs_urlNone
authorRuud van der Ham
requires_python>=3.6
license
keywords statistics math simulation des discrete event simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            salabim
-------
Object oriented discrete event simulation and animation in Python.

Discrete event simulation (DES) can be used in a variety of logistics applications:

* production facilities
* warehousing
* (air)ports
* hospitals
* mining
* materials handling
* steel mills

, but also in other areas, like computer network analysis.

Salabim follows a well proven and very intuitive process description method (like Tomas and Must).
The package provides

* components
* queues
* resources
* stores
* states
* monitors for data collection and presentation
* 2D animation (including video production)
* 3D animation (including video production)
* tracing facilities
* advanced statistical sampling

In contrast to some other Python DES packages it is not required to use yield statements for the process control.
Salabim has very minimal requirements (without animation none). 

Salabim runs under Windows, MacOS, Linux, iOS/iPadOS (Pythonista) and can be used with "Python In Excel".

See www.salabim.org for details. 

See www.salabim.org/manual for the documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/salabim/salabim",
    "name": "salabim",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "statistics,math,simulation,des,discrete event simulation",
    "author": "Ruud van der Ham",
    "author_email": "info@salabim.org",
    "download_url": "https://files.pythonhosted.org/packages/93/3f/b678cef219a9a2a63e15f1429d376a2fd3f598d17f1b40123c2ae8e3b6f1/salabim-24.0.2.tar.gz",
    "platform": null,
    "description": "salabim\r\n-------\r\nObject oriented discrete event simulation and animation in Python.\r\n\r\nDiscrete event simulation (DES) can be used in a variety of logistics applications:\r\n\r\n* production facilities\r\n* warehousing\r\n* (air)ports\r\n* hospitals\r\n* mining\r\n* materials handling\r\n* steel mills\r\n\r\n, but also in other areas, like computer network analysis.\r\n\r\nSalabim follows a well proven and very intuitive process description method (like Tomas and Must).\r\nThe package provides\r\n\r\n* components\r\n* queues\r\n* resources\r\n* stores\r\n* states\r\n* monitors for data collection and presentation\r\n* 2D animation (including video production)\r\n* 3D animation (including video production)\r\n* tracing facilities\r\n* advanced statistical sampling\r\n\r\nIn contrast to some other Python DES packages it is not required to use yield statements for the process control.\r\nSalabim has very minimal requirements (without animation none). \r\n\r\nSalabim runs under Windows, MacOS, Linux, iOS/iPadOS (Pythonista) and can be used with \"Python In Excel\".\r\n\r\nSee www.salabim.org for details. \r\n\r\nSee www.salabim.org/manual for the documentation.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "discrete event simulation in Python",
    "version": "24.0.2",
    "project_urls": {
        "Download": "https://github.com/salabim/salabim",
        "Homepage": "https://github.com/salabim/salabim"
    },
    "split_keywords": [
        "statistics",
        "math",
        "simulation",
        "des",
        "discrete event simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "933fb678cef219a9a2a63e15f1429d376a2fd3f598d17f1b40123c2ae8e3b6f1",
                "md5": "a7c5f2f18a924676cc8736eb61662eeb",
                "sha256": "68c8a5666ff8fa0b3d326ec8198a61252b1b73dde078c7155e72387c8920b300"
            },
            "downloads": -1,
            "filename": "salabim-24.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a7c5f2f18a924676cc8736eb61662eeb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1416103,
            "upload_time": "2024-03-15T11:09:05",
            "upload_time_iso_8601": "2024-03-15T11:09:05.705355Z",
            "url": "https://files.pythonhosted.org/packages/93/3f/b678cef219a9a2a63e15f1429d376a2fd3f598d17f1b40123c2ae8e3b6f1/salabim-24.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 11:09:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "salabim",
    "github_project": "salabim",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "salabim"
}
        
Elapsed time: 0.22036s