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

python3-radios

Asynchronous client for the Radio Browser API

This library enables users to access a comprehensive directory of internet radio stations. Users can query, filter, and sort radio stations based on various criteria such as click count, country, and language. Additionally, the library allows for registering station clicks and retrieving metadata like tags, countries, and codes.

python3-pyvesync

Library to manage VeSync compatible smart home devices

The pyvesync library allows for management of various smart home devices using the VeSync app, such as Etekcity Outlets, Wall Switches, and Levoit Air Purifiers. It provides an interface to control device functions, retrieve device statuses, and update configurations. This includes turning devices on and off, adjusting brightness, setting timers, and updating energy consumption statistics. Pyvesync supports functionalities specific to each device type, facilitating detailed control and monitoring.

neutron-services-server

OpenStack virtual network service - services server

Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring.

python3-smart-meter-texas

Retrieve data from the unofficial Smart Meter Texas API

This library allows for asynchronous connection to the unofficial Smart Meter Texas API using aiohttp. It supports obtaining the dashboard and current meter reading. Several other API endpoints are not implemented.

python3-switchbot-api

Asynchronous Python library for interacting with Switchbot API

This Python library offers asynchronous capabilities to interact with the Switchbot API, enabling control over both devices and remotes. The library supports commands such as device listing, status checking, and sending specific commands to devices.

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.