auth-userpass

Simple but not so secure username and password storage and retrieval


License
Other
Install
pip install auth-userpass==0.0.1

Documentation

py-auth-userpass

Simple but not so secure username and password storage and retrieval

Build Status PyPI version

Requirements

  • PyYAML>=3.10
  • pycrypto>=2.6.1

Usage Example

from userpass import Userpass
userpass = Userpass(path_to_userpass)
user = userpass.user
password = userpass.passwd

Example Userpass File

See example.