Hello,
In Sphinx we are looking to refactor handling of inventory reading, which might involve deprecating or removing InventoryFileReader. Yours is one of four projects I have found in the wild that uses it.
Your create_inv_file.py makes extensive use of InventoryFileReader, but you don't seem to be using Sphinx (shame!) on your project website. Would InventoryFile.{load,dump} be a viable alternative? If not, please could you let me know which features are required, and how/where the modified objects.inv is used in this project?
A
Hello,
In Sphinx we are looking to refactor handling of inventory reading, which might involve deprecating or removing InventoryFileReader. Yours is one of four projects I have found in the wild that uses it.
Your
create_inv_file.pymakes extensive use ofInventoryFileReader, but you don't seem to be using Sphinx (shame!) on your project website. Would InventoryFile.{load,dump} be a viable alternative? If not, please could you let me know which features are required, and how/where the modifiedobjects.invis used in this project?A