{ "info": { "author": "Zulko 2013", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "FunSliders\n==========\n\nFunSliders is a simple GUI to manually explore the inputs of a function. ::\n \n from funsliders import funsliders\n def volume(x,y,z):\n return x*y*z\n funsliders(volume, [('x',0,5), ('y',1,5,3), ('z',2,5,4)])\n\n.. image:: https://raw.github.com/Zulko/funsliders/master/funsliders_demo.jpeg\n\nA slightly more spectacular example of `funslider` in action is shown in `this video`_ .\n\nInstallation\n------------\n\nFirst solution, with pip: ::\n \n sudo pip install funsliders\n\nSecond solution, unzip everything in a folder and go with ::\n \n sudo python setup.py develop\n\nLast solution, since it's a very small module (less than 100 lines) just copy the file `funsliders.py` or its content anywhere you want to use it.\n\n\nWhat else there is to know:\n---------------------------\n\nThe function to explore can be any function with numerical inputs.\n\nOne can also define the slider's properties using a dictionnary.\nSee Matplotlib's sliders for all supported arguments: ::\n \n funsliders(volume,[ {'label': 'x', 'valmin':1, 'valmax':5},\n {'label': 'y', 'valmin':1, 'valmax':5, 'valinit':2},\n {'label': 'z', 'valmin':1 , 'valmax':5} ]) \n \n`funsliders` has two other arguments:\n- `autoexec` is True, the function `f` is executed every time\nthe sliders are changed, using the argument values indicated by the\nsliders. If `autoexec` is False, `f` is only run when the user presses `Enter`.\n- If `history` is True, the current value of all arguments is printed to\nthe console every time the function `f` is run.\n\nLicence\n--------\n\nI, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.\n\nIf this is not legally possible:\n\nI grant any entity the right to use this work for any purpose, without any conditions, unless such conditions are required by law.\n\nZulko, 2013\n\n.. _`this video`: https://www.youtube.com/watch?v=z82OHpw1-Qo", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "pylab matplotlib slider interactive function", "license": "This is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to ", "maintainer": null, "maintainer_email": null, "name": "funsliders", "package_url": "https://pypi.org/project/funsliders/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/funsliders/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/funsliders/0.0.0.4/", "requires_dist": null, "requires_python": null, "summary": "Funsliders are user-friendly Matplotlib sliders", "version": "0.0.0.4" }, "last_serial": 934215, "releases": { "0.0.0.1": [], "0.0.0.2": [ { "comment_text": "", "digests": { "md5": "4564e056449dcfa10e2064d8d7ce05fa", "sha256": "4a530d88556c9e95cb3dbb5149f35e236590e51df86bd9abc13908530973d87e" }, "downloads": -1, "filename": "funsliders-0.0.0.2.tar.gz", "has_sig": false, "md5_digest": "4564e056449dcfa10e2064d8d7ce05fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3547, "upload_time": "2013-12-02T22:05:10", "url": "https://files.pythonhosted.org/packages/bb/30/3d08654d4901c549f9c99320f90a400ea635547112cd47b492abec0e570d/funsliders-0.0.0.2.tar.gz" } ], "0.0.0.3": [ { "comment_text": "", "digests": { "md5": "a0c07c5db3b3c086d47fdda84d676378", "sha256": "ef6810285c5f049f664873b60bbc0ec8bc11c543e05764231cd39666c904f67e" }, "downloads": -1, "filename": "funsliders-0.0.0.3.tar.gz", "has_sig": false, "md5_digest": "a0c07c5db3b3c086d47fdda84d676378", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3527, "upload_time": "2013-12-02T22:20:23", "url": "https://files.pythonhosted.org/packages/4c/77/cdd9a34db3c27c2eff13e1eeb72d22248c099638692458612ddf299aeea4/funsliders-0.0.0.3.tar.gz" } ], "0.0.0.4": [ { "comment_text": "", "digests": { "md5": "df9d81c11c237e86fe6b3dfb1d47b279", "sha256": "755397eedd89b15395f1fb6ce731396966429628b997c5ef7385c3de1aafface" }, "downloads": -1, "filename": "funsliders-0.0.0.4.tar.gz", "has_sig": false, "md5_digest": "df9d81c11c237e86fe6b3dfb1d47b279", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3537, "upload_time": "2013-12-02T22:29:12", "url": "https://files.pythonhosted.org/packages/47/e6/0f2f287bb9819d0985bf07ea112289da00b3f34e80874dd173dbe747c758/funsliders-0.0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df9d81c11c237e86fe6b3dfb1d47b279", "sha256": "755397eedd89b15395f1fb6ce731396966429628b997c5ef7385c3de1aafface" }, "downloads": -1, "filename": "funsliders-0.0.0.4.tar.gz", "has_sig": false, "md5_digest": "df9d81c11c237e86fe6b3dfb1d47b279", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3537, "upload_time": "2013-12-02T22:29:12", "url": "https://files.pythonhosted.org/packages/47/e6/0f2f287bb9819d0985bf07ea112289da00b3f34e80874dd173dbe747c758/funsliders-0.0.0.4.tar.gz" } ] }