libkpublictransportonboard1
Library to assist with accessing public transport onboard system
A library providing a public transport API.
python3-django-any-js
include JavaScript and CSS assets in Django sites
Django-Any-JS helps with including any combination of JavaScript/CSS
URLs in your site, with readable settings and template tags.
elpa-doom-themes
opinionated pack of modern Emacs color-themes
DOOM Themes is an opinionated UI plugin and pack of themes.
python3-django-bleach
Bleach is a Python module that takes HTML input, and returns valid HTML
Bleach is a Python module that takes any HTML input, and returns valid,
sanitised HTML that contains only an allowed subset of HTML tags, attributes
and styles. django-bleach is a Django app that makes using bleach extremely
easy.
sequoia-chameleon-gnupg
Sequoia's GnuPG CLI tools (metapackage)
This metapackage depends on the following binary packages:
- gpg-sq: gpg-like OpenPGP CLI toolkit
- gpgv-sq: gpgv-like validator for OpenPGP signatures
Both are drop-in replacements using the Sequoia OpenPGP implementation
provided in the Rust crate sequoia-chameleon-gnupg.
python3-django-render-block
Render the content of a specific block tag from a Django template
Render the content of a specific block tag from a Django template. Works for
arbitrary template inheritance, even if a block is defined in the child
template but not in the parent. Generally it works like render_to_string
from Django, but allows you to specify a block to render.