Metadata-Version: 1.2
Name: flynt
Version: 0.23
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
Description: CLI tool to convert a python project's .format(...) and %-formatted strings to f-strings.
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
