{ "info": { "author": "Klaus Muller, Tony Vignaux, Ontje L\u00fcnsdorf, Stefan Scherfke", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering" ], "description": "SimPy Classic |travis| |appveyor| |codecov|\n============================================\n\nSimPy Classic is a process-based discrete-event simulation language based on\nstandard Python and released under the GNU LGPL.\n\nIt provides the modeler with components of a simulation model. These include\nprocesses for active components like customers, messages and vehicles as well\nas resources for passive components that form limited capacity congestion\npoints (like servers, checkout counters and tunnels). It also provides monitor\nvariables to aid in gathering statistics. SimPy comes with extensive plotting\ncapabilities.\n\nThe distribution contains in-depth documentation, tutorials, and a large number\nof simulation models.\n\nSimulation model developers are encouraged to share their SimPy modeling\ntechniques with the SimPy community. Please post a message to the SimPy-Users\nmailing list: http://lists.sourceforge.net/lists/listinfo/simpy-users\n\nSoftware developers are also encouraged to interface SimPy with other Python-\naccessible packages, such as GUI, database or mapping and to share these new\ncapabilities with the community under the GNU LGPL.\n\nThis the original SimPy. Around 2012 SimPy forked and this original version\nis now known as SimPy Classic.\n\nInstallation\n------------\n\nSimPy Classic requires Python 2.7 or Python 3.\n\nYou can install SimPy easily via `PIP `_::\n\n $ pip install -U SimPy\n\nYou can also download and install SimPy manually. It can be found at `https://github.com/SimPyClassic/SimPyClassic`::\n\n $ cd where/you/put/simpy/\n $ python setup.py install\n\nTo run SimPy's test suite on your installation, execute::\n\n $ python -m pytest\n\n\nGetting started\n---------------\n\nYou can also run one or more of the programs under *docs/examples/* to see\nwhether Python finds the SimPy module. If you get an error message like\n*ImportError: No module named SimPy*, check if the SimPy packages exists in\nyour site-packages folder (like /Lib/site-packages).\n\nThe tutorial and manuals are in the *docs/html* folder. Many users have\ncommented that the Bank tutorials are valuable in getting users started on\nbuilding their own simple models. Even a few lines of Python and SimPy can\nmodel significant real systems.\n\nFor more help, contact the `SimPy-Users mailing list\n`_. SimPy users are pretty helpful.\n\nEnjoy simulation programming in SimPy!\n\n.. |travis| image:: https://travis-ci.org/SimPyClassic/SimPyClassic.svg?branch=master\n :target: https://travis-ci.org/SimPyClassic/SimPyClassic\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/lo8cke509h0qj96r/branch/master?svg=true\n :target: https://ci.appveyor.com/project/johnguant/simpyclassic\n.. |codecov| image:: https://codecov.io/gh/SimPyClassic/SimPyClassic/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/SimPyClassic/SimPyClassic\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/SimPyClassic/SimPyClassic/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SimPyClassic/SimPyClassic", "keywords": "", "license": "GNU LGPL", "maintainer": "", "maintainer_email": "", "name": "SimPyClassic", "package_url": "https://pypi.org/project/SimPyClassic/", "platform": "", "project_url": "https://pypi.org/project/SimPyClassic/", "project_urls": { "Download": "https://github.com/SimPyClassic/SimPyClassic/releases", "Homepage": "https://github.com/SimPyClassic/SimPyClassic" }, "release_url": "https://pypi.org/project/SimPyClassic/2.3.4/", "requires_dist": null, "requires_python": "", "summary": "Event discrete, process based simulation for Python.", "version": "2.3.4" }, "last_serial": 3611927, "releases": { "2.3.4": [ { "comment_text": "", "digests": { "md5": "6937f33a661104aa750e3cbaecdbd985", "sha256": "46f905d0b0358f36338c724d7b95a61cab9f3e0de4599ecf709558d10f93b0a1" }, "downloads": -1, "filename": "SimPyClassic-2.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6937f33a661104aa750e3cbaecdbd985", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 79207, "upload_time": "2018-02-24T12:16:27", "url": "https://files.pythonhosted.org/packages/55/e4/15338617316b0001e80a9e8a5e2a0cbf23967b15587622c118768bdf51eb/SimPyClassic-2.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e5fdb138c6e4ffa1d98366e0023b7b0", "sha256": "b2dd15f1b9bc401b85d362e179df86fec9b1b2291616d9144bf826e91bf21be5" }, "downloads": -1, "filename": "SimPyClassic-2.3.4.tar.gz", "has_sig": false, "md5_digest": "9e5fdb138c6e4ffa1d98366e0023b7b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2368349, "upload_time": "2018-02-24T12:16:28", "url": "https://files.pythonhosted.org/packages/0c/5c/de4c88f0a359028f64e6a126c8edf6ba64ebc77caac8c9fbdab4b18e2b2c/SimPyClassic-2.3.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6937f33a661104aa750e3cbaecdbd985", "sha256": "46f905d0b0358f36338c724d7b95a61cab9f3e0de4599ecf709558d10f93b0a1" }, "downloads": -1, "filename": "SimPyClassic-2.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6937f33a661104aa750e3cbaecdbd985", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 79207, "upload_time": "2018-02-24T12:16:27", "url": "https://files.pythonhosted.org/packages/55/e4/15338617316b0001e80a9e8a5e2a0cbf23967b15587622c118768bdf51eb/SimPyClassic-2.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e5fdb138c6e4ffa1d98366e0023b7b0", "sha256": "b2dd15f1b9bc401b85d362e179df86fec9b1b2291616d9144bf826e91bf21be5" }, "downloads": -1, "filename": "SimPyClassic-2.3.4.tar.gz", "has_sig": false, "md5_digest": "9e5fdb138c6e4ffa1d98366e0023b7b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2368349, "upload_time": "2018-02-24T12:16:28", "url": "https://files.pythonhosted.org/packages/0c/5c/de4c88f0a359028f64e6a126c8edf6ba64ebc77caac8c9fbdab4b18e2b2c/SimPyClassic-2.3.4.tar.gz" } ] }