python-tornadorpc

library for XML/JSON RPC using the Tornado framework

This library is an implementation of both the JSON-RPC and the XML-RPC specification (server-side) for the Tornado web framework. It supports the basic features of both, as well as the MultiCall / Batch support for both specifications. The JSON-RPC handler supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes batch submission, keyword arguments, etc.

libismrmrd1.7

ISMRM Raw Data format (ISMRMRD)

The ISMRMRD format combines a mix of flexible data structures (XML header) and fixed structures (equivalent to C-structs) to represent MRI data.

libsvn-notify-perl

Subversion activity notification

SVN::Notify provides a class and an interface to notify by email Subversion repository changes.

libtest-deep-type-perl

Test::Deep plugin for validating type constraints

Test::Deep::Type provides the sub is_type to indicate that the data being tested must validate against the passed type. This is an actual type object, not a string name -- for example something provided via MooseX::Types, or a plain old coderef that returns a bool (such as what might be used in a Moo type constraint).

cl-csv-data-table

Common Lisp library providing easy csv reading and writing

Facilities for converting CSV data to data-tables.

python3-aioeventlet

asyncio event loop scheduling callbacks in eventlet - Python 3.x

aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes possible to write asyncio code in a project currently written for eventlet.