Registry / web-framework / slippers

slippers

JSON →
library0.7.0pypypiunverified

Django template components: build reusable components without writing Python. Current version 0.7.0, requires Python >=3.8.0. Actively maintained.

pip install slippers
INSTALL
IMPORT
SIG · SLIPPERS
S
slippers
web-frameworkpythonv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

component
from slippers import component
from slippers.templatetags.slippers import component

Add 'slippers' to INSTALLED_APPS, then use the component template tag.

# settings.py INSTALLED_APPS = [ ... 'slippers', ] # In your templates: {% load slippers %} {% component 'button' label='Click me' %}
Debug
Known issues
gotchaThe component tag must be loaded with {% load slippers %} in every template that uses it. It is not available by default.
fix
Add {% load slippers %} at the top of your template.
affects: all
gotchaComponent file names must match the component name and be placed in a 'components' directory inside your app's templates. e.g., myapp/templates/components/button.html.
fix
Ensure files are in the correct location and named correctly.
affects: all
deprecatedThe old 'slippers' tag loading mechanism (v0.5 and earlier) is deprecated.
fix
Upgrade to 0.7.0 and use {% load slippers %}.
affects: <=0.5.0
Upgrade
Version history
0.7.0latest on PyPI · released Apr 4, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
slippers — pip install slippers · libregistry