1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: python-magcode-core
Section: python
Priority: optional
Maintainer: Matthew Grant <matt@mattgrant.net.nz>
Build-Depends: debhelper-compat (= 13), python3-all, dh-python, python3-setuptools, python3, python3-sqlalchemy
Standards-Version: 4.6.2
X-Python3-Version: >= 3.9
Homepage: https://github.com/grantma/py-magcode-core
Vcs-Git: https://github.com/grantma/py-magcode-core.git
Vcs-Browser: https://github.com/grantma/py-magcode-core
Package: python3-magcode-core
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-setproctitle
Description: MAG Code python3 core module of common utility code.
MAG Code python3 core module of utility modules. This includes the process
command line script and daemon framework, SQL Alchemy framework with event
queue and common WSGI code for JSON http RPC backends.
|