Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 977 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 977 Bytes

MEL

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.

Documentation

Installation

Dependencies

  • 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

How to run

Using system's Python

./bin/mel examples/person

Using Docker

docker build -t mel .
docker run mel examples/thumbnail

License

mel is distributed under the terms of the MIT license. See LICENSE.