{"library":"future-fstrings","type":"library","category":null,"description":"Future F-strings is a library that backported f-string (formatted string literal) syntax to Python versions prior to 3.6. It enables developers to use f-strings in Python 2.7, and Python 3.3-3.5 environments by transforming the source code. The current version is 1.2.0, but the library is now deprecated as its target Python versions have reached end-of-life and MicroPython, a common target for its `rewrite` functionality, now supports f-strings natively.","language":"python","status":"deprecated","version":"1.2.0","tags":["f-strings","backport","python2","python3","syntax-transformation","deprecated"],"last_verified":"Sat May 23","install":[{"cmd":"pip install future-fstrings","imports":["# -*- coding: future_fstrings -*-\n# Your f-string code here","import future_fstrings\nfuture_fstrings.register()"]},{"cmd":"pip install future-fstrings[rewrite]","imports":[]}],"homepage":null,"github":"https://github.com/asottile/future-fstrings","docs":null,"changelog":null,"pypi":"https://pypi.org/project/future-fstrings/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/future-fstrings/compatibility"}}