Skip to content

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.

About

Mel is a general purpose data markup language

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages