XCAP protocol, defined in RFC 4825, allows a client to read, write, and
modify application configuration data stored in XML format on a server. XCAP
maps XML document sub-trees and element attributes to HTTP URIs, so that
these components can be directly accessed by HTTP. An XCAP server used by
XCAP clients to store data like presence policy in combination with a SIP
Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can
provide a complete SIP SIMPLE solution.
xmltodict is a Python module that makes working with XML feel like you are
working with JSON.
Yappi is designed to work on long-running multi-threaded applications.
It is possible to profile an application, retrieve statistics, then stop and
start later on the fly without affecting the profiled application.
YDbf is a library for reading/writing DBF-files (aka XBase) in pythonic way.
yunomi provides insights to the internal behavior of an application, providing
useful statistics and metrics on selected portions of your code. It's a Python
port of the core portion of a Java Metrics library by Coda Hale.
cjose is a C library implementing the Javascript Object Signing and
Encryption (JOSE) framework.
rlwrap is a 'readline wrapper' that uses the GNU readline library to allow the
editing of keyboard input for any other command. Input history is remembered
across invocations, separately for each command; history completion and search
work as in bash and completion word lists can be specified on the command line.
Jeweler provides the noble ruby developer with two primary features:
* a library for managing and releasing RubyGem projects
* a scaffold generator for starting new RubyGem projects
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is
the same as ParseTree's output: s-expressions using ruby's arrays and
base types.
Ruby interface to Thrift.