Build reusable components in Django without writing a single line of Python.
{% #Quote %}
{% QuotePhoto src=”/project-hail-mary.jpg” %}
{% #QuoteText %}
“I penetrated the outer cell membrane with a nanosyringe.”
“You poked it with a stick?”
“No!” I said. “Well. Yes. But it was a scientific poke
with a very scientific stick.”
{% /QuoteText %}
{% #QuoteAttribution %}
Andy Weir, Project Hail Mary
{% /QuoteAttribution %}
{% /Quote %}
What is Slippers?
The Django Template Language is awesome. It's fast, rich in features, and overall pretty great to work with.
Slippers aims to augment DTL, adding just enough functionality to make building interfaces just that bit more comfortable.
It includes additional template tags and filters, but its headline feature is reusable components.
{% #Button variant="primary" %}See how it works{% /Button %}
Installation
pip install slippers
Add it to your INSTALLED_APPS:
INSTALLED_APPS = [
...
'slippers',
...
]
Documentation
Full documentation can be found on the Slippers documentation site.
Contributors
License
MIT
Release files for slippers 0.7.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 | |
|---|---|---|---|
| slippers-0.7.1.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| slippers-0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.1 kB
Release files / slippers-0.7.1.tar.gz
| Download URL | slippers-0.7.1.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
686cc3faba2de23da840e1d66d2bbf10d6ee205510545633e1a709943eee5649
|
|
BLAKE2b-256 checksum How to use checksums |
947c6d980e855e4be63f406408511b3d27894dd38f13e594d6acd293ffe33160
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / slippers-0.7.1-py3-none-any.whl
| Download URL | slippers-0.7.1-py3-none-any.whl |
|---|---|
| Size | 13.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7450987faf97b275e6fa19898111b1048c12486d537b3edfb9f5dcdb17dc0146
|
|
BLAKE2b-256 checksum How to use checksums |
4ca6f529052c46863c71742c6e6e917837e203c2e3186678780e706d5c7bf7b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|