alengwenus / pypck

Asynchronous LCN-PCK library written in Python
MIT License
10 stars 5 forks source link

Add module info dumping #69

Closed maximilianriemensberger closed 3 years ago

maximilianriemensberger commented 3 years ago

The available information for all modules is dumped in a hierarchical dict. The dumping format is json/yaml compatible (only dict, list, str, numbers) and intended to be both human and machine readable.

alengwenus commented 3 years ago

Great! Thanks @maximilianriemensberger!

alengwenus commented 3 years ago

Resolves #57