{ "info": { "author": "Nicolas H\u00c3\u00b6ning", "author_email": "iam@nicolashoening.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Distributed Computing", "Topic :: Utilities" ], "description": "\nWhat is this?\n--------------------\n\nStoSim is a light-weight framework for parameterised stochastic simulations. The researcher provides the simulation code (written in the programming language of his/her choice), \nbut StoSim takes over a lot of tedious work from there on. StoSim can\n\n* create all necessary computation jobs (from lists of parameter settings)\n* execute these jobs on available CPUs (only your computer, the local network or PBS computation cluster)\n* handle stochastic repetition of settings and seeding of randomness (for repeatable experiments) \n* analyse the results with graphical plots and T-tests (it is easy to analyse results made with specific parameter settings)\n* back up code and results (to be able to go back to important milestones)\n\nYou can find tutorials and extensive documentation at http://stosim.nicolashoening.de and example simulations in the \"example\" folder.\n\n\nInstallation/Dependencies\n---------------------------\nthe short answer::\n\n pip install stosim\n\nMore details and help are in the documentation.\n\n\nDependencies\n---------------\n* You need Python 3.3+, 2.7, or 2.6 if you install the argparse module locally.\n* Distributing jobs needs Unix Screens, so if the `screen` command is not available on your system, you need to install it, e.g. on Debian::\n sudo apt-get install screen\n* To use the in-built plotting, you need gnuplot and epstopdf, e.g. on Debian::\n sudo apt-get install gnuplot texlive-extra-utils\n* For T-Tests, you need Gnu R installed.\n\nMore details and help are in the documentation.\n\n\nRunning a simulation: A quick overview\n---------------------------------------\nPlace an experiment configuration (stosim.conf) and your simulation code in a folder of your choice (see basic example in the examples folder).\nCall::\n\n stosim\n \nThis assumes that you placed a configuration file describing your jobs (called `stosim.conf`) in the current folder.\nIt also assumes you want to run the jobs, and in addition perform T-Tests and make plots (if stosim.conf says how). So the above command is synonymous to::\n\n stosim --folder . --run --ttests --plots\n\nThe results will be put in the \"data\" directory, in your folder \n(but if you like the plotting/analysis capabilities of StoSim you might never have to look there).\n\nOne more example, where you know your stosim.conf is in a different folder and you only want to run::\n\n stosim --folder --run\n\nThere are more features, e.g. `--more` to add more stochastic runs, `--list` to inspect data or `--snapshot` to make a snapshots of results at a given time that can be loaded back later. Do check out the tutorials where you can learn more. \n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://homepages.cwi.nl/~nicolas/stosim/", "keywords": "", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "stosim", "package_url": "https://pypi.org/project/stosim/", "platform": "Unix", "project_url": "https://pypi.org/project/stosim/", "project_urls": { "Homepage": "http://homepages.cwi.nl/~nicolas/stosim/" }, "release_url": "https://pypi.org/project/stosim/0.2.22/", "requires_dist": null, "requires_python": "", "summary": "Stochastic Simulations", "version": "0.2.22" }, "last_serial": 3566672, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "710e342d21cd714c3e4e638a9cdc167f", "sha256": "d175ee48d5a3583fdaee76bc229df2eacd54a2fb5b1eaaa5aabe44386228429d" }, "downloads": -1, "filename": "stosim-0.0.2.tar.gz", "has_sig": false, "md5_digest": "710e342d21cd714c3e4e638a9cdc167f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7526, "upload_time": "2013-11-07T22:13:53", "url": "https://files.pythonhosted.org/packages/8d/46/9719111e7e2983bdc542643c3dae66d0d9164d87b7603b46eb1b116b27e5/stosim-0.0.2.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "59118e9feeeef0333946e0246b0bd05c", "sha256": "f175e99bbb75b5cfb73d96bf9f3bfcd70ad0a368c3cee5fd54aacbe9a02a2ed8" }, "downloads": -1, "filename": "stosim-0.1.tar.gz", "has_sig": false, "md5_digest": "59118e9feeeef0333946e0246b0bd05c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7484, "upload_time": "2013-11-07T22:19:07", "url": "https://files.pythonhosted.org/packages/a1/7a/6c1b9ea49b94b3a063e952a8e121acfce26fd8b290115622bf992256e5af/stosim-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4772114111c02025ce79c812d9834347", "sha256": "dd6ca96538a7f27ac8bab7a6a303287bd54a683a4c362a565e5f1cbef8070b78" }, "downloads": -1, "filename": "stosim-0.2.tar.gz", "has_sig": false, "md5_digest": "4772114111c02025ce79c812d9834347", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7545, "upload_time": "2013-11-07T22:22:42", "url": "https://files.pythonhosted.org/packages/ea/ea/03c76c4a454b53014efddba4ee64984db68069da69f1cbf9b823d1d419c3/stosim-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b8c8e999f4d4a7d9575684b45bf87c99", "sha256": "3e590109eb559704de4556d2a69d2c1862d6d35dc58603f7d538ec6fa88eb1e1" }, "downloads": -1, "filename": "stosim-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b8c8e999f4d4a7d9575684b45bf87c99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25707, "upload_time": "2013-11-08T21:25:00", "url": "https://files.pythonhosted.org/packages/41/0a/8c8338190bb27d4a38836e2958f1f311bf49501fa7b62be5d21e946127e9/stosim-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "907afed4bb0d8ca082e6e1aaea7cc22d", "sha256": "1556ffd12a9e350e6960713aca30c3cfc2838288b3cd239aab6e3d814ecb1240" }, "downloads": -1, "filename": "stosim-0.2.10.tar.gz", "has_sig": false, "md5_digest": "907afed4bb0d8ca082e6e1aaea7cc22d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18887, "upload_time": "2014-02-14T22:17:20", "url": "https://files.pythonhosted.org/packages/d1/f2/1bddb7129beb04401df879ecda5431aa9d245e82f86c54ff8ed6f99b65b5/stosim-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "0e680fff18a7a1f730c22b20542ce1ae", "sha256": "2e8c612253daf42c2404b53b535b756ccb1fba7321a65174d8ffb0f3c0bf63cc" }, "downloads": -1, "filename": "stosim-0.2.11.tar.gz", "has_sig": false, "md5_digest": "0e680fff18a7a1f730c22b20542ce1ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18904, "upload_time": "2014-02-14T22:41:00", "url": "https://files.pythonhosted.org/packages/92/88/5c88615fc19b25af41a9c7c1e32e1cfe796d45d37e2834caf259661c9699/stosim-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "b8b8095d1448ea6f2c408a8ee75db66e", "sha256": "66a6be343965c9ecf80575800f09690eb7ecc926a40c90dac392b393bae20e52" }, "downloads": -1, "filename": "stosim-0.2.12.tar.gz", "has_sig": false, "md5_digest": "b8b8095d1448ea6f2c408a8ee75db66e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19379, "upload_time": "2014-02-23T13:04:19", "url": "https://files.pythonhosted.org/packages/51/dc/9d7b739f5d9aed87bdbee52e003f893aebd01999a763c066d996ea94cccc/stosim-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "00eb28473fc21cf8ee961f3e55f614f1", "sha256": "3fda763fa0d762a6347d7ce8f0b055e51e0538eb862de3a9fde2e02278794323" }, "downloads": -1, "filename": "stosim-0.2.13.tar.gz", "has_sig": false, "md5_digest": "00eb28473fc21cf8ee961f3e55f614f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19385, "upload_time": "2014-02-24T09:15:57", "url": "https://files.pythonhosted.org/packages/ed/86/1eceb8e43ebefc617b9ecc6cf26c542696e04c7c53f61cd0abd8695afc0b/stosim-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "7e62560269b95777942e543e6d6d4c1d", "sha256": "15b71382870121fac7b256d33e1d27ee61f47dff3a49437dfe6122af5c0af009" }, "downloads": -1, "filename": "stosim-0.2.14.tar.gz", "has_sig": false, "md5_digest": "7e62560269b95777942e543e6d6d4c1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19475, "upload_time": "2014-02-28T09:47:05", "url": "https://files.pythonhosted.org/packages/3b/63/5e3782c002b2271ccb28f870a4cdcb142124a80ef5d6e1678e4907f3ba18/stosim-0.2.14.tar.gz" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "6118b5f8a1ee05ad2c932f9606e0b08e", "sha256": "0bdcddfbc9365110a78fd66f85865d9150fa215cfea520d5c4568b7e928bbef7" }, "downloads": -1, "filename": "stosim-0.2.15.tar.gz", "has_sig": false, "md5_digest": "6118b5f8a1ee05ad2c932f9606e0b08e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20133, "upload_time": "2014-03-05T15:23:50", "url": "https://files.pythonhosted.org/packages/c2/8c/d22568a8b2c63893753b018713450babd0ff89ba70024cd84ccf710cb84a/stosim-0.2.15.tar.gz" } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "ac5e575b8951af4b6eb919aee959030a", "sha256": "06936af1f71dc59974cb31f1d80299ba5da5492e6b9041d0cb9d4f459f02d783" }, "downloads": -1, "filename": "stosim-0.2.16.tar.gz", "has_sig": false, "md5_digest": "ac5e575b8951af4b6eb919aee959030a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20172, "upload_time": "2014-03-29T18:22:21", "url": "https://files.pythonhosted.org/packages/fe/36/0a5a2f1fb1f48c4cbc9d94f6a15525bc340b9bf660037eef01e35665f250/stosim-0.2.16.tar.gz" } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "274aa3577900a1ec46e5ddb884a0361c", "sha256": "9fab0b392ac308ffc6f95a87115cadfdbabd167c35cb823d7cbcd517de3808a1" }, "downloads": -1, "filename": "stosim-0.2.17.tar.gz", "has_sig": false, "md5_digest": "274aa3577900a1ec46e5ddb884a0361c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20184, "upload_time": "2014-05-26T15:12:28", "url": "https://files.pythonhosted.org/packages/2a/0a/09374851d88d8285d6eb9deef371898e827d05a869e33652af39c1410395/stosim-0.2.17.tar.gz" } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "ab700ea70933f77f689e52a4d20ac4fd", "sha256": "efa07969ca9a706c9e529f6512e8390faab4b7066476cf8020fbdb7fa1e71c0b" }, "downloads": -1, "filename": "stosim-0.2.18.tar.gz", "has_sig": false, "md5_digest": "ab700ea70933f77f689e52a4d20ac4fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40471, "upload_time": "2014-05-30T08:35:45", "url": "https://files.pythonhosted.org/packages/34/29/e9eb01c846fab06d5f7e219295eeed05ec8e9083c3f663c9e11e52585fe5/stosim-0.2.18.tar.gz" } ], "0.2.19": [ { "comment_text": "", "digests": { "md5": "34697d5cdda8554bab9c2710e78f449a", "sha256": "21e81d096755772caa1d375bf2d6e9eaac4c5382f163e12b6246af044b44968a" }, "downloads": -1, "filename": "stosim-0.2.19.tar.gz", "has_sig": false, "md5_digest": "34697d5cdda8554bab9c2710e78f449a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40472, "upload_time": "2014-05-30T21:36:47", "url": "https://files.pythonhosted.org/packages/7a/19/c8d541453552bcd150c54ac2cceb18e2076cdea0bc3a12c5f503205abc19/stosim-0.2.19.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "2a1aae99de3a978c3451aa808f38783d", "sha256": "c42e157500125788ed68c33a8105377c36f8fe38a0f5da66276d431dd7dda8a1" }, "downloads": -1, "filename": "stosim-0.2.2.tar.gz", "has_sig": false, "md5_digest": "2a1aae99de3a978c3451aa808f38783d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37664, "upload_time": "2013-11-08T21:40:22", "url": "https://files.pythonhosted.org/packages/7a/80/b7f1e373f5278bfd41b3d8908824f8ff62f992261e1e6d630cd4658dd34a/stosim-0.2.2.tar.gz" } ], "0.2.20": [ { "comment_text": "", "digests": { "md5": "484d181a4c78b560bda75ddbaad0b07a", "sha256": "7117d832e5bdaca5773b1c36fe61347d7b5953e8c9bcea787eb280a7c0c5fa50" }, "downloads": -1, "filename": "stosim-0.2.20.tar.gz", "has_sig": false, "md5_digest": "484d181a4c78b560bda75ddbaad0b07a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20095, "upload_time": "2014-10-19T20:50:00", "url": "https://files.pythonhosted.org/packages/93/a9/57992f90725c77adc2876171d31645efd5a381525b81edc887bc70a37991/stosim-0.2.20.tar.gz" } ], "0.2.21": [ { "comment_text": "", "digests": { "md5": "33d260b1bc84c78d9f80d397be106fce", "sha256": "b40d36ae15b07bb19279e8ac1cf3ce467f91638b62ca0b16d2a6e56199db077c" }, "downloads": -1, "filename": "stosim-0.2.21.tar.gz", "has_sig": false, "md5_digest": "33d260b1bc84c78d9f80d397be106fce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21546, "upload_time": "2018-02-08T22:54:15", "url": "https://files.pythonhosted.org/packages/d0/d3/07b0334dea509ca5fc65fc5da7518a6dcca2337cefd99cdef8248f79cc04/stosim-0.2.21.tar.gz" } ], "0.2.22": [ { "comment_text": "", "digests": { "md5": "241530d9afb5e51ebf11e1df65fabcc7", "sha256": "bb331edbf80545c881ea78db96277e6b3140c387df5aa56e0f3710fc538d827c" }, "downloads": -1, "filename": "stosim-0.2.22.tar.gz", "has_sig": false, "md5_digest": "241530d9afb5e51ebf11e1df65fabcc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22122, "upload_time": "2018-02-09T09:36:18", "url": "https://files.pythonhosted.org/packages/ed/8d/41526d7275730803083665ca4b8783149875500bd7c5b1a217943a2af415/stosim-0.2.22.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "72ee33f94f19b334059b87d6ce560680", "sha256": "ef7487af7716350e9f8f8c7a5edf2352a27b8a5186989afd7ef7949153c2c160" }, "downloads": -1, "filename": "stosim-0.2.3.tar.gz", "has_sig": false, "md5_digest": "72ee33f94f19b334059b87d6ce560680", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37660, "upload_time": "2013-11-08T21:43:53", "url": "https://files.pythonhosted.org/packages/e7/8d/38a7edbd57b59754b794e74d5262b28840a7fb0179aea6f3154350ac4953/stosim-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "5800bbc35c4958790ad53954b3ed7127", "sha256": "759f071669aa66f6f576488aa26b039847a6f1ce92ea2d4f1358d960c950c451" }, "downloads": -1, "filename": "stosim-0.2.4.tar.gz", "has_sig": false, "md5_digest": "5800bbc35c4958790ad53954b3ed7127", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37658, "upload_time": "2013-11-08T21:44:43", "url": "https://files.pythonhosted.org/packages/57/ca/9b025cb838236af17defacf4b3b3929b588f01d90f5ec7a38e5f2deb6b1d/stosim-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "5be0ab53ac993deb0f08889a63278ceb", "sha256": "2f171e2eb4f46cacbbaa9f30689f42280d23f170b96d55a960270caaf62f004f" }, "downloads": -1, "filename": "stosim-0.2.5.tar.gz", "has_sig": false, "md5_digest": "5be0ab53ac993deb0f08889a63278ceb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37649, "upload_time": "2013-11-08T21:46:26", "url": "https://files.pythonhosted.org/packages/15/7a/30dc587026388a098a3ef70437f1d4a7c82b7cd28ea6f780284576289db7/stosim-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "05485f04363acf79f8bf2a09efc4cf87", "sha256": "5b30892dd791c7bea8ee11167825d3bdc75fb2396b3f0f704183eefbba27eff8" }, "downloads": -1, "filename": "stosim-0.2.6.tar.gz", "has_sig": false, "md5_digest": "05485f04363acf79f8bf2a09efc4cf87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18363, "upload_time": "2013-11-12T10:35:10", "url": "https://files.pythonhosted.org/packages/b5/49/d3c294ca836a3ced8875faee1768ad9976f0ec8439851913c3c5dcf0f150/stosim-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "8fb817beeadaffcd4d61685a787c2f40", "sha256": "fdb2f3a98a0045c616a76d0b1d88b332511b64b9554a764cb95b81fd3fbac879" }, "downloads": -1, "filename": "stosim-0.2.7.tar.gz", "has_sig": false, "md5_digest": "8fb817beeadaffcd4d61685a787c2f40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18570, "upload_time": "2014-01-17T11:35:56", "url": "https://files.pythonhosted.org/packages/17/9f/aa9b56a22635943825f0cd77328ee4e72776ab5d176a536095e4e056d4fc/stosim-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "b050189f71ab96a0e00a0ea594bedea1", "sha256": "fa83178484e4aba8cbb89649b132ca81ce1ed0a47ced9987de25ab4cf705faaa" }, "downloads": -1, "filename": "stosim-0.2.8.tar.gz", "has_sig": false, "md5_digest": "b050189f71ab96a0e00a0ea594bedea1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18905, "upload_time": "2014-02-14T16:40:21", "url": "https://files.pythonhosted.org/packages/1f/31/20d4e25dc211c5ef93a9ca55ff15366e4308bc29058dc97629b24fee9b11/stosim-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "f00b56313f09a582de173cf041177425", "sha256": "087d9726197ed989a46927f801aaa3ff7dbce2103a7272f2af2100dfdfa37a6c" }, "downloads": -1, "filename": "stosim-0.2.9.tar.gz", "has_sig": false, "md5_digest": "f00b56313f09a582de173cf041177425", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18908, "upload_time": "2014-02-14T22:02:02", "url": "https://files.pythonhosted.org/packages/24/22/599d23ce3824e600d245cb29b1903e1b1269a1e05e3d1533ea2a5ab279d2/stosim-0.2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "241530d9afb5e51ebf11e1df65fabcc7", "sha256": "bb331edbf80545c881ea78db96277e6b3140c387df5aa56e0f3710fc538d827c" }, "downloads": -1, "filename": "stosim-0.2.22.tar.gz", "has_sig": false, "md5_digest": "241530d9afb5e51ebf11e1df65fabcc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22122, "upload_time": "2018-02-09T09:36:18", "url": "https://files.pythonhosted.org/packages/ed/8d/41526d7275730803083665ca4b8783149875500bd7c5b1a217943a2af415/stosim-0.2.22.tar.gz" } ] }