Metadata-Version: 1.0
Name: StringFormat
Version: 0.3
Summary: Advanced String Formatting for Python >= 2.4
Home-page: http://github.com/florentx/stringformat
Author: Florent Xicluna
Author-email: florent.xicluna@gmail.com
License: BSD
Description: 
        StringFormat
        ============
        
        StringFormat is an independent port of the Python 3 advanced string
        formatting, compatible with Python 2.4 through 2.7.
        This implementation is pure Python.
        
        
        The advanced string formatting is officially included in the language
        since Python 2.6.
        
        http://docs.python.org/whatsnew/2.6.html#pep-3101-advanced-string-formatting
        
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
