2015-01-31 23:04:49 +01:00
|
|
|
Source: moulinette
|
|
|
|
Section: python
|
|
|
|
Priority: optional
|
2020-05-26 23:53:02 +02:00
|
|
|
Maintainer: YunoHost Contributors <contrib@yunohost.org>
|
2021-02-05 02:10:51 +01:00
|
|
|
Build-Depends: debhelper (>= 9), debhelper-compat (= 13), python3 (>= 3.7), dh-python, python3-setuptools, python3-psutil, python3-all (>= 3.7)
|
2015-11-13 13:28:42 +01:00
|
|
|
Standards-Version: 3.9.6
|
2015-01-31 23:04:49 +01:00
|
|
|
Homepage: https://github.com/YunoHost/moulinette
|
|
|
|
|
|
|
|
Package: moulinette
|
|
|
|
Architecture: all
|
2020-12-31 19:38:33 +01:00
|
|
|
Depends: ${misc:Depends}, ${python3:Depends},
|
|
|
|
python3-yaml,
|
|
|
|
python3-bottle (>= 0.12),
|
|
|
|
python3-gevent-websocket,
|
|
|
|
python3-toml,
|
|
|
|
python3-psutil,
|
2021-09-21 20:13:39 +02:00
|
|
|
python3-tz,
|
2021-09-23 21:41:19 +02:00
|
|
|
python3-prompt-toolkit,
|
|
|
|
python3-pygments
|
2020-08-27 16:55:50 +02:00
|
|
|
Breaks: yunohost (<< 4.1)
|
2015-01-31 23:04:49 +01:00
|
|
|
Description: prototype interfaces with ease in Python
|
2020-05-26 23:53:02 +02:00
|
|
|
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.
|
2016-04-16 21:02:10 +02:00
|
|
|
.
|
2020-05-26 23:53:02 +02:00
|
|
|
Originally designed and written for the YunoHost project.
|