File: control

package info (click to toggle)
python-sqlsoup 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 130
  • sloc: python: 650; makefile: 132
file content (47 lines) | stat: -rw-r--r-- 1,811 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-sqlsoup
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
           Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python-nose,
               python-sqlalchemy,
               python3-all,
               python3-setuptools,
               python3-nose,
               python3-sqlalchemy
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-sqlsoup/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-sqlsoup/trunk
Homepage: https://pypi.python.org/pypi/sqlsoup
X-Python-Version: >= 2.4

Package: python-sqlsoup
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-sqlalchemy
Description: one step database access tool for Python, built on the SQLAlchemy ORM
 SQLSoup provides a convenient way to map Python objects to relational
 database tables, with no declarative code of any kind. It's built on 
 top of the SQLAlchemy ORM and provides a super-minimalistic interface 
 to an existing database.
 .
 This package provides support for Python.

Package: python3-sqlsoup
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-sqlalchemy
Description: one step database access tool for Python3, built on the SQLAlchemy ORM
 SQLSoup provides a convenient way to map Python objects to relational
 database tables, with no declarative code of any kind. It's built on 
 top of the SQLAlchemy ORM and provides a super-minimalistic interface 
 to an existing database.
 .
 This package provides support for Python3.