A Django library for sending notifications through various channels (e.g., HipChat, Slack, Yo). Latest version is 0.7.0, but the project was renamed to kawasemi as of v0.8.0. The rename introduced breaking import changes. PyPI slug is django-channels but the active development continues under the new name. Release cadence is irregular.
pip install django-channels==0.7.0No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example using the old django-channels package (v0.7.0). For the latest, use kawasemi.
pip install kawasemi and change imports to kawasemi.
Use 'from kawasemi.django import send' instead of 'import kawasemi; kawasemi.send()'.
Upgrade Python to 3.5+ for v2.x, 3.5+ for v3.x.