relational-cli
Educational tool for relational algebra (command line interface)
Relational is primarily a tool to provide a workspace for experimenting with
relational algebra, an offshoot of first-order logic.
node-exit
replacement for process.exit that ensures stdio is fully drained
To make a long story short, if process.exit is called on Windows, script
output is often truncated when pipe-redirecting stdout or stderr. This
module attempts to work around this issue by waiting until those streams
have been completely drained before actually calling process.exit.
python3-lasagne
deep learning library build on the top of Theano (Python3 modules)
Lasagne is a Python library to build and train deep (multi-layered) artificial
neural networks on the top of Theano (math expression compiler). In comparison
to other abstraction layers for that like e.g. Keras, it abstracts Theano as
little as possible.
python3-zope.schema
zope.interface extension for defining data schemas
Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods). Every schema is an interface and
specifies the public fields of an object. A *field* roughly
corresponds to an attribute of a Python object. But a Field provides
space for at least a title and a description. It can also constrain
its value and provide a validation method. Besides you can optionally
specify characteristics such as its value being read-only or not
required.
libplatform-api-headers
dummy transitional package for libplatform-api-headers
libsac-java
Simple API for CSS Java library
SAC is a standard interface for CSS parser and supposed to work
with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
languages.