Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 621 Bytes

README.rst

File metadata and controls

42 lines (24 loc) · 621 Bytes

queryfilter

https://travis-ci.org/iCHEF/queryfilter.svg?branch=master

Feature

  • Allow same query interface to be shared between Django ORM, SQLAlchemy, and GraphQL backend.

Document

https://github.com/iCHEF/queryfilter/wiki

Installation

pip install queryfilter

Development

git clone https://github.com/iCHEF/queryfilter.git
cd queryfilter
pip install -e .[dev]

Tests

This project uses pytest to run tests.