Metadata-Version: 2.1
Name: melthon
Version: 1.3.0
Summary: Minimalistic static site generator
Home-page: https://github.com/jenswbe/python-melthon
Author: Jens Willemsens
Author-email: contact@jensw.be
License: GPLv3
Project-URL: Documentation, https://python-melthon.readthedocs.io/
Project-URL: Changelog, https://python-melthon.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/jenswbe/python-melthon/issues
Description: ========
        Overview
        ========
        
        
        
        Minimalistic static site generator
        
        * Free software: GNU GPLv3 license
        
        Installation
        ============
        
        ::
        
            pip install melthon
        
        Documentation
        =============
        
        
        https://python-melthon.readthedocs.io/
        
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        1.2.0 (2019-10-18)
        ------------------
        
        * Set default input encoding to UTF-8
        
        1.1.0 (2019-10-08)
        ------------------
        
        * Added subdirectory support
        * Added support for pretty urls (default)
        * Both <PAGE NAME>.template.mako and <PAGE NAME>.part.mako files won't be rendered now
        
        1.0.0 (2019-09-25)
        ------------------
        
        * Template rendering is working
        * Added YAML data file support
        * Improved program verbosity
        
        0.1.0 (2019-09-21)
        ------------------
        
        * Drop support for Python 2
        * Implement middlewares
        
        0.0.0 (2019-09-21)
        ------------------
        
        * First release on PyPI
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst
