Metadata-Version: 1.1
Name: fstringify
Version: 0.1.14
Summary: CLI tool to convert a python project's old style strings to f-strings.
Home-page: https://github.com/jacktasia/fstringify
Author: Jack Angers
Author-email: jacktasia@gmail.com
License: GNU General Public License v3.0
Download-URL: https://github.com/jacktasia/fstringify/tarball/0.1.14
Description: This is an alpha release. Do NOT use on uncommitted code!
        
        fstringify is a command line tool to automatically convert a project's Python code from old style formatted strings into Python 3.6+'s "f-strings".
        
        
        See GitHub for more details.
        
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
