Metadata-Version: 1.0
Name: xdserver
Version: 3.9.1
Summary: Extended Durus Server
Home-page: http://11craft.github.com/xdserver/
Author: ElevenCraft Inc.
Author-email: matt@11craft.com
License: MIT
Description: Durus_ is an object database for Python.  It allows multiple clients
        to operate on a single database via a wire protocol, and allows one
        process at a time to directly access a database file.
        
        .. _Durus: http://mems-exchange.org/software/durus/
        
        xdserver is a client/server extension for Durus providing these
        enhancements:
        
        - Serve multiple databases with one server process.  Operate on
        multiple databases with one connection.
        
        - Asynchronous server, using cogen_ to offer platform-specific
        performance enhancements.
        
        .. _cogen: http://code.google.com/p/cogen/
        
        
        A `development version`_ is available.
        
        .. _development version:
        http://github.com/11craft/xdserver/zipball/master#egg=xdserver-dev
        
Platform: UNKNOWN
