Metadata-Version: 1.1
Name: Milla
Version: 0.2
Summary: Lightweight WSGI framework for web applications
Home-page: http://bitbucket.org/AdmiralNemo/milla
Author: Dustin C. Hatch
Author-email: admiralnemo@gmail.com
License: APACHE-2
Description: Milla is a simple WSGI framework for Python web applications. It is mostly
        an exercise to familiarize myself with WSGI, but may evolve into a framework
        I use for web applications in the future.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
