Metadata-Version: 1.1
Name: AllSpeak
Version: 0.1
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** is a pythonic (yet ironically inspired by Rails) i18n/l10n solution for humans doing Python web applications.  It's flexible, easy to use and —unlike gettext— independent of any external compilation tool.
        
        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: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
