Metadata-Version: 1.1
Name: Djam
Version: 0.9.6
Summary: Extends Django to work with sqlalchemy and make it behave like Flask
Home-page: https://github.com/amvtek/Djam/
Author: AmvTek developers
Author-email: devel@amvtek.com
License: MIT
Description: ####
        DJAM
        ####
        
        Djam (a short for Django amalgamation...) is a reusable Django application that
        extends Django in various way :
        
        1. sqlalchemy ORM integration
        2. Base Form class that simplifies working with the sqlalchemy ORM 
        3. global request object
        4. class based view that works like middleware stack  
        5. email templates
        6. middleware that allows fine grained control over `CORS`_ authorizations
        
        Some of those components have been inspired by the `Flask`_ and `WTForms`_ frameworks.
        
        .. _Flask: http://flask.pocoo.org/
        .. _WTForms: https://wtforms.readthedocs.org/en/latest/
        .. _CORS: https://www.w3.org/TR/cors/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
