Metadata-Version: 1.1
Name: AllSpeak
Version: 0.5.7
Summary: Pythonic i18n/l10n system for WSGI-based web applications
Home-page: http://github.com/lucuma/allspeak
Author: Juan-Pablo Scaletti
Author-email: juanpablo@lucumalabs.com
License: MIT license (http://www.opensource.org/licenses/mit-license.php)
Description: ========================
        AllSpeak
        ========================
        
        Pythonic (yet ironically inspired by Rails) i18n/l10n solution for humans
        doing WSGI-based web applications.  It's flexible, easy to use and
        —unlike gettext— independent of any external compilation tool.
        
        Powered by the awesome Babel and pytz libraries for the l10n part.
        
        The library is MIT Licensed and compatible with Werkzeug, Webob and Django
        request objects, so you can use it with pretty much any WSGI-based framework.
        
        See the documentation online at http://lucuma.github.com/allspeak
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
