libfst26
weighted finite-state transducers library (runtime)
OpenFst is a library for constructing, combining, optimizing, and searching
weighted finite-state transducers (FSTs). Weighted finite-state transducers
are automata where each transition has an input label, an output label, and a
weight. The more familiar finite-state acceptor is represented as a transducer
with each transition's input and output label equal. Finite-state acceptors
are used to represent sets of strings (specifically, regular or rational
sets); finite-state transducers are used to represent binary relations between
pairs of strings (specifically, rational transductions). The weights can be
used to represent the cost of taking a particular transition.
commitizen
Git release management tool designed for teams
Commitizen assumes your team uses a standard way of committing rules and from
that foundation, it can bump your project's version, create the changelog, and
update files.
ergochat
Modern IRC server (daemon/ircd) written in Go
Ergo (formerly known as Oragono) is a modern IRC server written in Go.
Its core design principles are:
tryton-modules-sale-product-quantity
Tryton application platform - sale product quantity module
Tryton is a high-level general purpose application platform. It is the base
of a complete business solution as well as a comprehensive health and hospital
information system (GNUHealth).
tryton-modules-sale-invoice-date
Tryton application platform - sale invoice date module
Tryton is a high-level general purpose application platform. It is the base
of a complete business solution as well as a comprehensive health and hospital
information system (GNUHealth).
python3-decli
Minimal, easy-to-use, declarative cli tool using argparse (Python)
Decli is minimal wrapper around argparse. It's useful when writing big
applications that have many arguments and subcommands. It's a minimal library
to rapidly create an interface separated from the application.
While it's possible to use any argument from argparse, it lets you stop taking
care about copy pasting the argparse functions.