KeePassC v.1.5
==============

* License: GPL v3 or later
* Author: Karsten-Kai König <kkoenig@posteo.de>
** License of editor.py: MIT
** Author of editor.py: Scott Hansen <firecat four one five three at gmail dot com>
** Github: https://github.com/firecat53/py_curses_editor
* Stable download: https://github.com/raymontag/keepassc/tarball/master
* Website: http://raymontag.github.com/keepassc
* Bug tracker: https://github.com/raymontag/keepassc/issues?state=open
* Git: git://github.com/raymontag/keepassc.git

Features:
---------
KeePassC is a password manager fully compatible to KeePass v.1.x and KeePassX. That is, your
password database is fully encrypted with AES.

KeePassC is written in Python 3 and comes with a curses-interface. It is completely controlled
with the keyboard.

Install:
--------

If all dependencies are fulfilled type 'python setup.py install' in the root directory of KeePassC.

Usage:
------

Start the program with 'keepassc'. To get help type 'F1' while KeePassC is executed and you will see usage
information to the current window (not in main menu).

Dependencies:
-------------

* Python 3
* kppy http://www.nongnu.org/kppy
* xsel (optional but necessary if you want to copy usernames and passwords to clipboard)  http://www.vergenet.net/~conrad/software/xsel/
* A POSIX-compatible operating system

Copyright (C) 2012 Karsten-Kai König <kkoenig@posteo.de>

KeePassC is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or at your option) any later version.

KeePassC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
KeePassC.  If not, see <http://www.gnu.org/licenses/>
