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 LightDM greeter implementation using GTK+, lets you select a desktop session and log in to it.
The Light Display Manager (LightDM) is a cross-desktop display manager which supports different greeters.
This package provides a simple theme for SDDM, black background with Guix's logo. Based on Arch linux's archlinux-simplyblack theme.
This package is a minimalist and highly customizable SDDM theme. It's only a black screen and a password input field. Nothing extra, right? Even when you enter the wrong password it will only show a red border around the screen.
This package provides a minimalistic dark theme for SDDM, black background with abstract shapes. Inspired by solarized-sddm-theme.
Sugar is extremely customizable and so sweet it will probably cause you diabetes just from looking at it. Sweeten the login experience for your users, your family and yourself
BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.
distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often two or more times faster than a local compile.
This package adds support for Content-Security-Policy headers to Django.
This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.
Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
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.
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.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
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.
django-crispy-forms lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code.
This package provides a facility for configuring Django Haystack applications with a SEARCH_URL variable.
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.
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 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 package provides mappings for the PostgreSQL INET and CIDR fields for use in Django projects.
This application provides simple, extensible contact-form functionality for Django sites.
This package provides a facility for configuring Django cache settings with a CACHE_URL environment variable.