Deduplicating archiver with compression and authenticated encryption.

Jonas Borgström 4fc4bb09a0 Updated README 14 éve
darc fbdc11e166 change-password improvements 14 éve
docs d130fa2cfb Improved documentation 14 éve
fake_pyrex 6ffa7e851c Fix setuptools Cython issue 14 éve
.gitignore be8a14bd7e Initial documentation 14 éve
README 4fc4bb09a0 Updated README 14 éve
setup.py 6ffa7e851c Fix setuptools Cython issue 14 éve

README

.. -*- restructuredtext -*-

===============
README for Darc
===============

Installing
==========

Use ``setup.py``::

python setup.py build
sudo python setup.py install


Reading the docs
================

After installing::

cd docs
sphinx-build . _build/html

Then, direct your browser to ``_build/html/index.html``.

Or read them online at .


Testing
=======

To run the tests with the interpreter available as ``python``, use::

$ python -m darc.test


Contributing
============

Send wishes, comments, patches, etc. to jonas@borgstrom.se