bobfang1992 / pytomlpp

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

Remove ability to load file using pytomlpp.load #10

Closed EpicWink closed 4 years ago

EpicWink commented 4 years ago

JSON doesn't let you load files, and rather expects you to provide it with loaded files (as streams or as strings). We should match this interface for consistency

bobfang1992 commented 4 years ago

Good point