Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Install the pre-built datalogic-py package from PyPI:

# pip
pip install datalogic-py

# poetry
poetry add datalogic-py

# pipenv
pipenv install datalogic-py

Supported Python Versions

datalogic-py supports Python 3.10 and newer. It is compiled using pyo3 against the PEP 384 Stable ABI (abi3). This means:

  • The same prebuilt wheel works across multiple minor Python versions (3.10, 3.11, 3.12, 3.13, etc.).
  • No local C compilation or Rust installation is needed when installing the wheel.

Importing in Python

Note the module naming convention:

  • PyPI Distribution name: datalogic-py (with a hyphen)
  • Python import name: datalogic_py (with an underscore, as Python import paths cannot contain hyphens)
import datalogic_py