eyeseast / python-frontmatter

Parse and manage posts with YAML (or other) frontmatter
http://python-frontmatter.rtfd.io
MIT License
333 stars 42 forks source link

Addition to read the docs for handlers #88

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi

Thanks for this useful tool. I used it a year ago and took some time to work out why TOML would not work... I just used it again and forgot the reason so had to puzzle it out again :-)

Could you add a line in the Handlers section on readthedocs.io, stating taht to use the TOMLHandler you need to pip install toml as it is a prerequisite for the TOML functionality.

It also looks like the package toml is not being maintained any more and may affect your project at some point (compliance to toml 1.0 standards perhaps). tomli is being talked about as the current toml package of choice for some but I haven't look deeply into either package.

Thanks

Kevin

eyeseast commented 2 years ago

Good call. Will add that. I don't use TOML much, myself, so I'm open to suggestions on the best Python library to handle it.