Metadata-Version: 1.1
Name: mamba-framework
Version: 0.3.4
Summary: Mamba is a high-level RAD Web Applications framework based on Twisted Web that uses Storm ORM as database access layer
Home-page: http://www.pymamba.com
Author: Oscar Campos
Author-email: oscar.campos@member.fsf.org
License: GPL
Description: 
        This is a new release of Mamba the web applications framework for Twisted. Read
        the `changelog <https://github.com/DamnWidget/mamba/docs/relnotes/0.3.4.rst>`_
        to know more about this specific Mamba release.
        
        If you like to live at the edge, you can also install the in-development
        version <https://github.com/DamnWidget/mamba.git>
        
        For more information visit the `Mamba website <http://www.pymamba.com>`_
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: System :: Networking
Requires: twisted(>=10.2.0)
Requires: storm(>=0.19)
Requires: zope.component
Requires: transaction
Requires: jinja2(>=2.4)
