libravore¶
🚩 Misspelling Redirect Package
This package exists because “libravore” is a common misspelling of librovore (note the “o”). While this package name is reserved for a future “devourer of [model] weights”, it is not the “devourer of documentation” that you are looking for!
You probably want librovore instead.
What This Package Does ⭐¶
Issues a warning when imported to alert about the misspelling
Automatically redirects all imports to the correct
librovore
packagePrevents confusion from the common “library” → “libravore” misspelling
Installation 📦¶
Method: Install Python Package¶
Install via uv pip
command:
uv pip install libravore
Or, install via pip
:
pip install libravore
Examples 💡¶
If you accidentally imported this package:
import libravore # Shows warning, redirects to librovore
Better - use the correct package directly:
pip install librovore # Note the "o"
import librovore # The actual package you want
Contribution 🤝¶
Contribution to this project is welcome! However, it must follow the code of conduct for the project.
Please file bug reports and feature requests in the issue tracker or submit pull requests to improve the source code or documentation.
For development guidance and standards, please see the development guide.