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 project provides tools to help reduce the side effects of using FileFields during tests.
This package provides a full featured Redis cache backend for Django.
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.
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
A Django app that provides helper for generating JavaScript catalog to static files.
django-configurations helps you organize the configuration of your Django project by providing glue code to bridge between Django'smodule based settings system and programming patterns like mixins, facades, factories and adapters that are useful for non-trivial configuration scenarios.
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 template partials for Django, offering fragment reuse, integration with the template loader and inline output.
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 Django extension to work with htmx.
This package provides a Django library that logs request, response, and exception details in a JSON document. It can also send logs directly to ElasticSearch.
Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite.
This package provides an LDAP authentication backend for Django.
This package provides a configurable set of panels that display information about the current request and response as a toolbar on the rendered page.
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 package provides a Sentry support plugin for Django Q.
This package provides a bootstrap3 template pack for python-django-crispy-forms.
Django Ninja is a web framework for building APIs with Django and Python type hints. It is designed to be fast and easy to use thanks to asyncio and Pydantic.
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Django-taggit is a reusable Django application for simple tagging.
This package provides a facility for configuring Django Haystack applications with a SEARCH_URL variable.
This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.