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
docs | |
---|---|
tests | |
package |
Encrypted Library
- Free software: MIT license
pip install pynoteslib
You can also install the in-development version with:
pip install https://github.com/Standard-Unix-Notes/pynoteslib/archive/master.zip
The documentation for the library is hosted on ReadTheDocs.io at https://pynoteslib.readthedocs.io/
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 |