Name | libravore JSON |
Version |
1.0
JSON |
| download |
home_page | None |
Summary | Misspelling of "librovore". See the Librovore package instead. |
upload_time | 2025-08-18 12:11:43 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
compatibility
librovore
misspelling
redirect
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. vim: set fileencoding=utf-8:
.. -*- coding: utf-8 -*-
.. +--------------------------------------------------------------------------+
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| |
+--------------------------------------------------------------------------+
*******************************************************************************
libravore
*******************************************************************************
.. image:: https://img.shields.io/pypi/v/libravore
:alt: Package Version
:target: https://pypi.org/project/libravore/
.. image:: https://img.shields.io/pypi/status/libravore
:alt: PyPI - Status
:target: https://pypi.org/project/libravore/
.. image:: https://github.com/emcd/python-libravore/actions/workflows/tester.yaml/badge.svg?branch=master&event=push
:alt: Tests Status
:target: https://github.com/emcd/python-libravore/actions/workflows/tester.yaml
.. image:: https://emcd.github.io/python-libravore/coverage.svg
:alt: Code Coverage Percentage
:target: https://github.com/emcd/python-libravore/actions/workflows/tester.yaml
.. image:: https://img.shields.io/github/license/emcd/python-libravore
:alt: Project License
:target: https://github.com/emcd/python-libravore/blob/master/LICENSE.txt
.. image:: https://img.shields.io/pypi/pyversions/libravore
:alt: Python Versions
:target: https://pypi.org/project/libravore/
🚩 **Misspelling Redirect Package**
This package exists because "libravore" is a common misspelling of
`librovore <https://pypi.org/project/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 <https://pypi.org/project/librovore/>`_ **instead.**
What This Package Does ⭐
===============================================================================
* Issues a warning when imported to alert about the misspelling
* Automatically redirects all imports to the correct ``librovore`` package
* Prevents confusion from the common "library" → "libravore" misspelling
Installation 📦
===============================================================================
Method: Install Python Package
-------------------------------------------------------------------------------
Install via `uv <https://github.com/astral-sh/uv/blob/main/README.md>`_ ``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
<https://emcd.github.io/python-project-common/stable/sphinx-html/common/conduct.html>`_
for the project.
Please file bug reports and feature requests in the `issue tracker
<https://github.com/emcd/python-libravore/issues>`_ or submit `pull
requests <https://github.com/emcd/python-libravore/pulls>`_ to
improve the source code or documentation.
For development guidance and standards, please see the `development guide
<https://emcd.github.io/python-libravore/stable/sphinx-html/contribution.html#development>`_.
`More Flair <https://www.imdb.com/title/tt0151804/characters/nm0431918>`_
===============================================================================
.. image:: https://img.shields.io/github/last-commit/emcd/python-libravore
:alt: GitHub last commit
:target: https://github.com/emcd/python-libravore
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json
:alt: Copier
:target: https://github.com/copier-org/copier
.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg
:alt: Hatch
:target: https://github.com/pypa/hatch
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
:alt: pre-commit
:target: https://github.com/pre-commit/pre-commit
.. image:: https://microsoft.github.io/pyright/img/pyright_badge.svg
:alt: Pyright
:target: https://microsoft.github.io/pyright
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:alt: Ruff
:target: https://github.com/astral-sh/ruff
.. image:: https://img.shields.io/pypi/implementation/libravore
:alt: PyPI - Implementation
:target: https://pypi.org/project/libravore/
.. image:: https://img.shields.io/pypi/wheel/libravore
:alt: PyPI - Wheel
:target: https://pypi.org/project/libravore/
Other Projects by This Author 🌟
===============================================================================
* `python-absence <https://github.com/emcd/python-absence>`_ (`absence <https://pypi.org/project/absence/>`_ on PyPI)
🕳️ A Python library package which provides a **sentinel for absent values** - a falsey, immutable singleton that represents the absence of a value in contexts where ``None`` or ``False`` may be valid values.
* `python-accretive <https://github.com/emcd/python-accretive>`_ (`accretive <https://pypi.org/project/accretive/>`_ on PyPI)
🌌 A Python library package which provides **accretive data structures** - collections which can grow but never shrink.
* `python-classcore <https://github.com/emcd/python-classcore>`_ (`classcore <https://pypi.org/project/classcore/>`_ on PyPI)
🏭 A Python library package which provides **foundational class factories and decorators** for providing classes with attributes immutability and concealment and other custom behaviors.
* `python-dynadoc <https://github.com/emcd/python-dynadoc>`_ (`dynadoc <https://pypi.org/project/dynadoc/>`_ on PyPI)
📝 A Python library package which bridges the gap between **rich annotations** and **automatic documentation generation** with configurable renderers and support for reusable fragments.
* `python-falsifier <https://github.com/emcd/python-falsifier>`_ (`falsifier <https://pypi.org/project/falsifier/>`_ on PyPI)
🎭 A very simple Python library package which provides a **base class for falsey objects** - objects that evaluate to ``False`` in boolean contexts.
* `python-frigid <https://github.com/emcd/python-frigid>`_ (`frigid <https://pypi.org/project/frigid/>`_ on PyPI)
🔒 A Python library package which provides **immutable data structures** - collections which cannot be modified after creation.
* `python-icecream-truck <https://github.com/emcd/python-icecream-truck>`_ (`icecream-truck <https://pypi.org/project/icecream-truck/>`_ on PyPI)
🍦 **Flavorful Debugging** - A Python library which enhances the powerful and well-known ``icecream`` package with flavored traces, configuration hierarchies, customized outputs, ready-made recipes, and more.
* `python-mimeogram <https://github.com/emcd/python-mimeogram>`_ (`mimeogram <https://pypi.org/project/mimeogram/>`_ on PyPI)
📨 A command-line tool for **exchanging collections of files with Large Language Models** - bundle multiple files into a single clipboard-ready document while preserving directory structure and metadata... good for code reviews, project sharing, and LLM interactions.
Raw data
{
"_id": null,
"home_page": null,
"name": "libravore",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "compatibility, librovore, misspelling, redirect",
"author": null,
"author_email": "Eric McDonald <emcd@users.noreply.github.com>",
"download_url": "https://files.pythonhosted.org/packages/53/bf/61546b64b26ecc1e749d0af00cc5642be10e9fbb9120c1870e5e78a90569/libravore-1.0.tar.gz",
"platform": null,
"description": ".. vim: set fileencoding=utf-8:\n.. -*- coding: utf-8 -*-\n.. +--------------------------------------------------------------------------+\n | |\n | Licensed under the Apache License, Version 2.0 (the \"License\"); |\n | you may not use this file except in compliance with the License. |\n | You may obtain a copy of the License at |\n | |\n | http://www.apache.org/licenses/LICENSE-2.0 |\n | |\n | Unless required by applicable law or agreed to in writing, software |\n | distributed under the License is distributed on an \"AS IS\" BASIS, |\n | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |\n | See the License for the specific language governing permissions and |\n | limitations under the License. |\n | |\n +--------------------------------------------------------------------------+\n\n*******************************************************************************\n libravore \n*******************************************************************************\n\n.. image:: https://img.shields.io/pypi/v/libravore\n :alt: Package Version\n :target: https://pypi.org/project/libravore/\n\n.. image:: https://img.shields.io/pypi/status/libravore\n :alt: PyPI - Status\n :target: https://pypi.org/project/libravore/\n\n.. image:: https://github.com/emcd/python-libravore/actions/workflows/tester.yaml/badge.svg?branch=master&event=push\n :alt: Tests Status\n :target: https://github.com/emcd/python-libravore/actions/workflows/tester.yaml\n\n.. image:: https://emcd.github.io/python-libravore/coverage.svg\n :alt: Code Coverage Percentage\n :target: https://github.com/emcd/python-libravore/actions/workflows/tester.yaml\n\n.. image:: https://img.shields.io/github/license/emcd/python-libravore\n :alt: Project License\n :target: https://github.com/emcd/python-libravore/blob/master/LICENSE.txt\n\n.. image:: https://img.shields.io/pypi/pyversions/libravore\n :alt: Python Versions\n :target: https://pypi.org/project/libravore/\n\n\n\ud83d\udea9 **Misspelling Redirect Package**\n\nThis package exists because \"libravore\" is a common misspelling of \n`librovore <https://pypi.org/project/librovore/>`_ (note the \"o\"). While this \npackage name is reserved for a future \"devourer of [model] weights\", it is not \nthe \"devourer of documentation\" that you are looking for!\n\n**You probably want** `librovore <https://pypi.org/project/librovore/>`_ **instead.**\n\nWhat This Package Does \u2b50\n===============================================================================\n\n* Issues a warning when imported to alert about the misspelling\n* Automatically redirects all imports to the correct ``librovore`` package\n* Prevents confusion from the common \"library\" \u2192 \"libravore\" misspelling\n\n\nInstallation \ud83d\udce6\n===============================================================================\n\nMethod: Install Python Package\n-------------------------------------------------------------------------------\n\nInstall via `uv <https://github.com/astral-sh/uv/blob/main/README.md>`_ ``pip``\ncommand:\n\n::\n\n uv pip install libravore\n\nOr, install via ``pip``:\n\n::\n\n pip install libravore\n\n\nExamples \ud83d\udca1\n===============================================================================\n\n**If you accidentally imported this package:**\n\n::\n\n import libravore # Shows warning, redirects to librovore\n\n**Better - use the correct package directly:**\n\n::\n\n pip install librovore # Note the \"o\"\n import librovore # The actual package you want\n\n\nContribution \ud83e\udd1d\n===============================================================================\n\nContribution to this project is welcome! However, it must follow the `code of\nconduct\n<https://emcd.github.io/python-project-common/stable/sphinx-html/common/conduct.html>`_\nfor the project.\n\nPlease file bug reports and feature requests in the `issue tracker\n<https://github.com/emcd/python-libravore/issues>`_ or submit `pull\nrequests <https://github.com/emcd/python-libravore/pulls>`_ to\nimprove the source code or documentation.\n\nFor development guidance and standards, please see the `development guide\n<https://emcd.github.io/python-libravore/stable/sphinx-html/contribution.html#development>`_.\n\n\n`More Flair <https://www.imdb.com/title/tt0151804/characters/nm0431918>`_\n===============================================================================\n\n.. image:: https://img.shields.io/github/last-commit/emcd/python-libravore\n :alt: GitHub last commit\n :target: https://github.com/emcd/python-libravore\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json\n :alt: Copier\n :target: https://github.com/copier-org/copier\n\n.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg\n :alt: Hatch\n :target: https://github.com/pypa/hatch\n\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\n :alt: pre-commit\n :target: https://github.com/pre-commit/pre-commit\n\n.. image:: https://microsoft.github.io/pyright/img/pyright_badge.svg\n :alt: Pyright\n :target: https://microsoft.github.io/pyright\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n :alt: Ruff\n :target: https://github.com/astral-sh/ruff\n\n.. image:: https://img.shields.io/pypi/implementation/libravore\n :alt: PyPI - Implementation\n :target: https://pypi.org/project/libravore/\n\n.. image:: https://img.shields.io/pypi/wheel/libravore\n :alt: PyPI - Wheel\n :target: https://pypi.org/project/libravore/\n\n\nOther Projects by This Author \ud83c\udf1f\n===============================================================================\n\n\n* `python-absence <https://github.com/emcd/python-absence>`_ (`absence <https://pypi.org/project/absence/>`_ on PyPI) \n\n \ud83d\udd73\ufe0f A Python library package which provides a **sentinel for absent values** - a falsey, immutable singleton that represents the absence of a value in contexts where ``None`` or ``False`` may be valid values.\n* `python-accretive <https://github.com/emcd/python-accretive>`_ (`accretive <https://pypi.org/project/accretive/>`_ on PyPI) \n\n \ud83c\udf0c A Python library package which provides **accretive data structures** - collections which can grow but never shrink.\n* `python-classcore <https://github.com/emcd/python-classcore>`_ (`classcore <https://pypi.org/project/classcore/>`_ on PyPI) \n\n \ud83c\udfed A Python library package which provides **foundational class factories and decorators** for providing classes with attributes immutability and concealment and other custom behaviors.\n* `python-dynadoc <https://github.com/emcd/python-dynadoc>`_ (`dynadoc <https://pypi.org/project/dynadoc/>`_ on PyPI) \n\n \ud83d\udcdd A Python library package which bridges the gap between **rich annotations** and **automatic documentation generation** with configurable renderers and support for reusable fragments.\n* `python-falsifier <https://github.com/emcd/python-falsifier>`_ (`falsifier <https://pypi.org/project/falsifier/>`_ on PyPI) \n\n \ud83c\udfad A very simple Python library package which provides a **base class for falsey objects** - objects that evaluate to ``False`` in boolean contexts.\n* `python-frigid <https://github.com/emcd/python-frigid>`_ (`frigid <https://pypi.org/project/frigid/>`_ on PyPI) \n\n \ud83d\udd12 A Python library package which provides **immutable data structures** - collections which cannot be modified after creation.\n* `python-icecream-truck <https://github.com/emcd/python-icecream-truck>`_ (`icecream-truck <https://pypi.org/project/icecream-truck/>`_ on PyPI) \n\n \ud83c\udf66 **Flavorful Debugging** - A Python library which enhances the powerful and well-known ``icecream`` package with flavored traces, configuration hierarchies, customized outputs, ready-made recipes, and more.\n* `python-mimeogram <https://github.com/emcd/python-mimeogram>`_ (`mimeogram <https://pypi.org/project/mimeogram/>`_ on PyPI) \n\n \ud83d\udce8 A command-line tool for **exchanging collections of files with Large Language Models** - bundle multiple files into a single clipboard-ready document while preserving directory structure and metadata... good for code reviews, project sharing, and LLM interactions.\n",
"bugtrack_url": null,
"license": null,
"summary": "Misspelling of \"librovore\". See the Librovore package instead.",
"version": "1.0",
"project_urls": {
"Documentation": "https://emcd.github.io/python-libravore",
"Download": "https://pypi.org/project/libravore/#files",
"Homepage": "https://github.com/emcd/python-libravore",
"Issue Tracker": "https://github.com/emcd/python-libravore/issues",
"Source Code": "https://github.com/emcd/python-libravore"
},
"split_keywords": [
"compatibility",
" librovore",
" misspelling",
" redirect"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "10a9404f54b2df0cc8b9372e35fb5f5ba03463e6865288a3829a6395eb39398c",
"md5": "dd9b2556cc5cffdfe2f795ab9bdb707c",
"sha256": "08ba97cbd6cf18ca5a1136f78a85df8c6550d44ea9faa89f3692f618f369dc1b"
},
"downloads": -1,
"filename": "libravore-1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dd9b2556cc5cffdfe2f795ab9bdb707c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 11085,
"upload_time": "2025-08-18T12:11:42",
"upload_time_iso_8601": "2025-08-18T12:11:42.450251Z",
"url": "https://files.pythonhosted.org/packages/10/a9/404f54b2df0cc8b9372e35fb5f5ba03463e6865288a3829a6395eb39398c/libravore-1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "53bf61546b64b26ecc1e749d0af00cc5642be10e9fbb9120c1870e5e78a90569",
"md5": "8bd6c3eb7ff039b479dd53f663cb4768",
"sha256": "8fddcc21650a13a28f619566d5c7603c780cf6ddec20313815331ce45e2908dc"
},
"downloads": -1,
"filename": "libravore-1.0.tar.gz",
"has_sig": false,
"md5_digest": "8bd6c3eb7ff039b479dd53f663cb4768",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 11151,
"upload_time": "2025-08-18T12:11:43",
"upload_time_iso_8601": "2025-08-18T12:11:43.496042Z",
"url": "https://files.pythonhosted.org/packages/53/bf/61546b64b26ecc1e749d0af00cc5642be10e9fbb9120c1870e5e78a90569/libravore-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-18 12:11:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "emcd",
"github_project": "python-libravore",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "libravore"
}