PYNOTESLIB

PyNoteslib is a library of functions and classes to assist in building apps to manage GPG encrypted notes.

It is based upon an earlier project of mine Standard unix Notes which was a set of bourne shell scripts that implemented an easy way to manage gpg encrypted notes.

Pynoteslib follows the same structure

Overview

docs

Documentation Status

tests

Travis-CI Build Status

package

PyPI Package latest release PyPI Wheel Supported versions
Commits since latest release

Encrypted Library

  • Free software: MIT license

Installation

pip install pynoteslib

You can also install the in-development version with:

pip install https://github.com/Standard-Unix-Notes/pynoteslib/archive/master.zip

Documentation

The documentation for the library is hosted on ReadTheDocs.io at https://pynoteslib.readthedocs.io/

Development

Contributions and pull requests are welcome: see the documentation for details.

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

Currently not available for Windows

Other

PYTEST_ADDOPTS=--cov-append tox