mf2util


Namemf2util JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttp://indiewebcamp.com/mf2util
SummaryPython Microformats2 utilities, a companion to mf2py
upload_time2023-01-15 07:31:57
maintainer
docs_urlNone
authorKyle Mahan
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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>`__
            

Raw data

            {
    "_id": null,
    "home_page": "http://indiewebcamp.com/mf2util",
    "name": "mf2util",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kyle Mahan",
    "author_email": "kyle.mahan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/58/b5/149d25ce0d4a71bea2ec1ed331c83291149f7288b51025ebc370bb63f3c0/mf2util-0.5.2.tar.gz",
    "platform": null,
    "description": "Microformats2 Utilities\n=======================\n\nMicroformats2 provides an extremely flexible way to mark up HTML\ndocuments, so that human-centric data is machine-discoverable. This\nutility can be used to interpret a microformatted post or event, for\ndisplay as a `comment <http://indiewebcamp.com/comments-presentation>`__\nor `reply-context <http://indiewebcamp.com/reply-context>`__.\n\nThe library itself has no dependencies, but it won't do you much good\nwithout an mf2 parser. I use and recommend\n`mf2py <https://github.com/tommorris/mf2py>`__.\n\nFull `documentation is on GitHub\n<https://github.com/kylewm/mf2util/blob/master/README.md>`__.\n\nCompatibility: Python 2.6, 2.7, 3.3+\n\nLicense: `Simplified BSD <http://opensource.org/licenses/BSD-2-Clause>`__",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python Microformats2 utilities, a companion to mf2py",
    "version": "0.5.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58b5149d25ce0d4a71bea2ec1ed331c83291149f7288b51025ebc370bb63f3c0",
                "md5": "97b98c2f641045e494c3df9ef53ba751",
                "sha256": "ebd47eb4e6ed66f99c0e4b718bb277bfb8dff488625e4073bf06261c642686b3"
            },
            "downloads": -1,
            "filename": "mf2util-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "97b98c2f641045e494c3df9ef53ba751",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14169,
            "upload_time": "2023-01-15T07:31:57",
            "upload_time_iso_8601": "2023-01-15T07:31:57.583906Z",
            "url": "https://files.pythonhosted.org/packages/58/b5/149d25ce0d4a71bea2ec1ed331c83291149f7288b51025ebc370bb63f3c0/mf2util-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-15 07:31:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mf2util"
}
        
Elapsed time: 0.02918s