django-readers
A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.
Tested against Django 4.2, 5.1 and 5.2 on Python 3.10, 3.11, 3.12, 3.13 and 3.14
Installation
Install from PyPI
pip install django-readers
Documentation
You can read the documentation at https://www.django-readers.org.
Working on django-readers
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
Code of conduct
For guidelines regarding the code of conduct when contributing to this repository please review https://www.dabapps.com/open-source/code-of-conduct/
Release files for django-readers 2.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_readers-2.5.1.tar.gz | 12.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_readers-2.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.0 kB
Release files / django_readers-2.5.1.tar.gz
| Download URL | django_readers-2.5.1.tar.gz |
|---|---|
| Size | 12.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b00529c73842b4af69d3e44f6c362dc4ce8122cbda9b85034216a1236c26a56a
|
|
BLAKE2b-256 checksum How to use checksums |
d66db89717c06b3bc3b9ae157ae24a8b936b85960f6c60b8752f6ad9fc8aaad8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.8.18
|
Release files / django_readers-2.5.1-py3-none-any.whl
| Download URL | django_readers-2.5.1-py3-none-any.whl |
|---|---|
| Size | 13.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af0d043403458cf66c0313f9b594b24e87a8781057510de1c95f54b1051268d9
|
|
BLAKE2b-256 checksum How to use checksums |
6e4ce701f6ab32a2efbb6e09fdf095394640fc59b7fda58d37d329c18034cc49
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.8.18
|