This is the first release of phml. With that being said that also means that this release contains a lot of new things.
To put in a brief summary some features are:
* Parsing phml, html, json into the phml ast object
* Compiling phml/html ast into an html, phml, or json string
* Writing compiled content directly to a file
* Utility methods that cover most to all of [hast utils](https://github.com/syntax-tree/hast#list-of-utilities) and [unist utils](https://github.com/syntax-tree/unist#list-of-utilities)
* Some minimal examples - More in-depth ones coming soon!
* API Documentation - Soon to be general docs and API Docs
**This release is on `pypi`!**
You can install this version with `pip3 install --upgrade phml` or `python3 -m pip install --upgrade phml`.
API Documentation can be found [here](https://tired-fox.github.io/phml/phml.html)