Go to file
jrconlin 5c134746ac WIP: Initial version
Needs tests, docs, holy water
2016-04-25 14:54:57 -07:00
webpush WIP: Initial version 2016-04-25 14:54:57 -07:00
.gitignore WIP: Initial version 2016-04-25 14:54:57 -07:00
CHANGELOG.md WIP: Initial version 2016-04-25 14:54:57 -07:00
LICENSE Initial commit 2016-04-25 14:36:57 -07:00
README.md WIP: Initial version 2016-04-25 14:54:57 -07:00
requirements.txt WIP: Initial version 2016-04-25 14:54:57 -07:00
setup.py WIP: Initial version 2016-04-25 14:54:57 -07:00

README.md

Webpush Data encryption library for Python

This is a work in progress.

App Installation

You'll need to run python virtualenv. Then

bin/pip install -r requirements.txt
bin/python setup.py develop

App Usage

webpush/publish.py contains an example in the stand-alone function.