SkillAgentSearch skills...

Moulinette

A small Python framework meant to easily create programs with unified CLI and API.

Install / Use

/learn @YunoHost/Moulinette
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center">Moulinette</h1> <div align="center">

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.

</div>

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.

<div align="center"><img src="doc/actionsmap.png" width="700" /></div>

Translation

You can help translate Moulinette on our translation platform

<div align="center"><img src="https://translate.yunohost.org/widgets/yunohost/-/moulinette/horizontal-auto.svg" alt="Translation status" /></div>

Developpers

  • You can learn how to get started with developing on YunoHost by reading this piece of documentation.
  • Specific doc for moulinette: https://moulinette.readthedocs.org
  • Run tests with:
$ pip install tox
$ tox
View on GitHub
GitHub Stars37
CategoryDevelopment
Updated5d ago
Forks29

Languages

Python

Security Score

95/100

Audited on Mar 23, 2026

No findings