https://github.com/yunohost/moulinette
A small Python framework meant to easily create programs with unified CLI and API.
https://github.com/yunohost/moulinette
framework python yunohost
Last synced: over 1 year ago
JSON representation
A small Python framework meant to easily create programs with unified CLI and API.
- Host: GitHub
- URL: https://github.com/yunohost/moulinette
- Owner: YunoHost
- License: agpl-3.0
- Created: 2012-10-06T14:19:29.000Z (almost 14 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-06T12:07:39.000Z (over 1 year ago)
- Last Synced: 2025-03-31T05:05:35.007Z (over 1 year ago)
- Topics: framework, python, yunohost
- Language: Python
- Homepage: http://yunohost.org
- Size: 7.68 MB
- Stars: 36
- Watchers: 19
- Forks: 29
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Moulinette

[](https://github.com/YunoHost/moulinette/actions/workflows/tox.yml)
[](https://lgtm.com/projects/g/YunoHost/moulinette/context:python)
[](https://github.com/YunoHost/moulinette/blob/dev/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
------
- [Please report issues on YunoHost bugtracker](https://github.com/YunoHost/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](https://translate.yunohost.org/engage/yunohost/?utm_source=widget)
Developpers
-----------
- You can learn how to get started with developing on YunoHost by reading [this piece of documentation](https://yunohost.org/dev).
- Specific doc for moulinette: https://moulinette.readthedocs.org
- Run tests with:
```
$ pip install tox
$ tox
```