This is a staging site. Uploads will not persist. Testing only.

python3-mashumaro

fast and well tested serialization library

In Python, you often need to dump and load objects based on the schema you have. It can be a dataclass model, a list of third-party generic classes or whatever. Mashumaro not only lets you save and load things in different ways, but it also does it super quick.

pan-gid

Grazing incidence X-ray and neutron diffraction

This metapackage will install all GID, GIXD, GIND, GISAS, GISAXS, GISANS software

python3-goodwe

Library to connect to GoodWe inverters over a local network

Library enabling connectivity to GoodWe inverters via a local network, allowing users to retrieve runtime sensor values and configuration parameters. It supports various GoodWe inverter families, as well as white-label models, provided they listen on UDP port 8899 or use Modbus/TCP over port 502. Compatibility extends to inverters that connect over Wi-Fi using the official mobile apps such as SolarGo or PvMaster, making it a versatile tool for monitoring and managing photovoltaic systems.
Reverb effect plugins - metapackage

dragonfly-reverb

Reverb effect plugins - metapackage

Dragonfly Reverb is a bundle of free audio reverb effects: * Early Reflections - stereo-to-stereo reverb * Hall Reverb - stereo-to-stereo reverb * Plate - mono-to-stereo reverb * Room Reverb - stereo-to-stereo reverb

dragonfly-reverb-standalone

Reverb effect plugins - standalone applications

Dragonfly Reverb is a bundle of free audio reverb effects: * Early Reflections - stereo-to-stereo reverb * Hall Reverb - stereo-to-stereo reverb * Plate - mono-to-stereo reverb * Room Reverb - stereo-to-stereo reverb

r-cran-rcpptoml

'Rcpp' Bindings to Parser for Tom's Obvious Markup Language

The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle (in C++11) to R.