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 (>= 9),
               dh-python,
               python | python-all | python-dev | python-all-dev,
               python-setuptools,
               python-sqlalchemy
#               dh-linktree,
#               libjs-underscore
Standards-Version: 3.9.5
Vcs-Browser: http://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, 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.

