Minimal static site generator built with type annotations
Project description
Mackerel is a minimal static site generator written in typed Python 3.6+.
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.
Changelog
0.2 (2017-07-09)
Bugfixes
Fix an error in the packaging that caused mackerel init command to fail due to the lack of config.ini.
Improvements
Rework the setup.py script to increase release automation.
0.1 (2017-07-09)
First preview release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Mackerel-0.2.tar.gz
(503.0 kB
view hashes)
Built Distribution
Mackerel-0.2-py36-none-any.whl
(509.7 kB
view hashes)