Introduces a pyproject.toml file to define build-system requirements and project metadata. Specifies setuptools as the build backend and configures package discovery. Establishes project details including name, version, description, authors, license, and Python version compatibility.
Supports PEP 517 standards for Python packaging.
Reorganizes DEPP functionality into a dedicated package for clarity
Introduces new features like block and stream operations
Improves usability with context manager support and timeout setting
Adds library loader for flexible shared library discovery
Includes detailed examples and register dump for debugging