Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 976 Bytes

README.rst

File metadata and controls

57 lines (34 loc) · 976 Bytes

vaultify - hexagon of secrets

Author:Georg vom Endt ([email protected])

This section explains different installation methods.

  • python3.6, python3.7
  • pip
  • docker (obsoletes the above)

Most implementers will fetch the package from pypi and build their own things on another layer.

pip3 install vaultify

Alternatively fetch the sources from github to develop your own adapter classes.

git clone [email protected]:krysopath/vaultify.git

These tools can greatly speed up local development, when used in conjunction via make, so install them. They can overwhelm you with output, too.

apt install make entr yamllint pylint bandit