mf2py: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(added tommorris' live tester)
(mf2py moved from my personal github to microformats GitHub org)
(One intermediate revision by one other user not shown)
Line 3: Line 3:
This is a holding page for '''mf2py''', the [[microformats2]] parser for Python.
This is a holding page for '''mf2py''', 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


You can test how mf2py parses arbitrary HTML [https://kartikprabhu.com/connection/mfparser here] or with a URL input [https://mf2py.herokuapp.com/ here]
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]
* textarea entry: https://kartikprabhu.com/connection/mfparser
* another textarea: http://www.unmung.com/?html=


== See Also ==
== See Also ==

Revision as of 21:40, 27 February 2018

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

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

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

See Also