Deduplicating archiver with compression and authenticated encryption.

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

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