Skip to content
/ mel Public

Mel is a general purpose data markup language

License

Notifications You must be signed in to change notification settings

hacktoon/mel

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages