isik
Everyday Python utilities, and a set of Django and Django REST Framework building blocks: base models with history tracking, per-host feedback and tag models attached without hand-written migrations, scoped permissions, serializer and viewset mixins, and HTTP exceptions you can raise from anywhere.
Install
pip install isik # isik.common only - no dependencies
pip install isik[django] # isik.django.apps, isik.django.http_exceptions
pip install isik[drf] # isik.django.drf - brings the django extra with it
pip install isik[all] # everything, sentry/tiptap/templated_fields included
Requires Python 3.11+. The django and drf extras assume PostgreSQL: BaseModel's timestamps
and history tracking run on database triggers
(django-pgtrigger,
django-pghistory), so add pgtrigger and
pghistory to INSTALLED_APPS. Bring your own database driver (psycopg or psycopg2); isik doesn't
choose one for you.
Documentation
The full index is docs/INDEX.md.
- isik.common - caching, concurrency, error handling, functional helpers, typed settings from environment variables
- isik.django.apps -
BaseModel, history tracking, and thevotes()/comments()/notes()/bookmarks()/tags()makers - isik.django.drf - permissions
(
guarding,django_permission, ...), serializer and viewset mixins, filters, pagination - isik.django.http_exceptions - raise an HTTP status directly instead of threading responses back up the call stack
- isik.sentry - Sentry-reporting exception suppression
- Translations - every user-facing string is translatable, through Django's catalogs or stdlib gettext
What changed in each release: CHANGELOG.md.
License
MIT
Release files for isik 0.10.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 | |
|---|---|---|---|
| isik-0.10.0.tar.gz | 366.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| isik-0.10.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 503.2 kB
Release files / isik-0.10.0.tar.gz
| Download URL | isik-0.10.0.tar.gz |
|---|---|
| Size | 366.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e2b5d2ee2da484b2e8aee95b783263bb9e8bc56612069ca8d655c2348425b987
|
|
BLAKE2b-256 checksum How to use checksums |
ec1feda4b4d3d6a8ee1bf511e26dce19c78f17e7cd9867643b937d6aacfa6399
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
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 Sep 25, 2026.
Transparency logRelease files / isik-0.10.0-py3-none-any.whl
| Download URL | isik-0.10.0-py3-none-any.whl |
|---|---|
| Size | 136.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2850963ffe7860775d461a5a40dff4c65f751ed68466e451284b9c6dc6e5d7f6
|
|
BLAKE2b-256 checksum How to use checksums |
cefc84559c6b48aa24e15406c3e6741e8ae3b99552e50b91c4dea7e97fed12d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
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 Sep 25, 2026.
Transparency log