{"id":15019282,"url":"https://github.com/mixxorz/slippers","last_synced_at":"2025-05-14T14:08:00.708Z","repository":{"id":39630206,"uuid":"384881226","full_name":"mixxorz/slippers","owner":"mixxorz","description":"A UI component framework for Django. Built on top of Django Template Language.","archived":false,"fork":false,"pushed_at":"2025-03-15T13:49:14.000Z","size":1130,"stargazers_count":534,"open_issues_count":30,"forks_count":41,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-15T08:45:25.506Z","etag":null,"topics":["components","django","django-templates","html","python"],"latest_commit_sha":null,"homepage":"https://mitchel.me/slippers/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mixxorz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-11T06:59:23.000Z","updated_at":"2025-04-05T08:08:56.000Z","dependencies_parsed_at":"2023-11-29T03:24:31.476Z","dependency_job_id":"8cc0837c-5bb9-432c-a77b-937f825f101f","html_url":"https://github.com/mixxorz/slippers","commit_stats":{"total_commits":81,"total_committers":10,"mean_commits":8.1,"dds":"0.12345679012345678","last_synced_commit":"645bbaa5a9b6f0c50c5c7fae14c39dce633c3b8f"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixxorz%2Fslippers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixxorz%2Fslippers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixxorz%2Fslippers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixxorz%2Fslippers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mixxorz","download_url":"https://codeload.github.com/mixxorz/slippers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254159545,"owners_count":22024562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["components","django","django-templates","html","python"],"created_at":"2024-09-24T19:53:16.066Z","updated_at":"2025-05-14T14:08:00.685Z","avatar_url":"https://github.com/mixxorz.png","language":"JavaScript","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![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    “I 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.”\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixxorz%2Fslippers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixxorz%2Fslippers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixxorz%2Fslippers/lists"}