Metadata-Version: 1.1
Name: flask-yamli18n
Version: 0.1.4
Summary: Use yaml files as translation files in flask
Home-page: https://github.com/lixxu/flask-yamli18n
Author: Lix Xu
Author-email: xuzenglin@gmail.com
License: BSD
Description: 
        Flask-yamli18n
        ----------------
        
        Use YAML files for i18n in Flask
        It requires Python2.6+ as it uses string.format syntax.
        Or you can modify it to python2.5 '%s' syntax.
        
Platform: any
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
