Skip to main content

Python Keepass HTTPD for ChromeIPass and PassIFox

Project description

https://badge.fury.io/py/keepass_http.png https://pypip.in/d/keepass_http/badge.png https://requires.io/github/bh/python-keepass-httpd/requirements.png?branch=master https://travis-ci.org/bh/python-keepass-httpd.png?branch=master https://coveralls.io/repos/bh/python-keepass-httpd/badge.png

Description

Installation

on Archlinux

Use Yaourt to install python-keepass-httpd. If it is installed you can install python-keepass-httpd with:

$ yaourt -S python-keepass-httpd-git

Yaourt will install the package and its dependencies.

on all other Unix/Linux systems

Use pip to install:

$ pip install 'keepass_http[GUI]' --use-mirrors

or without GUI support:

$ pip install keepass_http --use-mirrors

Usage

You can see the usage with:

$ python-keepass-httpd --help

The output should be look like this:

Usage:
  python-keepass-httpd run <database_path> [options]
  python-keepass-httpd (-h | --help)
  python-keepass-httpd --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]
  --gui                     Use QT (PySide) for a graphical interface

Starting the server

$ 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

keepass_http-0.4.4.zip (22.0 kB view hashes)

Uploaded Source

keepass_http-0.4.4.tar.gz (12.9 kB view hashes)

Uploaded Source

keepass_http-0.4.4.tar.bz2 (11.7 kB view hashes)

Uploaded Source

Built Distribution

keepass_http-0.4.4-py2-none-any.whl (19.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page