python3-ms-cv
correlation vector implementation
This package provides a correlation vector implementation in Python, based
on the Microsoft's implementation. It is helpful for accessing XBox services
for example.
python3-python-mystrom
Asynchronous Python client for myStrom devices
An asynchronous Python API client for interacting with myStrom devices,
including bulbs, plugs, and buttons. With capabilities to monitor power
consumption, control relay states, and manage device configurations, the
client supports base functionalities outlined by myStrom's API. Suitable for
integration with network-connected myStrom hardware, users can interact
programmatically with devices using HTTP requests. Features include state
retrieval, power monitoring, relay control for plugs, color and state
management for bulbs, and configuration settings for buttons.
python3-odp-amsterdam
Asynchronous Python client for Amsterdam open datasets
This library provides a way to asynchronously retrieve data from the Open Data
Platform of Amsterdam, utilizing their API. Initially designed to fetch
parking data, it is extendable to other datasets from the same platform. The
retrieved data includes parking garages occupancy and various parking
locations, allowing for detailed queries based on vehicle type, garage
category, and more.
python3-georss-client
Python GeoRSS client library
This library provides tools to build concrete libraries for convenient access
to GeoRSS Feeds. It enables users to extract relevant information from various
GeoRSS feeds, which may contain different levels of information or present
their data in unique ways. This includes feed managers that help manage
updates over time, notifying the consumer about new entries, updates, and
removed entries. The library ensures efficient data retrieval and management
from GeoRSS feeds, providing structured data for further processing.
libmdc3t64
Medical Image (DICOM, ECAT, ...) conversion tool (library)
This project stands for Medical Image Conversion. Released under the
(L)GPL, it comes with the full C-source code of the library, a
flexible command line utility and a neat graphical front-end using
the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0,
Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG.
python3-aresponses
Asyncio testing server for mocking external services
An asyncio-based testing server designed for mocking external services. It
allows developers to simulate various network conditions and responses using
real network connections. Key features include support for regular expression
matching on domain, path, method, or body, handling HTTPS requests by switching
them to HTTP, and using callables for dynamic responses. It is ideal for
testing asynchronous HTTP clients and ensuring robust error handling in network
interactions. The library supports repeated routes, JSON responses, and custom
handlers, making it versatile for comprehensive testing scenarios.