Metadata-Version: 1.1
Name: churro
Version: 1.0a1
Summary: Simple object persistence using JSON and AcidFS.
Home-page: http://pylonsproject.org
Author: Chris Rossi
Author-email: pylons-discuss@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: Churro provides simple filesystem based persistent of an object tree using JSON,
        based on `AcidFS <http://pypi.python.org/pypi/acidfs/1.0>`_.  
        
        Full documentation is available at `Read the Docs 
        <http://churro.readthedocs.org/>`_.
        
        
        Change Log
        ==========
        
        1.0 (TBD)
        ---------
        
        Initial release.
        
Keywords: json persistence acidfs
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: License :: Repoze Public License
