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.0a0.tar.gz (60.1 kB view details)

Uploaded Source

Built Distribution

slippers-0.6.0a0-py3-none-any.whl (61.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: slippers-0.6.0a0.tar.gz
  • Upload date:
  • Size: 60.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for slippers-0.6.0a0.tar.gz
Algorithm Hash digest
SHA256 799107121d0b12c4bfb566bbabe7e6aedf1c6d50ce72a639d7175cf0db3e3d3b
MD5 429e3a6db5ec29e3639e818250b35511
BLAKE2b-256 0dba3974df526135d36ed85b9855e23d306e3ced914528ef8296fe5d7f58eefd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slippers-0.6.0a0-py3-none-any.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for slippers-0.6.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 b299ec1e2b86e07e6e9164fcded2720ff709f0f4c88990b4df0a320c1c447253
MD5 6d432a1c99a2a066594e9fb7b4d97d9f
BLAKE2b-256 b9a52fa580309116aeb1d49ad17afcccbb13aad415f462ed0ad4a1d359b78200

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