{ "info": { "author": "Marwan Sabih", "author_email": "masatamara@googlemail.com", "bugtrack_url": null, "classifiers": [], "description": "The modul fkr offers the function newkey. With newkey you can create new functions with new fixed keywords.\r\n\r\nFor example:\r\n\r\ndef apple( x, fruit = 'strawberry'):\r\n\r\n print( x )\r\n\r\n print( fruit)\r\n\r\n>>>apple('An apple is an:' )\r\n\r\nAn apple is an:\r\n\r\nstrawberry\r\n\r\nbetterapple = fkr.newkey(apple, fruit = 'apple')\r\n\r\n>>>betterapple('An apple is an:')\r\n\r\nAn apple is an:\r\n\r\napple\r\n\r\nAttention! Once you replaced fruit you can't replace it anymore in the new function.\r\n\r\nIf there are some Bugs please let me know: masatamara@googlemail.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.headfirstlabs.com", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "fkr", "package_url": "https://pypi.org/project/fkr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fkr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.headfirstlabs.com" }, "release_url": "https://pypi.org/project/fkr/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "to replace fixed keywords in functions", "version": "1.0.0" }, "last_serial": 792016, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b86193af46889517d31881c6486cb7a4", "sha256": "bf8392a0ef0804f1a12f44268cd4565dd667de5f5dd45f21c80a301ae7e0c350" }, "downloads": -1, "filename": "fkr-1.0.0.zip", "has_sig": false, "md5_digest": "b86193af46889517d31881c6486cb7a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 980, "upload_time": "2011-10-15T15:56:51", "url": "https://files.pythonhosted.org/packages/d1/96/6214950ddea635277507f2b36716f36e03eda501fd93f3a7d7650b212544/fkr-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b86193af46889517d31881c6486cb7a4", "sha256": "bf8392a0ef0804f1a12f44268cd4565dd667de5f5dd45f21c80a301ae7e0c350" }, "downloads": -1, "filename": "fkr-1.0.0.zip", "has_sig": false, "md5_digest": "b86193af46889517d31881c6486cb7a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 980, "upload_time": "2011-10-15T15:56:51", "url": "https://files.pythonhosted.org/packages/d1/96/6214950ddea635277507f2b36716f36e03eda501fd93f3a7d7650b212544/fkr-1.0.0.zip" } ] }