Metadata-Version: 2.1
Name: queryfilter
Version: 0.5.0
Summary: Allow same query interface to be shared between Django ORM,SQLAlchemy, and GraphQL backend.
Home-page: https://github.com/iCHEF/queryfilter
License: License :: OSI Approved :: Apache Software License
Description: ===========
        queryfilter
        ===========
        
        .. image:: https://travis-ci.org/iCHEF/queryfilter.svg?branch=master
          :target: https://travis-ci.org/iCHEF/queryfilter
        
        
        Feature
        =======
        
        - Allow same query interface to be shared between Django ORM, SQLAlchemy, and GraphQL backend.
        
        
        Document
        ========
        
        https://github.com/iCHEF/queryfilter/wiki
        
        Installation
        ============
        
        .. code-block::
        
          pip install queryfilter
        
        
        Development
        ===========
        
        .. code-block::
        
          git clone https://github.com/iCHEF/queryfilter.git
          cd queryfilter
          pip install -e .[dev]
        
        
        
        Tests
        -----
        
        This project uses `pytest <http://pytest.org>`_ to run tests.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Database :: Front-Ends
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
