itslukej / thing

"thing" python database using dict's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thing4

"thing" python database using dicts [Codacy Badge] (https://www.codacy.com/app/me_64/thing) PyPI

usage:

import thingdb
tdb = thingdb.thing("path/to/db")

tdb['demo'] = "Thing is awesome!"

tdb.sync()

#When finished with a DB

tdb.close()

installation:

sudo pip install thingdb

installation(dev):

sudo pip install git+https://github.com/Azure-Developments/thing

https://pypi.python.org/pypi/thingdb

Bitdeli Badge

About

"thing" python database using dict's

License:GNU General Public License v3.0


Languages

Language:Python 100.0%