Mel is a general purpose data markup language which describes the metadata, context and relations in a data model. Its objective is to generate data like HTML, CSS, XML, JSON and other tree structures, using a common language.
- Python 3.9+
- Pip
- GNU Make
- Docker (optional)
It's recommended to use a virtual environment tool like pyenv and/or pipenv.
make install
make test
make inspect
./bin/mel examples/person
docker build -t mel .
docker run mel examples/thumbnail
mel is distributed under the terms of the MIT license. See LICENSE.