universal-ctags
build tag file indexes of source code definitions
ctags parses source code and produces a sort of index mapping
the names of significant entities (e.g. functions, classes,
variables) to the location where that entity is defined. This
index is used by editors like vi and emacsen to allow moving to
the definition of a user-specified entity.
lomiri-camera-app
Camera and Barcode Scanner App for Lomiri Operating Environment
This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
a mobile OS developed by the UBports Foundation. Lomiri is its operating
environment optimized for touch based human-machine interaction, but
also supports convergence (i.e. switching between tablet/phone and
desktop mode).
libpolymake3.2
Tool for algorithmic discrete geometry -- library package
python-proxmoxer
Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 2)
python3-cloudflare
Python module to interface with Cloudflare's v4 API
python3-cloudflare is a wrapper around the Cloudflare v4 API that
lets you perform any action that you would be able to through the
Cloudflare control panel itself. For example, you can add and remove
zones, change DNS records, switch billing information, etc.
pypy-pluggy
plugin and hook calling mechanisms for Python - PyPy