Metadata-Version: 2.1
Name: flynt
Version: 0.25
Summary: CLI tool to convert a python project's %-formatted strings to f-strings.
Home-page: https://github.com/ikamensh/flynt
Author: Ilya Kamenshchikov
License: GNU General Public License v3.0
Keywords: utility,strings
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Requires-Dist: astor
Requires-Dist: forbiddenfruit
Requires-Dist: pyupgrade
Requires-Dist: colorama

CLI tool to convert a python project's .format(...) and %-formatted strings to f-strings.


