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.
Pytest-django is a plugin for py.test that provides a set of useful tools for testing Django applications and projects.
This package provides a facility for configuring Django cache settings with a CACHE_URL environment variable.
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.
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.
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 template partials for Django, offering fragment reuse, integration with the template loader and inline output.
This package adds support for Content-Security-Policy headers to Django.
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.
This package provides a bootstrap3 template pack for python-django-crispy-forms.
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 Django package allows you to utilize 12factor inspired environment variables to configure your Django application.
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
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.
This is a small tool to convert DjVu files to PDF files.
minidjvu is a multipage DjVu encoder and single page encoder/decoder. It doesn't support colors or grayscales, just black and white.
didjvu uses the Gamera framework to separate the foreground and background layers of images, which can then be encoded into a DjVu file.
pdf2djvu creates DjVu files from PDF files. It is able to extract:
graphics,
text layer,
hyperlinks,
document outline (bookmarks),
metadata (including XMP metadata).
DjVuLibre is an implementation of DjVu, including viewers, browser plugins, decoders, simple encoders, and utilities.
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.
libd_demangle.so is a small shared library that can be used to demangle D symbols. It exposes a C interface that wraps D's std.demangle.
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.
This package provides bindings to GTK+ for D.
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.