Metadata-Version: 2.1
Name: acidfs
Version: 1.1
Summary: ACID semantics for the filesystem.
Home-page: http://pylonsproject.org
Author: Chris Rossi
Author-email: pylons-discuss@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Keywords: git acid filesystem transaction
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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 :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: License :: Repoze Public License
Provides-Extra: testing
Provides-Extra: docs

AcidFS allows interaction with the filesystem using transactions with ACID 
semantics.  `Git` is used as a back end, and `AcidFS` integrates with the 
`transaction <http://pypi.python.org/pypi/transaction>`_ package allowing use of
multiple databases in a single transaction.  AcidFS makes concurrent persistent
to the filesystem  safe and reliable.

Full documentation is available at `Read the Docs 
<http://acidfs.readthedocs.org/>`_.


Change Log
==========

Unreleased
----------

- Fix bug with spaces in directory names.

- Fix bug where calling setUser with '' as path (as pyramid_tm does) would 
  cause an exception when committing the transaction.

1.0 (2013-01-03)
----------------

Initial release.


