diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-20 18:43:17 +0300 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-20 18:43:17 +0300 |
commit | 48510ea9c539815315b53a2a6f3cead9c520ccd9 (patch) | |
tree | 7984ae714638ebc972f059d06643e72732c831f1 /python/minidb/slack-desc | |
parent | 6a50f62474f10c344b11ef8a9e172e02855622b2 (diff) | |
download | slackbuilds-48510ea9c539815315b53a2a6f3cead9c520ccd9.tar.gz |
python/minidb: Added (simple python object store).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/minidb/slack-desc')
-rw-r--r-- | python/minidb/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/python/minidb/slack-desc b/python/minidb/slack-desc new file mode 100644 index 0000000000..4de3d731df --- /dev/null +++ b/python/minidb/slack-desc @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +minidb: minidb (simple python object store) +minidb: +minidb: minidb 2 makes it easy to store Python objects in a SQLite 3 database +minidb: and work with the data in an easy way with concise syntax. +minidb: +minidb: Homepage: http://thp.io/2010/minidb/ +minidb: +minidb: +minidb: +minidb: +minidb: +minidb: |