Metadata-Version: 2.0
Name: keepass-http
Version: 0.3.6
Summary: Python Keepass HTTPD for ChromeIPass
Home-page: https://github.com/bhedrich/python-keepass-httpd/
Author: Benjamin Hedrich
Author-email: kiwisauce@pagenotfound.de
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: pycrypto (==2.6.1)
Requires-Dist: keepass (==1.1)
Requires-Dist: wsgiref (==0.1.2)
Requires-Dist: python-daemon (==1.6)
Requires-Dist: docopt (==0.6.1)
Requires-Dist: setproctitle (==1.1.8)

Python Keepass HTTPd
====================
.. image:: https://coveralls.io/repos/bhedrich/python-keepass-httpd/badge.png
   :target: https://coveralls.io/r/bhedrich/python-keepass-httpd
.. image:: https://travis-ci.org/bhedrich/python-keepass-httpd.png?branch=master
   :target: https://travis-ci.org/bhedrich/python-keepass-httpd

Description
-----------

Installation
------------

on Archlinux
^^^^^^^^^^^^

Use `Yaourt <http://archlinux.fr/yaourt-en/>`_ to install ``python-keepass-httpd``. If it is installed you can install ``python-keepass-httpd`` with:

.. code:: bash

    $ yaourt -S python-keepass-httpd-git

Yaourt will install the package and its dependencies.

Usage
-----

You can see the usage with:

.. code:: bash

    $ python-keepass-httpd --help

The output should be look like this:

::

    Usage:
      ./python-keepass-httpd.py run <database_path> [options]
      ./python-keepass-httpd.py (-h | --help)
      ./python-keepass-httpd.py --version

    Options:
      --help                    Show this screen.
      -v --version              Show version.
      -d --daemon               Start as daemon
      -p --port PORT            Specify a port [default: 19455]
      -h --host HOST            Specify a host [default: 127.0.0.1]
      -l --loglevel LOGLEVEL    Loglevel to use [default: INFO]


Starting the server
^^^^^^^^^^^^^^^^^^^

.. code:: bash

    $ python-keepass-httpd run /home/kiwisauce/Dropbox/test.kdb
    2014-03-07 13:28:04,534 [INFO] keepass_http_script: Server started on 127.0.0.1:19455

The server was started. Now we have to setup ChromeIPass.

Setting up `ChromeIPass <https://chrome.google.com/webstore/detail/chromeipass/ompiailgknfdndiefoaoiligalphfdae>`_
------------------------------------------------------------------------------------------------------------------



