{ "info": { "author": "Matthias Bussonnier", "author_email": "bussonniermatthias@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License" ], "description": "F-Tuple\n=======\n\nF-strings are fabulous, why can't we make the same with Tuple and lists ?\n\nNow you can::\n\n\n In [1]: from ftuple import f\n\n In [2]: h = \"Hello\"\n\n In [3]: w = \"World\"\n\n In [4]: f\"{h} {w}\"\n Out[4]: 'Hello World'\n\n In [5]: f({h}, {w})\n Out[5]: ('Hello', 'World')\n\n In [6]: f[{h}, {w}]\n Out[6]: ['Hello', 'World']\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Carreau/ftuple", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ftuple", "package_url": "https://pypi.org/project/ftuple/", "platform": "", "project_url": "https://pypi.org/project/ftuple/", "project_urls": { "Homepage": "https://github.com/Carreau/ftuple" }, "release_url": "https://pypi.org/project/ftuple/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "F-strings are fabulous, why can't we make the same with Tuple and lists ?", "version": "1.0.0" }, "last_serial": 2931165, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c20205b651437871d94eed4715933a34", "sha256": "fd104600756c9f5f08c75e9873eb7a18c5e707199f592b3e4de02eb49048ef43" }, "downloads": -1, "filename": "ftuple-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c20205b651437871d94eed4715933a34", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26076, "upload_time": "2017-06-07T05:31:12", "url": "https://files.pythonhosted.org/packages/86/d6/0e4c431db63889513efcb39482e6adcf5076c74652c4ad23ad08ed6acdd5/ftuple-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb045b0d99a69a58e3c2b95590f2d834", "sha256": "792e7d70df4a5723cb688f8f44fbc6658a6e158de1c21d314af5528f678f019f" }, "downloads": -1, "filename": "ftuple-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cb045b0d99a69a58e3c2b95590f2d834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2017-06-07T05:31:33", "url": "https://files.pythonhosted.org/packages/47/c0/4bf6396bbc2e26207a6f1237179335225ea457213ae78804e4f2a027f6af/ftuple-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c20205b651437871d94eed4715933a34", "sha256": "fd104600756c9f5f08c75e9873eb7a18c5e707199f592b3e4de02eb49048ef43" }, "downloads": -1, "filename": "ftuple-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c20205b651437871d94eed4715933a34", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26076, "upload_time": "2017-06-07T05:31:12", "url": "https://files.pythonhosted.org/packages/86/d6/0e4c431db63889513efcb39482e6adcf5076c74652c4ad23ad08ed6acdd5/ftuple-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb045b0d99a69a58e3c2b95590f2d834", "sha256": "792e7d70df4a5723cb688f8f44fbc6658a6e158de1c21d314af5528f678f019f" }, "downloads": -1, "filename": "ftuple-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cb045b0d99a69a58e3c2b95590f2d834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2017-06-07T05:31:33", "url": "https://files.pythonhosted.org/packages/47/c0/4bf6396bbc2e26207a6f1237179335225ea457213ae78804e4f2a027f6af/ftuple-1.0.0.tar.gz" } ] }