Metadata-Version: 1.0
Name: mynt
Version: 0.1.2
Summary: A static blog generator.
Home-page: http://mynt.mirroredwhite.com/
Author: Andrew Fricke
Author-email: andrew@mirroredwhite.com
License: BSD
Description: 
        mynt
        ====
        
        *Another static site generator?*
        
        With the ever growing population of static site generators, all filling a
        certain need, I've yet to find one that allows the generation of anything but
        the simplest of blogs.
        
        That's where mynt comes in, being designed to give you all the features of a
        CMS with none of the often rigid implementations of those features.
        
        Install
        -------
        
        | From PyPI:
        | ``pip install mynt``
        
        | Latest trunk:
        | ``pip install git+https://github.com/Anomareh/mynt.git``
        
        Getting Started
        ---------------
        
        After installing mynt head on over and give the `docs`_ a read.
        
        Dependencies
        ------------
        
        -  `Jinja2`_
        -  `misaka`_
        -  `Pygments`_
        -  `PyYAML`_
        
        Support
        -------
        
        If you run into any issues or have any questions, either open an `issue`_ or
        hop in #mynt on irc.freenode.net.
        
        .. _docs: http://mynt.mirroredwhite.com/
        .. _Jinja2: http://jinja.pocoo.org/
        .. _misaka: http://misaka.61924.nl/
        .. _Pygments: http://pygments.org/
        .. _PyYAML: http://pyyaml.org/
        .. _issue: https://github.com/Anomareh/mynt/issues
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
