Metadata-Version: 1.0
Name: atomisator.db
Version: 0.1.0
Summary: Manages the Atomisator storage.
Home-page: http://atomisator.ziade.org
Author: Tarek Ziade
Author-email: tarek@ziade.org
License: GPL
Description: =====================
        atomisator.db package
        =====================
        
        .. contents::
        
        What is atomisator.db ?
        :::::::::::::::::::::::
        
        Explain here what atomisator.db does.
        
        Testing atomisator.db ?
        :::::::::::::::::::::::
        
        To run tests, create a test environmement with::
        
        $ python boostrap.py
        $ bin/buildout
        
        A `test` script will then be available, to run all
        tests::
        
        $ bin/test
        
        For doctests, the -t option can be used to select
        a given doctest text file. For instance, to run
        `acme.txt`, do::
        
        $ bin/test -t acme
        
        
        
        
Keywords: atomisator
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
