DSL for Django ORM
Project description
DSL for Django ORM
This is a simple query language for Django ORM. You can give it to your customers so they will be able to filter the database without having to edit code.
From one side, you feed it with a string, supplied by the user. And, it gives you Q-objects, ready to be used in QuerySet.filter() call.
Please see tests/test_dsl.py file for example usage.
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.12 (2022-07-07)
Support Python 3.10 and Django 3.2
support GitHub Actions instead of Travis
0.1.0 (2017-07-21)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file django_dsl-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: django_dsl-0.1.12-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30ef18f41124f4a72435cc634b4369ebaa7b566e84eba357f8d77b81c5d5054f |
|
MD5 | 42c75640f578dd32eb1c81f6be7d8363 |
|
BLAKE2b-256 | 729656f1338dda1bf1822687c5a10d378c4a765753c39e76cf7c72fd9eb03a4a |