mackerel

Minimal static site generator built with type annotations


Keywords
python, static-site-generator
License
MIT
Install
pip install mackerel==0.2

Documentation

Mackerel

Mackerel is a minimal static site generator written in typed Python 3.6+.

Latest Version Build Status Coverage Status

Installation

Installing mackerel with pip:

$ pip install mackerel

Or by cloning the repository:

$ git clone https://github.com/pkolios/mackerel.git

And installing mackerel:

$ cd mackerel
$ pip install -e .

Documentation

View the basic usage documentation at mackerel.sh.

Testing

Running the tests from mackerel root directory:

$ pytest

License

MIT licensed. See the bundled LICENSE file for more details.