This is an OOP-y Python package for parsing the Front Matter of markup files (e.g. .md, .html). Front Matter is a YAML snippet at the top of a markup file that stores metadata that is used commonly in ...
Parsing HTML and extracting useful bits of data is common job for web programmers. The only question is, how do you go about it? You could use Regular Expressions. On the surface of things, regular ...