Metadata-Version: 1.1
Name: mf2util
Version: 0.3.2
Summary: Python Microformats2 utilities, a companion to mf2py
Home-page: http://indiewebcamp.com/mf2util
Author: Kyle Mahan
Author-email: kyle@kylewm.com
License: UNKNOWN
Description: 
        Microformats2 Utilities
        =======================
        
        Microformats2 provides an extremely flexible way to mark up HTML
        documents, so that human-centric data is machine-discoverable. This
        utility can be used to interpret a microformatted post or event, for
        display as a `comment <http://indiewebcamp.com/comments-presentation>`__
        or `reply-context <http://indiewebcamp.com/reply-context>`__.
        
        The library itself has no dependencies, but it won't do you much good
        without an mf2 parser. I use and recommend
        `mf2py <https://github.com/tommorris/mf2py>`__.
        
        Full `documentation is on GitHub
        <https://github.com/kylewm/mf2util/blob/master/README.md>`__.
        
        Compatibility: Python 2.6, 2.7, 3.3+
        
        License: `Simplified BSD <http://opensource.org/licenses/BSD-2-Clause>`__
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Markup :: HTML
