File: control

package info (click to toggle)
sqlacodegen 1.1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: python: 1,381; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 870 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: sqlacodegen
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Arto Jantunen <viiru@debian.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools (>= 0.6b3), python3, debhelper-compat (=13), dh-python, python3-sqlalchemy, python3-inflect
Standards-Version: 4.5.0
Homepage: https://pypi.python.org/pypi/sqlacodegen
Vcs-Git: https://salsa.debian.org/python-team/applications/sqlacodegen.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/sqlacodegen
Rules-Requires-Root: no

Package: sqlacodegen
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Automatic model code generator for SQLAlchemy
 This is a tool that reads the structure of an existing database and generates
 the appropriate SQLAlchemy model code, using the declarative style if
 possible.