{ "info": { "author": "The NeuralEnsemble Community", "author_email": "davison@unic.cnrs-gif.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Utilities" ], "description": "==========\nParameters\n==========\n\nWe consider it to be best practice to cleanly separate the parameters of a model\nfrom the model itself. At the least, parameters should be defined in a separate\nsection at the start of a file. Ideally, they should be defined in a separate\nfile entirely. This makes version control easier, since the model code typically\nchanges less often than the parameters, and makes it easier to track a\nsimulation project, since the parameter sets can be stored in a database,\ndisplayed in a GUI, etc.\n\n\nThe **Parameters** package provides Python classes to make it easier to work with\nparameter sets for complex models. In particular it provides tools for\n\n* working with parameters for models that have a deep hierarchical structure;\n* specifying that a parameter value should be drawn from a random distribution;\n* specifying a range of values, for example for performing a sensitivity analysis;\n* specifying the physical dimensions and range of permissible values of parameters;\n* defining and iterating over multiple points in a parameter space;\n* validation of parameter sets against a pre-defined schema.\n\n\nLicense\n=======\n\nCopyright (C) 2008-2013 Andrew Davison, Eilif Muller, Jan Antolik\n\nParameters is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\nThe GNU General Public License does not permit this software to be\nredistributed in proprietary programs.\n\nSee source:LICENSE.txt\n\n\nInstallation\n============\n\n $ pip install parameters\n\nDocumentation\n=============\n\nhttps://parameters.readthedocs.org/\n\n\nReporting Bugs\n==============\n\nhttps://github.com/NeuralEnsemble/parameters/issues", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://neuralensemble.org/parameters", "keywords": null, "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "parameters", "package_url": "https://pypi.org/project/parameters/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/parameters/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://neuralensemble.org/parameters" }, "release_url": "https://pypi.org/project/parameters/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Management of large, hierarchical parameter sets for modelling and simulation", "version": "0.2.1" }, "last_serial": 894715, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "61af8c655e11d4125c804a4eb98359de", "sha256": "d67202a5687f9d9d1028521d3f8dedaade8d54ead21e8c3c23b46069c26c9541" }, "downloads": -1, "filename": "parameters-0.2.0.tar.gz", "has_sig": false, "md5_digest": "61af8c655e11d4125c804a4eb98359de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37524, "upload_time": "2013-05-20T20:51:15", "url": "https://files.pythonhosted.org/packages/f9/95/861e953ffb4e0af5419e6876ee33d1f04813aa22d9eb248d8392eeb52933/parameters-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b3e9623e431dfc4a99adf08bbb095c2e", "sha256": "543bc7778be852e0e58692f328bf2b1e24566d66eb47cb693a8eb3939f631d14" }, "downloads": -1, "filename": "parameters-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b3e9623e431dfc4a99adf08bbb095c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38705, "upload_time": "2013-10-15T10:33:18", "url": "https://files.pythonhosted.org/packages/40/f1/083c2f2ee6066c39fbdc65d2b0b9669091244852edf8fc5b1399f051ca5b/parameters-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3e9623e431dfc4a99adf08bbb095c2e", "sha256": "543bc7778be852e0e58692f328bf2b1e24566d66eb47cb693a8eb3939f631d14" }, "downloads": -1, "filename": "parameters-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b3e9623e431dfc4a99adf08bbb095c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38705, "upload_time": "2013-10-15T10:33:18", "url": "https://files.pythonhosted.org/packages/40/f1/083c2f2ee6066c39fbdc65d2b0b9669091244852edf8fc5b1399f051ca5b/parameters-0.2.1.tar.gz" } ] }