readsb
Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices
As a former fork of dump1090-fa it is using that code base but development
will continue as a standalone project with new name. Readsb can co-exist on
the same host system with dump1090-fa, it doesn't use or modify its resources.
python3-vincenty
Python library for calculating geographical distance with high accuracy
Vincenty is a Python library that calculates the geographical distance between
two points with extreme accuracy, utilizing Vincenty's formula. Based on the
WGS 84 reference ellipsoid, this method is precise to within 1 mm or better.
Widely employed in geographic information systems (GIS), it offers superior
accuracy compared to great-circle distance calculations that assume a
spherical Earth. The library supports calculations in both kilometers and
miles.
python3-voluptuous-openapi
Convert Voluptuous schemas to OpenAPI Schema object
Voluptuous OpenAPI allows for the transformation of Voluptuous schemas into
OpenAPI Schema objects. It supports custom serializers for processing custom
validators, ensuring flexibility in schema definition. This facilitates a
seamless integration between Voluptuous data validation and OpenAPI
documentation generation.
python3-safetensors
Simple, safe way to store and distribute tensors
Safetensors is a new simple format for storing tensors safely (as opposed
to pickle) and that is still fast (zero-copy). Safetensors is really fast.
python3-todoist-api-python
Python client for Todoist REST API
The Todoist API Python client is an official implementation that provides
access to the Todoist REST API. It allows for synchronous and asynchronous
interactions with tasks, projects, and other Todoist services. Users can
fetch, create, update, and delete tasks, manage projects, label tasks, and
perform a variety of other operations supported by the Todoist API.
libjakarta-cdi-api-java
Jakarta Contexts and Dependency Injection API
Jakarta Contexts and Dependency Injection provides an API that allows
objects to be bound to lifecycle contexts, to be injected, to be associated
with interceptors and decorators, and to interact in a loosely coupled
fashion by firing and observing events.