A Python interface to create and edit databases, and to hash passwords.
Project description
Usage:
>>> import db2py >>> db = db2py.createdb("mydatabase", {"user1": "password1"}) >>> db = updatedb(db, {"user2": "PWD2"}) >>> meth = getmeth() >>> for username, pwd in getdb(db): ... db = updatedb(db, {username: hashpwd(pwd, meth)}) >>> savedb(*getdb(db), "database1.db") >>> db = opendb("database1.db") >>> deldb("database1.db")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
db2py-0.0.1-py3-none-any.whl
(2.2 kB
view hashes)