bskinn / sphobjinv

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

Rename re, enum, zlib submodules to avoid shadowing stdlib modules #290

Open bskinn opened 2 months ago

bskinn commented 2 months ago

Now getting an A005 flake8 error about the naming of these submodules.

Renaming them will be a breaking API change, so this will have to happen at a major version bump.