whool
A standards-compliant Python build backend to package individual Odoo addons.
[!NOTE] If you are looking at packaging a customer project or a collection of addons, you may want to consider the hatch-odoo project.
Quick start
Create a file named pyproject.toml next to the addon's __manifest__.py with the
following content:
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
💡 you can use the
pipx run whool initcommand to do that.
When that is done you can work with the addon as any regular python project. Notably
pipx run build --wheel --outdir /tmp/dist/orpip wheel --no-deps --wheel-dir /tmp/dist/ .will create a wheel.- Assuming
odoohas been installed with pip in the current Python environment (for instance withpip install --editable ./odoo),pip install --editable .will install the addon and its dependencies (which it will pull from PyPI) and make it available in the Odoo addons path without the need to modify Odoo's--addons-pathoption.
Files included in the distribution packages
whool will package all the files that are under git control and ignore everything
else.
📝 TODO: explain what is included in a sdist vs wheel, and how building from a sdist works.
Version number of the generated packages
The version of the generated distribution packages is influenced by the git
commit history in the following way.
📝 TODO: elaborate (see setuptools-odoo docs in the meantime)
Configuration
The following options can be set in pyproject.toml:
📝 TODO: explain this (see setuptools-odoo docs in the meantime)
[tool.whool]
depends_override = {}
external_dependencies_override = {}
post_version_strategy_override = "..."
odoo_series_override = "..."
If set, the following environment variables override the corresponding pyproject.toml
options:
WHOOL_POST_VERSION_STRATEGY_OVERRIDE
Standard compliance
whool is compliant with PEP 517 and PEP
660, so it is compatible with all Python build
frontends, and supports editable installs.
[!NOTE] Editable install require support for symbolic links, which are available on most platforms but may not be enabled by default on Windows.
It supports the optional prepare_metadata_for_build_wheel and
prepare_metadata_for_build_editable hooks, for faster metadata preparation.
Comparison to setuptools-odoo
This project is the successor of setuptools-odoo, as a standard-compliant Python build backend.
The main expected benefit of whool over setuptools-odoo is that the setup
directory and setup.py files are replaced by a pyproject.toml file at the root of
each addon. It is less intrusive, and does not need symbolic links for regular
operation.
setuptools-odoo relied on little documented hooks and deprecated extension
mechanisms of setuptools, which was progressively causing compatibility issues.
setuptools-odoo provided a mechanism to package a multi-addon project. This
is now covered by the hatch-odoo project.
The equivalent of the setuptools-odoo-make-default command is now whool init, which
can initialize a pyproject.toml in the current directory if it is an addon, or in all
immediate subrectories that are addons.
An equivalent of setuptools-odoo-get-requirements can now easily be built using
standard-based tools such as pyproject-dependencies.
An example can be found in OCA/maintainer-tools.
Development
To release and publish to PyPI:
- Update the changelog by running
towncrier build --version X.Y.Z. - Commit and push the changes.
- Go to GitHub and create a release with a tag
vX.Y.Z.
The release will be uploaded to PyPI automatically.
Release files for whool 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| whool-1.3.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| whool-1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.1 kB
Release files / whool-1.3.tar.gz
| Download URL | whool-1.3.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1744d56fc0de65fff6e4fca4cd5e711ff0a10cf41fc702dbd5437a9299b402fb
|
|
BLAKE2b-256 checksum How to use checksums |
e2192e98e2f0e0b83823aea009029b90feaf1b899b583badb866be052e31f362
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 26, 2025.
Transparency logRelease files / whool-1.3-py3-none-any.whl
| Download URL | whool-1.3-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
459f1aded3dc2906daf20a3a63027e760d184bc008b94577df3732f16e269060
|
|
BLAKE2b-256 checksum How to use checksums |
8901c180b3c2c0b52f4dd75eaf75155d89fb42fe1472b37b1db80b765abf3e75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 26, 2025.
Transparency log