python3-prompt-toolkit
library for building interactive command lines (Python 3)
prompt_toolkit is a GNU readline replacement written in pure Python supporting
advanced features like syntax highlighting, multi line editing and code
completion.
node-jquery-slimscroll
jquery plugin to transform any div into a scrollable area
slimScroll is a small jQuery plugin that transforms any div into a scrollable
area. slimScroll doesn't occupy any visual space as it only appears on a user
initiated mouse-over.
python3-tomopy
Python package for tomographic data processing and image reconstruction
Features:
* Image reconstruction algorithms for tomography.
* Various filters, ring removal algorithms, phase retrieval algorithms.
* Forward projection operator for absorption and wave propagation.
python3-django-otp
pluggable framework for two-factor authentication (Python3 version)
This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
is not a Django authentication backend. The primary target is developers
wishing to incorporate OTPs into their Django projects as a form of two-factor
authentication.
python3-matrix-nio
Python no-IO library for the matrix chat protocol - Python3 library
Nio is a multilayered Matrix client library.
The underlying base layer doesn't do any IO on its own.
On top of the base layer,
a no-IO HTTP client implementation exists,
as well as a full fledged batteries included asyncio layer
using aiohttp.
python3-sphinx-autobuild
Automatically rebuild Sphinx documentation
Sphinx autobuild watches a Sphinx directory and rebuild the documentation when
a change is detected. Also includes a livereload enabled web server.