Metadata-Version: 1.2
Name: Mackerel
Version: 0.2
Summary: Minimal static site generator built with type annotations
Home-page: http://mackerel.sh
Author: Paris Kolios
Author-email: paris@enc.io
License: MIT
Description: Mackerel
        ========
        
        Mackerel is a minimal static site generator written in typed Python 3.6+.
        
        .. image:: https://img.shields.io/pypi/v/mackerel.svg
           :target: https://pypi.python.org/pypi/mackerel/
           :alt: Latest Version
        .. image:: https://travis-ci.org/pkolios/mackerel.svg?branch=master
           :target: https://travis-ci.org/pkolios/mackerel
           :alt: Build Status
        .. image:: https://coveralls.io/repos/pkolios/mackerel/badge.svg?branch=master
           :target: https://coveralls.io/r/pkolios/mackerel
           :alt: 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 <http://mackerel.sh>`_.
        
        
        Testing
        -------
        
        Running the tests from mackerel root directory::
        
            $ pytest
        
        
        License
        -------
        
        MIT licensed. See the bundled `LICENSE <https://github.com/pkolios/mackerel/blob/master/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.
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.6
