Metadata-Version: 1.1
Name: pyramid-admin2-cqlengine
Version: 0.2
Summary: pyramid_admin2_cqlengine
Home-page: https://github.com/tarzanjw/pyramid_admin2_cqlengine
Author: Hoc .T Do
Author-email: hoc3010@gmail.com
License: UNKNOWN
Description: ========================
        pyramid_admin2_cqlengine
        ========================
        
        This package supports cqlengine database backend for pyramid_admin2
        
        
        Usage
        =====
        
        Just include it
        
        .. code:: python
        
            config.include('pyramid_admin2_cqlengine')
        
        before you include `pyramid_admin2`
        
        
        Change logs
        ===========
        
        0.2
        
          * Fix mirror bugs for python 2.7
        
        0.1
        ---
        
          * Initialize
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
