bskinn / sphobjinv

Toolkit for manipulation and inspection of Sphinx objects.inv files
https://sphobjinv.readthedocs.io
MIT License
81 stars 9 forks source link

Augment Inventory to retain metadata #150

Open bskinn opened 3 years ago

bskinn commented 3 years ago

Possible YAGNI. For JSON imports, retain the contents of data["metadata"] in a new, public metadata instance attribute, that is included in the output of .json_dict().

Probably want to add flags to instruct to discard and/or ignore metadata on import and export.