Skip to content

Commit

Permalink
apsw: another python frontend for sqlite.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Oct 5, 2013
1 parent f7aa0b0 commit 8033bfc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/apsw/BUILD
@@ -0,0 +1,8 @@
(

python setup.py build &&
prepare_install &&
python setup.py install --root=/

) > $C_FIFO 2>&1

1 change: 1 addition & 0 deletions python/apsw/DEPENDS
@@ -0,0 +1 @@
depends Python
15 changes: 15 additions & 0 deletions python/apsw/DETAILS
@@ -0,0 +1,15 @@
MODULE=apsw
VERSION=3.8.0.2-r1
SOURCE=$MODULE-$VERSION.zip
SOURCE_URL=http://apsw.googlecode.com/files/
SOURCE_VFY=sha1:284bdf06dd523fe0bd49823ceb2d742be0f8e0bf
WEB_SITE=http://code.google.com/p/apsw/
ENTERED=20131005
UPDATED=20131005
SHORT="Another Python SQLite Wrapper"

cat << EOF
APSW is a Python wrapper for the SQLite embedded relational database engine. In
contrast to other wrappers such as pysqlite it focuses on being a minimal layer
over SQLite attempting just to translate the complete SQLite API into Python.
EOF

0 comments on commit 8033bfc

Please sign in to comment.