manifestoo-core
A library to reason about Odoo addons manifests
What it is and what it does
Manifestoo Core is a library for working with Odoo addon manifests—the metadata files that define Odoo extensions. It provides utilities to detect which Odoo series (version line) an addon targets based on its version string, access information about core Odoo Community and Enterprise addons for each Odoo version, and convert Odoo manifest metadata into standard Python packaging format. This is useful for tools that need to analyze, validate, or process Odoo addons programmatically.
The library depends on three standard packages: importlib-resources for resource access, packaging for version handling, and typing-extensions for type hints. It's actively maintained and has been in development since 2022. The documentation warns that undocumented parts of the API may change without notice.
Use it for:
- Detect the target Odoo version from an addon's version string in CI/CD pipelines.
- Build tools that need to validate Odoo addon manifests against Odoo version specifications.
- Convert Odoo addon metadata to standard Python package metadata for distribution.
- Query which addons are part of core Odoo for a given version.
- Analyze addon dependencies and compatibility across Odoo versions.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Parses and reasons about Odoo addon manifests, detecting Odoo series from addon versions and converting manifest metadata to Python packaging format.
Yes, if you work with Odoo addons and need programmatic access to manifest parsing and version detection. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe choice. The narrow focus on Odoo-specific tasks means it's only relevant for Odoo development workflows.
Install
manifestoo-core on PyPI
pip
pip install manifestoo-coreuv
uv add manifestoo-corepoetry
poetry add manifestoo-coreInstalling manifestoo-core
Before you install
Low friction install with three lightweight runtime dependencies (importlib-resources, packaging, typing-extensions). Active maintenance with a release 40 days ago and recent commits.
License in practice
MIT license (permissive) means you can use, modify, and distribute this package freely with minimal restrictions.
Quickstart
pip install manifestoo-core
from manifestoo_core import detect_odoo_series
series = detect_odoo_series('14.0.1.0.0')
Requires Python 3.7 or later.
Verify before relying
- Whether the library handles all Odoo versions or has version-specific limitations.
- Performance characteristics when processing large numbers of addon manifests.
- Whether conversion to Python packaging metadata preserves all Odoo-specific metadata fields.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — importlib-resources, packaging, typing-extensions |
| Maintenance | actively maintained — 40 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 254,197/month — #8,501 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: manifestoo_core-1.15.4-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
setuptools-odooSetuptools-odoo automates packaging of Odoo…
copyleft · top 15,000 on PyPI
spaceforgeSpaceforge is a Python framework for building…
permissive · top 15,000 on PyPI
whoolwhool is a PEP 517 and PEP 660 compliant build…
permissive · top 15,000 on PyPI
pylint-odooA Pylint plugin that adds Odoo-specific code…
agpl · top 15,000 on PyPI
pytest-odoopytest-odoo is a pytest plugin that runs Odoo…
agpl · top 15,000 on PyPI
dparse2Parses Python dependency manifests…
permissive · top 15,000 on PyPI
c2pa-pythonRead, validate, create, and sign C2PA manifest…
permissive · top 15,000 on PyPI
openupgradelibProvides utility functions for Odoo database…
agpl · top 15,000 on PyPI
apkutils2Parses Android APK files to extract and display…
permissive · top 15,000 on PyPI
keboola.componentWraps the Keboola Common Interface to simplify…
permissive · top 15,000 on PyPI