A small Python framework meant to easily create programs with unified CLI and API.
Find a file
Gregor 88bf138501 Translated using Weblate (German)
Currently translated at 100.0% (45 of 45 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/de/
2022-01-17 13:41:59 +00:00
.github/workflows tests: add mypy + misc fixes to make test pass 2021-09-17 16:17:53 +02:00
debian Update changelog fro 4.3.3 2021-12-29 01:09:02 +01:00
doc [mod] stop using old style class 2021-12-24 01:18:11 +01:00
locales Translated using Weblate (German) 2022-01-17 13:41:59 +00:00
moulinette fix some warnings 2021-12-30 14:39:38 +01:00
test 🎨 Format Python code with Black 2021-12-28 23:46:17 +00:00
.gitignore Test documentation under Tox 2019-08-04 19:46:20 +02:00
CONTRIBUTORS.md [enh][love] Add CONTRIBUTORS.md 2016-12-22 16:28:23 +01:00
LICENSE Init 2012-10-06 16:22:15 +02:00
pytest.ini [mod] during tests failed to translate string is an error 2019-07-28 21:29:50 +02:00
README.md add lgtm badge 2021-12-30 14:39:30 +01:00
setup.cfg Configuration tweaks fox tox/travis to use and check Black 2019-11-25 17:20:34 +01:00
setup.py Also depend on pygments 2021-09-23 01:01:01 +02:00
tox.ini tests: add mypy + misc fixes to make test pass 2021-09-17 16:17:53 +02:00

Moulinette

Version Tests status Language grade: Python GitHub license

Moulinette is a small Python framework meant to easily create programs with unified CLI and API.

In particular, it is used as a base framework for the YunoHost project.

Issues

Overview

Moulinette allows to create a YAML "actionmaps" that describes what commands are available. Moulinette will automatically make these commands available through the CLI and Web API, and will be mapped to a python function. Moulinette also provide some general helpers, for example for logging, i18n, authentication, or common file system operations.

Translation

You can help translate Moulinette on our translation platform

Translation status

Developpers

$ pip install tox
$ tox