libcoro-perl

Perl framework implementing coroutines

Coro is a collection of modules which manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They do not actually execute at the same time, even on machines with multiple processors.

python3-pymeteoclimatic

Client wrapper for accessing Meteoclimatic weather data

This library provides a client interface to access meteorological information from the Meteoclimatic network. Meteoclimatic includes a broad array of non- professional real-time weather stations spread across the Iberian Peninsula, including Spanish islands and nearby regions. The library extracts data from Meteoclimatic’s RSS feeds, allowing users to obtain updated weather details for specific stations. Information such as current temperature, humidity, wind conditions, and atmospheric pressure can be retrieved. The library is geared towards processing the coded data blocks embedded within the station feeds to deliver accurate weather observations, catering to varying station capabilities.

libjs-jquery-selectize.js

Extensible jQuery-based custom select UI control

Selectize is an extensible jQuery-based custom <select> UI control. It's useful for tagging, contact lists, country selectors, and so on. The goal is to provide a solid & usable experience with a clean and powerful API.

node-prop-types

Runtime type checking for React props and similar objects

You can use prop-types to document the intended types of properties passed to components. React (and potentially other libraries) will check props passed to your components against those definitions, and warn in development if they don’t match.

libnet-patricia-perl

Perl module for fast IP address lookups

Net::Patricia uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.

python3-wtforms-alchemy

Tools for creating WTForms forms from SQLAlchemy models (library)

WTForms-Alchemy provides a helper class that let you create a Form class from a SQLAlchemy model. It does not try to replace all the functionality of wtforms.ext.sqlalchemy, only the model_form function of wtforms.ext.sqlalchemy by a much better solution. Other functionality of ext.sqlalchemy such as QuerySelectField and QuerySelectMultipleField can be used along with WTForms-Alchemy.