Metadata-Version: 1.0
Name: mynt
Version: 0.2.1
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 `quickstart`_ page and `docs`_ a read.
        
        Dependencies
        ------------
        
        -  `Jinja2`_
        -  `misaka`_
        -  `Pygments`_
        -  `PyYAML`_
        -  `watchdog`_
        
        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/
        .. _issue: https://github.com/Anomareh/mynt/issues
        .. _misaka: http://misaka.61924.nl/
        .. _Pygments: http://pygments.org/
        .. _PyYAML: http://pyyaml.org/
        .. _quickstart: http://mynt.mirroredwhite.com/quickstart/
        .. _watchdog: http://packages.python.org/watchdog/
        
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 :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
