[![Slippers](https://mitchel.me/slippers/img/slippers.svg)](https://github.com/mixxorz/slippers)
---
[![PyPI version](https://badge.fury.io/py/slippers.svg)](https://badge.fury.io/py/slippers)
[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/slippers.svg)](https://pypi.python.org/pypi/slippers/)
[![PyPI Supported Django Versions](https://img.shields.io/pypi/djversions/slippers.svg)](https://docs.djangoproject.com/en/dev/releases/)
[![GitHub Actions (Code quality and tests)](https://github.com/mixxorz/slippers/workflows/Code%20quality%20and%20tests/badge.svg)](https://github.com/mixxorz/slippers)
Build reusable components in Django without writing a single line of Python.
```django
{% #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**.
```django
{% #button variant="primary" %}See how it works{% /button %}
```
[See how it works](https://mitchel.me/slippers/docs/getting-started/)
## Installation
```
pip install slippers
```
Add it to your `INSTALLED_APPS`:
```python
INSTALLED_APPS = [
...
'slippers',
...
]
```
## Documentation
Full documentation can be found on the [Slippers documentation site](https://mitchel.me/slippers/).
## Contributors
[![Contributors](https://contrib.rocks/image?repo=mixxorz/slippers)](https://github.com/mixxorz/slippers/graphs/contributors)
## License
MIT
Raw data
{
"_id": null,
"home_page": "https://github.com/mixxorz/slippers",
"name": "slippers",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.0",
"maintainer_email": "",
"keywords": "django,components",
"author": "Mitchel Cabuloy",
"author_email": "mixxorz@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a7/c6/6af4500f31e53e9f782d264cb715f1a8cc9ac4248fba9fe2fe172822ea79/slippers-0.6.2.tar.gz",
"platform": null,
"description": "[![Slippers](https://mitchel.me/slippers/img/slippers.svg)](https://github.com/mixxorz/slippers)\n\n---\n\n[![PyPI version](https://badge.fury.io/py/slippers.svg)](https://badge.fury.io/py/slippers)\n[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/slippers.svg)](https://pypi.python.org/pypi/slippers/)\n[![PyPI Supported Django Versions](https://img.shields.io/pypi/djversions/slippers.svg)](https://docs.djangoproject.com/en/dev/releases/)\n[![GitHub Actions (Code quality and tests)](https://github.com/mixxorz/slippers/workflows/Code%20quality%20and%20tests/badge.svg)](https://github.com/mixxorz/slippers)\n\nBuild reusable components in Django without writing a single line of Python.\n\n```django\n{% #quote %}\n {% quote_photo src=\"/project-hail-mary.jpg\" %}\n\n {% #quote_text %}\n \u201cI penetrated the outer cell membrane with a nanosyringe.\"\n \"You poked it with a stick?\"\n \"No!\" I said. \"Well. Yes. But it was a scientific poke\n with a very scientific stick.\u201d\n {% /quote_text %}\n\n {% #quote_attribution %}\n Andy Weir, Project Hail Mary\n {% /quote_attribution %}\n{% /quote %}\n```\n\n## What is Slippers?\n\nThe Django Template Language is awesome. It's fast, rich in features, and overall pretty great to work with.\n\nSlippers aims to augment DTL, adding just enough functionality to make building interfaces just that bit more _comfortable_.\n\nIt includes additional template tags and filters, but its headline feature is **reusable components**.\n\n```django\n{% #button variant=\"primary\" %}See how it works{% /button %}\n```\n\n[See how it works](https://mitchel.me/slippers/docs/getting-started/)\n\n## Installation\n\n```\npip install slippers\n```\n\nAdd it to your `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n ...\n 'slippers',\n ...\n]\n```\n\n## Documentation\n\nFull documentation can be found on the [Slippers documentation site](https://mitchel.me/slippers/).\n\n## Contributors\n\n[![Contributors](https://contrib.rocks/image?repo=mixxorz/slippers)](https://github.com/mixxorz/slippers/graphs/contributors)\n\n## License\n\nMIT\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Build reusable components in Django without writing a single line of Python.",
"version": "0.6.2",
"project_urls": {
"Homepage": "https://github.com/mixxorz/slippers",
"Repository": "https://github.com/mixxorz/slippers"
},
"split_keywords": [
"django",
"components"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d58c1fe2803870861f9a7f0cf502e4d1361dbb3685997118f4f76fd83ec9272f",
"md5": "3783daf22f179e08f94ec6bcad21942e",
"sha256": "739e05f85354becbf0a65daab831eea62557d89e7512042209ab629af4378bca"
},
"downloads": -1,
"filename": "slippers-0.6.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3783daf22f179e08f94ec6bcad21942e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.0",
"size": 61359,
"upload_time": "2023-08-01T05:04:17",
"upload_time_iso_8601": "2023-08-01T05:04:17.378010Z",
"url": "https://files.pythonhosted.org/packages/d5/8c/1fe2803870861f9a7f0cf502e4d1361dbb3685997118f4f76fd83ec9272f/slippers-0.6.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7c66af4500f31e53e9f782d264cb715f1a8cc9ac4248fba9fe2fe172822ea79",
"md5": "45bdbb4186092b098aa2a4a89e4edd5c",
"sha256": "4cb555b8822ba0d404e5405723f5d723994022c29046008ee917081031bc0cf1"
},
"downloads": -1,
"filename": "slippers-0.6.2.tar.gz",
"has_sig": false,
"md5_digest": "45bdbb4186092b098aa2a4a89e4edd5c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.0",
"size": 59499,
"upload_time": "2023-08-01T05:04:18",
"upload_time_iso_8601": "2023-08-01T05:04:18.964528Z",
"url": "https://files.pythonhosted.org/packages/a7/c6/6af4500f31e53e9f782d264cb715f1a8cc9ac4248fba9fe2fe172822ea79/slippers-0.6.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-01 05:04:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mixxorz",
"github_project": "slippers",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "slippers"
}