Slippers

screenshot of Slippers
django

A UI component framework for Django. Built on top of Django Template Language.

Overview

Slippers is a package that enhances the Django Template Language (DTL) by adding additional functionality to make building interfaces more comfortable. It includes extra template tags and filters, but its main feature is the ability to create reusable components in Django without the need to write any Python code.

Features

  • Additional Template Tags and Filters: Slippers extends the functionality of DTL by providing additional tags and filters that can be used in templates.
  • Reusable Components: The main feature of Slippers is the ability to create reusable components in Django. These components can be easily integrated into templates without the need for writing any Python code.
  • Support for PyPI: Slippers is available on PyPI, making it easy to install and manage as a Python package.
  • Support for Multiple Python Versions: Slippers is compatible with multiple versions of Python, ensuring compatibility with different Django and Python setups.
  • Integration with GitHub Actions: Slippers includes integration with GitHub Actions, allowing for code quality checks and tests to be automatically run.
django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.