Django Crispy TableSelect
Note: this package is under heavy development and currently in proof-of-concept phase.
Crispy layout object for selecting rows in a django-tables2 data table.
Todo list
- Write documentation (d'oh)
-
Publish to PyPI -
Add checkbox in table header to select/de-select all rows at once. - Add tests
- Audit accessibility
Development setup
Requirements
- At least python 3.9 (pyenv managed recommended)
Install the django app with poetry
pyenv virtualenv 3.9 django-tableselect # or your alternative to create a venv
pyenv activate django-tableselect
pip install poetry
make install
# Optional, when you're not creating the virtualenv yourself poetry will do it for you.
# You can activate the poetry venv like so:
source $(poetry env info --path)/bin/activate
Linting and formatting
Ruff is configured. Run it with
make format
Test
Pytest with coverage is default enabled
make test
Run the django development server (sandbox)
First run the migrations:
make migrate
Now create a superuser:
sandbox/manage.py createsuperuser
Finally run the django dev server:
sandbox/manage.py runserver
You can now go to the django admin site: http://localhost:8000/admin
Release files for django-crispy-tableselect 0.2.0
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_crispy_tableselect-0.2.0.tar.gz | 19.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_crispy_tableselect-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.9 kB
Release files / django_crispy_tableselect-0.2.0.tar.gz
| Download URL | django_crispy_tableselect-0.2.0.tar.gz |
|---|---|
| Size | 19.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ce36469e2b3ade46b45162b4163e8bb078af2839afc4b6f41638aa101e533fc
|
|
BLAKE2b-256 checksum How to use checksums |
66175db84465de4cff17163156d4b613f28d22f90c043547fcd09d5df553a6ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 6, 2026.
Transparency logRelease files / django_crispy_tableselect-0.2.0-py3-none-any.whl
| Download URL | django_crispy_tableselect-0.2.0-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d0feda8c5760dd6ee6c6acbb7c1f0b4d8bdeaa029294de5594528f802863cd30
|
|
BLAKE2b-256 checksum How to use checksums |
37c1223a6cb9aa5ef2410bb4d6fd2db6e0ded87f6dcc845f4b64aa9cb0d18298
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 6, 2026.
Transparency log