Skip to main content

pyodr — Python bindings for OpenDocument.core

Decode office documents (ODF, OOXML, legacy MS binary, PDF, CSV, ...) and render them to HTML from Python.

import pyodr

file = pyodr.open("document.odt")
print(pyodr.file_type_to_string(file.file_type()))

service = pyodr.html.translate(file, "cache-dir", pyodr.HtmlConfig())
html = service.bring_offline("output-dir")
for page in html.pages():
    print(page.name, page.path)

A small CLI is included: pyodr <file> renders a document and opens it in the browser; pyodr <file> --serve hosts it over HTTP (via the core HTTP server, available when built with ODR_WITH_HTTP_SERVER).

Building

The bindings are part of the main CMake build, toggled by ODR_PYTHON:

conan install . -o '&:with_python=True' --build missing
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DODR_PYTHON=ON
cmake --build build --target pyodr_core
PYTHONPATH=build/python python -m pytest python/tests

pip install . from the repository root builds a wheel via scikit-build-core (see the root pyproject.toml); run conan install first and point CMAKE_ARGS at the generated conan_toolchain.cmake so the C++ dependencies resolve:

conan install . -o '&:with_python=True' --build missing
CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=$PWD/conan_toolchain.cmake" pip install .

Runtime data

There is none. The renderer's css and js are part of the library, so rendering works out of the box; odr_core_data_path() and set_odr_core_data_path(...) are deprecated leftovers that still store and return a path nothing reads.

MIME detection needs no runtime data: mimetype runs the open strategy, so it names what is inside a zip or a compound file. libmagic_database_path() and set_libmagic_database_path(...) are deprecated leftovers of the libmagic backend that used to answer this and could only say application/zip for an .odt; they still store and return a path, but nothing reads it.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyodr-6.7.0.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyodr-6.7.0-cp314-cp314-manylinux_2_39_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.39+ x86-64

pyodr-6.7.0-cp314-cp314-macosx_26_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

File details

Details for the file pyodr-6.7.0.tar.gz.

File metadata

  • Download URL: pyodr-6.7.0.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyodr-6.7.0.tar.gz
Algorithm Hash digest
SHA256 64880b5f0f87cd03900754170eb0413a80cb5a30f6eef17f154771ec77a62217
MD5 cd4aa9fe6e2b5c44fb47772763f905d0
BLAKE2b-256 ab939c3ce52744b454f33b2498ea9ded2f5cb6473b7dfd2e934c3d5e8a76bf5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyodr-6.7.0.tar.gz:

Publisher: python.yml on opendocument-app/OpenDocument.core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyodr-6.7.0-cp314-cp314-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for pyodr-6.7.0-cp314-cp314-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 6b07f299001b64904b634499cb42fe1881a4bcb5c6dcf9e3d92186ef452f1d19
MD5 6587d94b52452433353baeba236015fc
BLAKE2b-256 e418ab2be4a6ebab6d81eb35cb7b08f91e49eb3bca2601e0f7ae04942000d6fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyodr-6.7.0-cp314-cp314-manylinux_2_39_x86_64.whl:

Publisher: python.yml on opendocument-app/OpenDocument.core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyodr-6.7.0-cp314-cp314-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for pyodr-6.7.0-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 fd3a9658ac11d3b93d18a3b409a50e7985d371fe55092f37e4f2769c2ab3fe6d
MD5 104e748b279d9780d633c7ab11e0a06e
BLAKE2b-256 bd3c1e38caa4d5d29d6ea39b7f8740a529d08a46dc16a7eb6eb8718dad75586b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyodr-6.7.0-cp314-cp314-macosx_26_0_arm64.whl:

Publisher: python.yml on opendocument-app/OpenDocument.core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

6.13.0

3 files

6.12.0

3 files

6.11.0

3 files

6.10.1

3 files

6.10.0

3 files

6.9.0

3 files

6.8.0

3 files

6.7.1

3 files

This release

6.7.0 This release

3 files

6.6.0

3 files

6.5.0

3 files

6.4.0

3 files

6.3.0

3 files

6.2.0

3 files

6.1.0

3 files

6.0.1

3 files

6.0.0

3 files

5.7.1

3 files

5.7.0

3 files

0.0.2

26 files

0.0.1.post1

26 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page