https://github.com/apkawa/django-querybuilder-rules
User defined rule by querybuilder.js format and execute on python
https://github.com/apkawa/django-querybuilder-rules
Last synced: 11 months ago
JSON representation
User defined rule by querybuilder.js format and execute on python
- Host: GitHub
- URL: https://github.com/apkawa/django-querybuilder-rules
- Owner: Apkawa
- License: mit
- Created: 2018-05-11T16:00:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T16:01:08.000Z (about 8 years ago)
- Last Synced: 2025-08-14T18:54:55.929Z (11 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Apkawa/django-querybuilder-rules)
[](https://coveralls.io/github/Apkawa/django-querybuilder-rules)
[](https://codecov.io/gh/Apkawa/django-querybuilder-rules)
[](https://requires.io/github/Apkawa/django-querybuilder-rules/requirements/?branch=master)
[](https://pyup.io/repos/github/Apkawa/django-querybuilder-rules)
[]()
Project for merging different file types, as example easy thumbnail image and unpacking archive in one field
# Installation
```bash
pip install django-querybuilder-rules
```
or from git
```bash
pip install -e git+https://githib.com/Apkawa/django-querybuilder-rules.git#egg=django-querybuilder-rules
```
## Django and python version
* python-2.7 - django>=1.8,<=1.11
* python-3.4 - django>=1.8,<=1.11
* python-3.5 - django>=1.8,<=1.11
* python-3.6 - django>=1.11
# Usage
# Contributing
## run example app
```bash
pip install -r requirements.txt
./test/manage.py migrate
./test/manage.py runserver
```
## run tests
```bash
pip install -r requirements.txt
pytest
tox
```
## publish pypi
```bash
python setup.py sdist upload -r pypi
```