mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
27 lines
916 B
Text
27 lines
916 B
Text
Source: moulinette
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: YunoHost Contributors <contrib@yunohost.org>
|
|
Build-Depends: debhelper (>= 9), debhelper-compat (= 13), python3 (>= 3.7), dh-python, python3-setuptools, python3-psutil, python3-all (>= 3.7)
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://github.com/YunoHost/moulinette
|
|
|
|
Package: moulinette
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${python3:Depends},
|
|
python3-yaml,
|
|
python3-bottle (>= 0.12),
|
|
python3-gevent-websocket,
|
|
python3-toml,
|
|
python3-psutil,
|
|
python3-tz,
|
|
python3-prompt-toolkit,
|
|
python3-pygments,
|
|
python3-zeromq
|
|
Breaks: yunohost (<< 4.1)
|
|
Description: prototype interfaces with ease in Python
|
|
Quickly and easily prototype interfaces for your application.
|
|
Each action can be served through an HTTP API and from the
|
|
command-line with a single method.
|
|
.
|
|
Originally designed and written for the YunoHost project.
|