{"library":"slippers","title":"Slippers","description":"Django template components: build reusable components without writing Python. Current version 0.7.0, requires Python >=3.8.0. Actively maintained.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install slippers"],"cli":null},"imports":["from slippers.templatetags.slippers import component","from slippers.apps import SlippersConfig"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# settings.py\nINSTALLED_APPS = [\n    ...\n    'slippers',\n]\n\n# In your templates:\n{% load slippers %}\n\n{% component 'button' label='Click me' %}\n","lang":"python","description":"Add 'slippers' to INSTALLED_APPS, then use the component template tag.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}