python3-command-runner
platform-agnostic external command execution library for Python
command_runner's purpose is to run external commands from Python, just like
subprocess on which it relies, while solving various problems a developer may
face among:
- Handling of all possible subprocess.popen / subprocess.check_output
scenarios / Python versions in one handy function without encoding or
timeout hassle
- Allow stdout/stderr stream output to be redirected to callback functions /
output queues / files so you get to handle output in your application while
commands are running
- Callback to optional stop check to stop execution from outside command_runner
- Callback with optional process information to allow control of the process
from outside command_runner
- Callback when finished to ease thread usage
- Optional process priority and io_priority settings
- System agnostic functionality, the developer shouldn't carry the burden of
Windows & Linux differences
- Optional Windows UAC elevation module compatible with CPython, PyInstaller,
and Nuitka
- Optional Linux sudo elevation compatible with CPython, PyInstaller & Nuitka
libgo22-x32-cross
Runtime library for GNU Go applications
Library needed for GNU Go applications linked against the
shared library.
python3-momepy
Urban Morphology Measuring Toolkit - Python 3.x
Momepy is a library for quantitative analysis of urban form - urban
morphometrics. It is part of PySAL (Python Spatial Analysis Library) and is
built on top of GeoPandas, other PySAL modules, and networkX.
gnome-shell-extension-flypie
innovative marking menu via keyboard shortcuts
Fly-Pie is an extension for GNOME Shell which lets you open marking menus via
keyboard shortcuts. It is the first GNOME Shell extension with achievements!
node-rollup-plugin-typescript2
Seamless integration between Rollup and TypeScript
This is a rewrite of original rollup-plugin-typescript, starting and
borrowing from alexlur's fork.
python3-nixio
NIX data model implementation in pure Python
The NIXIO module is the native Python re-implementation of the NIX C++ library
for the NIX data model.