mf2py: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Added list of live implementations)
(add documentation, replace mf2py.herokuapp.com with python.microformats.io)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}


This is a holding page for '''mf2py''', the [[microformats2]] parser for Python.
'''mf2py''' is the [[microformats2]] parser for Python.


* [https://github.com/tommorris/mf2py tommorris/mf2py] on github
* [https://github.com/microformats/mf2py microformats/mf2py] on github
* [https://pypi.python.org/pypi/mf2py/ mf2py] on PyPI
* [https://pypi.python.org/pypi/mf2py/ mf2py] on PyPI
* [https://microformats.github.io/mf2py Official project documentation]


You can test how mf2py parses HTML on the following pages:
You can test how mf2py parses HTML on the following pages:
* URL and/or textarea: https://kylewm.com/services/mf2
 
* URL entry: [https://mf2py.herokuapp.com/ mf2py.herokuapp.com]
* URL entry: [https://python.microformats.io python.microformats.io]
* textarea entry: https://kartikprabhu.com/connection/mfparser
* another textarea: http://www.unmung.com/?html=
* another textarea: http://www.unmung.com/?html=



Latest revision as of 21:06, 28 June 2023

This article is a stub. You can help the microformats.org wiki by expanding it.

mf2py is the microformats2 parser for Python.

You can test how mf2py parses HTML on the following pages:

See Also