Metadata-Version: 1.1
Name: Allspeak
Version: 0.8
Summary: A pythonic internationalization and localization solution
Home-page: http://allspeak.lucuma.co
Author: Juan-Pablo Scaletti
Author-email: juanpablo@lucumalabs.com
License: Three clause BSD License (see LICENSE)
Description: ========================
        Allspeak
        ========================
        
        Allspeak is a pythonic (yet ironically inspired by Rails) i18n/l10n solution
        for humans. It's flexible, easy to use and —unlike gettext— independent of
        any external compilation tool.
        
        How can the translator of your multi-language web application update a text?
        Compiling `.po` files for a web app, really? How the Rails community solved
        that problem? Translations in `yaml` or `json` files. With Python it should
        be that simple. **Now it is**.
        
        And the files used by Allspeak are compatible with those of Rails, so you can
        use any third-party service already compatible with them
        (for example, `Transifex <https://www.transifex.com/>`_).
        
        Powered by the awesome Babel and pytz libraries for the l10n part.
        
        What's in a name?
        ----------------------------------------------
        
            "When Thor speaks with the All-Speak anyone who hears him will hear him
            speak their native language in their hearts" ——(from Thor's wiki page)
        
        :copyright: `Juan-Pablo Scaletti <http://jpscaletti.com>`_.
        :license: Three clause BSD License, see LICENSE for more details.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
