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: extra
Maintainer: Matthew Grant <matt@mattgrant.net.nz>
Build-Depends: debhelper (>= 8.0.0), python3-all, dh-python, python3-setuptools, python, python-setuptools
Standards-Version: 3.9.6
X-Python3-Version: >= 3.2
X-Python-Version: >= 2.7
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: any
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.
|