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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
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 facility for configuring Django cache settings with a CACHE_URL environment variable.
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.
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.
Pickled object field for Django
Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite.
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.
Django-LocalFlavor is a collection of assorted pieces of code that are useful for particular countries or cultures.
django-storages is a project to provide a variety of storage backends in a single library.
This package provides an instant integration of Ian Bicking's WebTest with Django's testing framework.
Django-filter is a generic, reusable application to alleviate writing some of the more mundane bits of view code. Specifically, it allows users to filter down a queryset based on a model’s fields, displaying the form to let them do this.
Django-extensions extends Django providing, for example, management commands, additional database fields and admin extensions.
This package provides template partials for Django, offering fragment reuse, integration with the template loader and inline output.
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 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.
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.
This project provides tools to help reduce the side effects of using FileFields during tests.
This package provides a bootstrap3 template pack for python-django-crispy-forms.
This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.
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 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.
This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.
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.
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.