File: control

package info (click to toggle)
sqlacodegen 3.0.0~rc5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: python: 2,921; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,135 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
Source: sqlacodegen
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Arto Jantunen <viiru@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (=13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-inflect,
               python3-mysqldb,
               python3-psycopg2,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sqlalchemy (>>2.0.0),
Build-Conflicts: python3-sqlmodel
Standards-Version: 4.7.0
Homepage: https://github.com/agronholm/sqlacodegen/
Vcs-Git: https://salsa.debian.org/python-team/packages/sqlacodegen.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sqlacodegen
Testsuite: autopkgtest-pkg-pybuild
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.