_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


python-django-tagging 0.5.1
Dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/jazzband/django-tagging
Licenses: Modified BSD
Build system: pyproject
Synopsis: Generic tagging application for Django
Description:

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.

python-django-cache-url 3.4.5
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/epicserve/django-cache-url
Licenses: Expat
Build system: pyproject
Synopsis: Configure Django cache settings from URLs
Description:

This package provides a facility for configuring Django cache settings with a CACHE_URL environment variable.

python-django-configurations 2.5.1
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-configurations.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Helper module for organizing Django settings
Description:

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.

python-django-pipeline 4.1.0
Propagated dependencies: python-jsmin@3.0.1 python-css-html-js-minify@2.5.5-0.8f72452
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/jazzband/django-pipeline
Licenses: Expat
Build system: pyproject
Synopsis: Asset packaging library for Django
Description:

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.

python-django-picklefield 3.3.0
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/gintas/django-picklefield
Licenses: Expat
Build system: pyproject
Synopsis: Pickled object field for Django
Description:

Pickled object field for Django

python-django-gravatar2 1.4.5
Dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/twaddington/django-gravatar
Licenses: Expat
Build system: pyproject
Synopsis: Gravatar support for Django, improved version
Description:

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite.

python-django-appconf 1.1.0
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django-compressor/django-appconf
Licenses: Modified BSD
Build system: pyproject
Synopsis: Handle configuration defaults of packaged Django apps
Description:

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.

python-django-localflavor 3.1
Propagated dependencies: python-django@5.2.15 python-stdnum@2.1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-localflavor.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Country-specific Django helpers
Description:

Django-LocalFlavor is a collection of assorted pieces of code that are useful for particular countries or cultures.

python-django-storages 1.14.6
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-storages.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Support for many storage backends in Django
Description:

django-storages is a project to provide a variety of storage backends in a single library.

python-django-webtest 1.9.14
Propagated dependencies: python-webtest@3.0.6 python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django-webtest/django-webtest
Licenses: Expat
Build system: pyproject
Synopsis: Integration of WebTest with Django
Description:

This package provides an instant integration of Ian Bicking's WebTest with Django's testing framework.

python-django-filter 25.2
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-filter.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Reusable Django application to filter querysets dynamically
Description:

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.

python-django-extensions 4.1
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django-extensions/django-extensions
Licenses: Expat
Build system: pyproject
Synopsis: Custom management extensions for Django
Description:

Django-extensions extends Django providing, for example, management commands, additional database fields and admin extensions.

python-django-template-partials 25.2
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/carltongibson/django-template-partials
Licenses: Expat
Build system: pyproject
Synopsis: Reusable named inline-partials for the Django Template Language
Description:

This package provides template partials for Django, offering fragment reuse, integration with the template loader and inline output.

python-django-svg-image-form-field 1.0.1
Propagated dependencies: python-defusedxml@0.7.1-0.c744588 python-django@5.2.15 python-pillow@12.1.1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/artrey/django-svg-image-form-field
Licenses: Expat
Build system: pyproject
Synopsis: Form field to validate SVG and other images
Description:

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.

python-django-cleanup 9.0.0
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/un1t/django-cleanup
Licenses: Expat
Build system: pyproject
Synopsis: Automatically deletes unused media files
Description:

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.

python-easy-thumbnails 2.10.1
Propagated dependencies: python-django@5.2.15 python-pillow@12.1.1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/SmileyChris/easy-thumbnails
Licenses: Modified BSD
Build system: pyproject
Synopsis: Easy thumbnails for Django
Description:

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.

python-django-override-storage 0.3.2
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/danifus/django-override-storage
Licenses: Expat
Build system: pyproject
Synopsis: Django test helpers to manage file storage side effects
Description:

This project provides tools to help reduce the side effects of using FileFields during tests.

python-crispy-bootstrap3 2024.1
Propagated dependencies: python-django@5.2.15 python-django-crispy-forms@2.5
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django-crispy-forms/crispy-bootstrap3
Licenses: Expat
Build system: pyproject
Synopsis: Bootstrap3 template pack for django-crispy-forms
Description:

This package provides a bootstrap3 template pack for python-django-crispy-forms.

python-django-widget-tweaks 1.5.0
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/jazzband/django-widget-tweaks
Licenses: Expat
Build system: pyproject
Synopsis: Tweak the form field rendering in Django templates
Description:

This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.

python-django-q2 1.7.6
Propagated dependencies: python-blessed@1.20.0 python-boto3@1.42.5 python-croniter@5.0.1 python-django@5.2.15 python-django-picklefield@3.3.0 python-django-q-rollbar@0.1.3 python-django-q-sentry@0.1.6 python-django-redis@5.4.0 python-hiredis@3.1.0 python-iron-mq@0.9-0.e6ff76a python-psutil@7.2.2 python-pymongo@4.16.0 python-redis@7.1.0 python-setproctitle@1.3.7
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-q2.readthedocs.org
Licenses: Expat
Build system: pyproject
Synopsis: Multiprocessing distributed task queue for Django
Description:

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.

python-django-jinja 2.11.0-0.db07311
Propagated dependencies: python-django@5.2.15 python-jinja2@3.1.2 python-pytz@2025.1 python-django-pipeline@4.1.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://niwi.nz/django-jinja/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Simple jinja2 templating backend for Django
Description:

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.

python-django-environ 0.12.1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-environ.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Configure Django project using environment variables
Description:

This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.

python-django-contrib-comments 2.2.0-0.4ad4c70
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django/django-contrib-comments
Licenses: Modified BSD
Build system: pyproject
Synopsis: Comments framework
Description:

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.

python-django-ninja 1.5.1
Propagated dependencies: python-django@5.2.15 python-pydantic@2.12.5
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-ninja.rest-framework.com
Licenses: Expat
Build system: pyproject
Synopsis: REST framework for Django
Description:

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.

Total packages: 72465