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 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.
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 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.
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.
Django-LocalFlavor is a collection of assorted pieces of code that are useful for particular countries or cultures.
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.
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 a bootstrap4 template pack for python-django-crispy-forms.
Django Q is a native Django task queue, scheduler and worker application using Python multiprocessing.
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.
DjVuLibre is an implementation of DjVu, including viewers, browser plugins, decoders, simple encoders, and utilities.
didjvu uses the Gamera framework to separate the foreground and background layers of images, which can then be encoded into a DjVu file.
minidjvu is a multipage DjVu encoder and single page encoder/decoder. It doesn't support colors or grayscales, just black and white.
This is a small tool to convert DjVu files to PDF files.
DjView is a standalone viewer for DjVu files.
Its features include navigating documents, zooming and panning page images, producing and displaying thumbnails, displaying document outlines, searching documents for particular words in the hidden text layer, copying hidden text to the clipboard, saving pages and documents as bundled or indirect multi-page files, and printing page and documents.
The viewer can simultaneously display several pages using a side-by-side or a continuous layout.
ocrodjvu is a wrapper for OCR systems, that allows you to perform OCR on DjVu files.
pdf2djvu creates DjVu files from PDF files. It is able to extract:
graphics,
text layer,
hyperlinks,
document outline (bookmarks),
metadata (including XMP metadata).
DUB is a package and build manager for applications and libraries written in the D programming language. It can automatically retrieve a project's dependencies and integrate them in the build process.
The design emphasis is on maximum simplicity for simple projects, while providing the opportunity to customize things when needed.
DMD is the reference compiler for the D programming language.
This package provides bindings to GTK+ for D.
d-tools provides two useful tools for the D language: rdmd, which runs D source files as scripts, and dustmite, which reduces D code to a minimal test case.
LDC is an LLVM compiler for the D programming language. It is based on the latest DMD compiler that was written in C and is used for bootstrapping more recent compilers written in D.
d_demangle is a small utility that can be used to demangle D symbols. A shared library is also provided.
This package provides a DMD-like wrapper for the GNU D Compiler.