A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.
Tested against Django 3.2, 4.0, 4.1, 4.2 and 5.0 on Python 3.8, 3.9, 3.10 and 3.11.
Install from PyPI
pip install django-readers
You can read the documentation at https://www.django-readers.org.
After cloning the repo:
python -m venv env
source env/bin/activate
pip install -r dev-requirements.txt
(the following commands assume you have the virtualenv activated)
Running tests:
./runtests
Running code autoformatters:
./format
Working on the docs (built with MkDocs and Material for MkDocs):
pip install -r docs-requirements.txt
mkdocs serve
For guidelines regarding the code of conduct when contributing to this repository please review https://www.dabapps.com/open-source/code-of-conduct/