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

python3-types-toml

Typing stubs for toml

This is a PEP 561 type stub package for the toml package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses toml. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/toml. All fixes for types and metadata should be contributed there.

cpp-13-arm-linux-gnueabihf

GNU C preprocessor for arm-linux-gnueabihf

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.

libqgispython3.34.12

QGIS - shared Python library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

python3-normality

Micro-library to normalize text strings in Python

Normality is a Python micro-package that contains a small set of text normalization functions for easier re-use. These functions accept a snippet of Unicode or UTF-8 encoded text and remove various classes of characters, such as diacritics, punctuation etc. This is useful as a preparation to further text analysis.

python3-rapidjson

Python wrapper around rapidjson

RapidJSON is an extremely fast C++ JSON parser and serialization library: this module wraps it into a Python 3 extension, exposing its serialization/deserialization (to/from either bytes, str or file-like instances) and JSON Schema validation capabilities.

libgdal29

Geospatial Data Abstraction Library

GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.