bmwant / mappi

Generate webserver from yaml file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mappi

Tests PyPI PyPI - Python Version

pre-commit Ruff Code style: black EditorConfig semantic-release: angular

Logo

Installation

$ pip install mappi
$ mappi  # run server with example configuration

Usage

# generate minimal config file
$ mappi config > mappi.yml

# adjust routes as needed or create your own config
$ vim mappi.yml

# dump configuration with all the options available to a file
$ mappi config --full > mappi.yml

# start your webserver
$ mappi

# start server with configuration stored in different filename
$ mappi --config my-config-file.yml

Contributing

See DEVELOP.md for the development setup and contributing guide.

About

Generate webserver from yaml file


Languages

Language:Python 95.3%Language:Makefile 2.9%Language:Dockerfile 1.8%