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

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-auth-ldap 4.8.0
Propagated dependencies: python-django@5.2.15 python-ldap@3.4.5
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django-auth-ldap/django-auth-ldap
Licenses: FreeBSD
Build system: pyproject
Synopsis: Django LDAP authentication backend
Description:

This package provides an LDAP authentication backend for Django.

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-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-crispy-forms 2.5
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django-crispy-forms/django-crispy-forms
Licenses: Expat
Build system: pyproject
Synopsis: Tool to control Django forms without custom templates
Description:

django-crispy-forms lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code.

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-contact-form 5.2.0
Propagated dependencies: python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/ubernostrum/django-contact-form
Licenses: Modified BSD
Build system: pyproject
Synopsis: Contact form for Django
Description:

This application provides simple, extensible contact-form functionality for Django sites.

python-django-redis 5.4.0
Propagated dependencies: python-django@5.2.15 python-redis@7.1.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/niwibe/django-redis
Licenses: Modified BSD
Build system: pyproject
Synopsis: Full featured redis cache backend for Django
Description:

This package provides a full featured Redis cache backend for Django.

python-channels 4.2.2
Propagated dependencies: python-asgiref@3.8.1 python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django/channels
Licenses: Modified BSD
Build system: pyproject
Synopsis: Async, event-driven capabilities on Django
Description:

Channels wraps Django's native asynchronous view support, allowing Django projects to handle not only HTTP, but protocols that require long-running connections too - WebSockets, MQTT, chatbots, amateur radio, and more. It does this while preserving Django's synchronous nature, allowing you to choose how you write your code - synchronous, fully asynchronous, or a mixture of both.

Channels also bundles this event-driven architecture with channel layers, a system that allows you to easily communicate between processes, and separate your project into different processes.

python-django-statici18n 2.6.0
Propagated dependencies: python-django@5.2.15 python-django-appconf@1.1.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/zyegfryed/django-statici18n
Licenses: Modified BSD
Build system: pyproject
Synopsis: Generate JavaScript catalog to static files
Description:

A Django app that provides helper for generating JavaScript catalog to static files.

python-django-mailer 2.3.2-0.e350fb0
Propagated dependencies: python-django@5.2.15 python-filelock@3.20.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/pinax/django-mailer
Licenses: Expat
Build system: pyproject
Synopsis: Mail queuing and management for Django
Description:

This is a reusable Django application for queuing the sending of email. It works by storing email in the database for later sending.

python-crispy-bootstrap4 2026.2
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-bootstrap4
Licenses: Expat
Build system: pyproject
Synopsis: Bootstrap4 template pack for django-crispy-forms
Description:

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

python-django 5.2.15
Propagated dependencies: python-asgiref@3.8.1 python-sqlparse@0.5.5 python-argon2-cffi@25.1.0 python-bcrypt@3.2.2 python-jinja2@3.1.2
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://www.djangoproject.com/
Licenses: Modified BSD
Build system: pyproject
Synopsis: High-level Python Web framework
Description:

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.

python-django-q 1.3.9
Propagated dependencies: python-arrow@1.3.0 python-blessed@1.20.0 python-django@5.2.15 python-django-picklefield@3.3.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-q.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Multiprocessing distributed task queue for Django
Description:

Django Q is a native Django task queue, scheduler and worker application using Python multiprocessing.

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-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-debug-toolbar 6.0.0
Propagated dependencies: python-sqlparse@0.5.5 python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/jazzband/django-debug-toolbar
Licenses: Modified BSD
Build system: pyproject
Synopsis: Toolbar to help with developing Django applications
Description:

This package provides a configurable set of panels that display information about the current request and response as a toolbar on the rendered page.

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-cors-headers 4.7.0
Propagated dependencies: python-asgiref@3.8.1 python-django@5.2.15
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/adamchainz/django-cors-headers
Licenses: Expat
Build system: pyproject
Synopsis: Django application for handling headers required for CORS
Description:

django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).

python-xapian-haystack 4.0.0
Propagated dependencies: python-django@5.2.15 python-django-haystack@3.3.0 python-filelock@3.16.1 python-xapian-bindings@1.4.29 xapian@1.4.29
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/notanumber/xapian-haystack
Licenses: GPL 2
Build system: pyproject
Synopsis: A Xapian backend for Haystack
Description:

This package provides a Xapian backend for Haystack.

python-django-sortedm2m 4.0.0
Propagated dependencies: python-django@5.2.15 python-psycopg2@2.9.11
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/jazzband/django-sortedm2m
Licenses: Modified BSD
Build system: pyproject
Synopsis: Drop-in replacement for django's own ManyToManyField
Description:

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.

python-django-allauth 65.18.0
Dependencies: xmlsec-openssl@1.3.9
Propagated dependencies: python-asgiref@3.8.1 python-django@5.2.15 python-fido2@2.1.1 python-oauthlib@3.3.1 python-openid@3.2.0 python-pyjwt@2.10.1 python-python3-saml@1.16.0 python-pyyaml@6.0.2 python-qrcode@8.2 python-requests@2.32.5
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://codeberg.org/allauth/django-allauth
Licenses: Expat
Build system: pyproject
Synopsis: Set of Django applications addressing authentication
Description:

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

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-simple-math-captcha 2.0.0
Propagated dependencies: python-django@5.2.15 python-six@1.17.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/alsoicode/django-simple-math-captcha
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Easy-to-use math field/widget captcha for Django forms
Description:

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.

python-django-url-filter 0.3.15
Propagated dependencies: python-cached-property@2.0.1 python-django@5.2.15 python-six@1.17.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/miki725/django-url-filter
Licenses: Expat
Build system: pyproject
Synopsis: Filter data via human-friendly URLs
Description:

The main goal of Django URL Filter is to provide an easy URL interface for filtering data. It allows the user to safely filter by model attributes and also specify the lookup type for each filter (very much like Django's filtering system in ORM).

Total packages: 73977