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.
Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the compress template tag.
Sortedm2m is a drop-in replacement for django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations.
This package provides a full featured Redis cache backend for Django.
This package provides a bootstrap3 template pack for python-django-crispy-forms.
This package provides a facility for configuring Django Haystack applications with a SEARCH_URL variable.
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.
Django-extensions extends Django providing, for example, management commands, additional database fields and admin extensions.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
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.
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.
Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
This package provides a bootstrap4 template pack for python-django-crispy-forms.
This package provides a Rollbar support plugin for Django Q.
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.
This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.
Pytest-django is a plugin for py.test that provides a set of useful tools for testing Django applications and projects.
This package provides template partials for Django, offering fragment reuse, integration with the template loader and inline output.
A multi-value-field that presents a human answerable question, with no settings.py configuration necessary, but instead can be configured with arguments to the field constructor.
This package provides a facility for configuring Django email backend settings from URLs.
django-storages is a project to provide a variety of storage backends in a single library.
This application automatically deletes user-uploaded files when a model is modified or deleted. It works for FileField, ImageField and their subclasses. Files set as default values for any FileField are not deleted.
This app precedes Django's own AppConfig classes that act as "objects [to] store metadata for an application" inside Django's app loading mechanism. In other words, they solve a related but different use case than django-appconf and can't easily be used as a replacement. The similarity in name is purely coincidental.
This package provides a templating backend for Django, using Jinja2. It provides certain advantages over the builtin Jinja2 backend in Django, for example, explicit calls to callables from templates and better performance.