python3-docutils
text processing system for reStructuredText (implemented in Python 3)
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
markup syntax and parser system. It is useful for in-line program documentation
(such as Python docstrings), for quickly creating simple web pages, and for
standalone documents.
sigil
multi-platform ebook editor
Sigil is a free, open source, multi-platform ebook editor.
It is designed to edit books in ePub format.
sasa
standalone systemd-style socket activation implementation
lightweight C-implementaiton for use on systems without systemd.
python3-switchbot-api
Asynchronous Python library for interacting with Switchbot API
This Python library offers asynchronous capabilities to interact with the
Switchbot API, enabling control over both devices and remotes. The library
supports commands such as device listing, status checking, and sending
specific commands to devices.
python3-twomemo
python-omemo backend for OMEMO 2
Backend implementation for python-omemo, equipping python-omemo with
support for OMEMO under the namespace urn:xmpp:omemo:2
(casually/jokingly referred to as "twomemo").
python3-testbook
unit testing framework extension for testing Jupyter Notebooks
Previous attempts at unit testing notebooks involved writing the
tests in the notebook itself. However, testbook will allow for unit
tests to be run against notebooks in separate test files, hence
treating .ipynb files as .py files.