kosmindoormap-demo
OSM multi-floor indoor map demo application
Open Street Map indoor map renderer of for example a (large) train station.
towncrier
compiler for project news file
Towncrier is a utility to produce useful, summarised news files for your
project. Rather than reading the VCS history as some newer tools do, or having
one single file which developers all write to, towncrier reads “news fragments”
which contain information *useful to end users*.
libnetplan1
Declarative network configuration runtime library
Netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
python3-pytedee-async
Tedee lock client package for asynchronous operations
This library provides an asynchronous interface for interacting with Tedee
smart locks. It allows the user to communicate with Tedee locks through the
Tedee bridge, supporting features such as lock operation, battery status
monitoring, and configuration of lock settings. The library interacts with
local components of the lock system via HTTP, enabling real-time updates and
remote control of lock functionalities. Designed for efficient asynchronous
operation, it ensures smooth communication and operation of Tedee smart locks
in a networked environment.
python3-gplearn
Genetic Programming in Python, with a scikit-learn inspired API
`gplearn` implements Genetic Programming in Python, with a
`scikit-learn <http://scikit-learn.org>`_ inspired and
compatible API.
While Genetic Programming (GP) can be used
to perform a `very wide variety of tasks
<http://www.genetic-programming.org/combined.php>`_, gplearn
is purposefully constrained to solving symbolic regression
problems. This is motivated by the scikit-learn ethos, of
having powerful estimators that are straight-forward to
implement.
Symbolic regression is a machine learning
technique that aims to identify an underlying mathematical
expression that best describes a relationship. It begins by
building a population of naive random formulas to represent
a relationship between known independent variables and their
dependent variable targets in order to predict new data.
Each successive generation of programs is then evolved
from the one that came before it by selecting the fittest
individuals from the population to undergo genetic operations.
python3-aemet-opendata
AEMET OpenData Rest API library
AEMET-OpenData is a Python module implementing an interface to the AEMET
OpenData Rest API. It allows a user to gather all the public weather
information from AEMET (Agencia Estatal de Meteorología).