Skip to main content

Build reusable components in Django without writing a single line of Python.

Project description

Slippers


PyPI version PyPI Supported Python Versions PyPI Supported Django Versions GitHub Actions (Code quality and tests)

Build reusable components in Django without writing a single line of Python.

{% #quote %}
  {% quote_photo src="/project-hail-mary.jpg" %}

  {% #quote_text %}
    “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.”
  {% /quote_text %}

  {% #quote_attribution %}
    Andy Weir, Project Hail Mary
  {% /quote_attribution %}
{% /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 %}

See how it works

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

Contributors

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slippers-0.6.1a0.tar.gz (59.6 kB view details)

Uploaded Source

Built Distribution

slippers-0.6.1a0-py3-none-any.whl (61.6 kB view details)

Uploaded Python 3

File details

Details for the file slippers-0.6.1a0.tar.gz.

File metadata

  • Download URL: slippers-0.6.1a0.tar.gz
  • Upload date:
  • Size: 59.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for slippers-0.6.1a0.tar.gz
Algorithm Hash digest
SHA256 1f13614bc58254b7a064dafaa2cfed358c025a96420f0bfb37747294205aa234
MD5 0ff5e9553b22ce1e6104397c16065810
BLAKE2b-256 8669ca606cb0cb9d3ab9d2b0ae5d65bf8b558bd73fa2e2eeb90fad40f86074b7

See more details on using hashes here.

File details

Details for the file slippers-0.6.1a0-py3-none-any.whl.

File metadata

  • Download URL: slippers-0.6.1a0-py3-none-any.whl
  • Upload date:
  • Size: 61.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for slippers-0.6.1a0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f3d7891b3c5628f86b3baf725d41cf70904bbef0783fb8cc9c57537156bb6d3
MD5 1e450a195af7a9455b8d79b623dbce46
BLAKE2b-256 665619b3edc43c07c0c9cd0f2c780f86a2613a39942e22b241bad6652faaf4a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page