summaryrefslogtreecommitdiff
path: root/debian/control
blob: 634210f1196109cdcad86f4a499872f7a25b51dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: withsqlite
Section: python
Priority: extra
Maintainer: Tzafrir Cohen <tzafrir@debian.org>
#Uploaders: 
Build-Depends: debhelper (>= 9), python-all
Standards-Version: 3.9.4
Homepage: https://github.com/jvasile/withsqlite
#Vcs-Git: 
#Vcs-Browser: 

Package: python-withsqlite
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: uses an sqlite db as a back end for a dict-like object
 kind of like shelve but with json and sqlite3.