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 bootstrap3 template pack for python-django-crispy-forms.
This package provides a Sentry support plugin for Django Q.
Easy thumbnails is a Django plugin to dynamically create thumbnails based on source images. Multiple thumbnails can be created from a single source image, using different options to control parameters like the image size and quality.
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding.
This package provides a configurable set of panels that display information about the current request and response as a toolbar on the rendered page.
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
This package provides a facility for configuring Django email backend settings from URLs.
This package provides a Django extension to work with htmx.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
This Django application provides management commands to help backup and restore your project database and media files with various storages such as Amazon S3, Dropbox, local file storage or any Django storage.
This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.
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.
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-extensions extends Django providing, for example, management commands, additional database fields and admin extensions.
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 multiprocessing distributed task queue for Django. Django Q2 is a fork of Django Q with the new updated version of Django Q, dependencies updates, docs updates and several bug fixes.
This project provides tools to help reduce the side effects of using FileFields during tests.
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.
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
This package adds support for Content-Security-Policy headers to Django.
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 library that logs request, response, and exception details in a JSON document. It can also send logs directly to ElasticSearch.
This package provides mappings for the PostgreSQL INET and CIDR fields for use in Django projects.
This package provides a facility for configuring Django cache settings with a CACHE_URL environment variable.