Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a full featured Redis cache backend for Django.
This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.
This package provides a bootstrap3 template pack for python-django-crispy-forms.
Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.
This package provides an LDAP authentication backend for Django.
Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project.
django-classy-tags is an approach at making writing template tags in Django easier, shorter and more fun. It provides an extensible argument parser which reduces most of the boiler plate code you usually have to write when coding custom template tags.
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the don't repeat yourself (DRY) principle.
Sekizai means blocks in Japanese, and that is what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javascript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block.
This package provides a facility for configuring Django email backend settings from URLs.
This package provides a Sentry support plugin for Django Q.
This package provides a Django extension to work with htmx.
Pytest-django is a plugin for py.test that provides a set of useful tools for testing Django applications and projects.
This package provides a configurable set of panels that display information about the current request and response as a toolbar on the rendered page.
This package provides a facility for configuring Django Haystack applications with a SEARCH_URL variable.
django-crispy-forms lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code.
This package provides mappings for the PostgreSQL INET and CIDR fields for use in Django projects.
This form field allows users to provide SVG images for models that use Django's standard ImageField, in addition to the image files already supported by it.
This package provides a Rollbar support plugin for Django Q.
Django-taggit is a reusable Django application for simple tagging.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the don't repeat yourself (DRY) principle.
This package provides a generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.