bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 11 forks source link

Add 'dump' and 'load' in Python module #38

Closed EpicWink closed 4 years ago

EpicWink commented 4 years ago

Add a Python package which provides dump and load, and exposes DecodeError, dumps and loads.

Closes #17

bobfang1992 commented 4 years ago

Great, this is exactly what I was planning to do! Thanks!