Installation¶
PaPy requires Python 3.12 or later.
Using pip¶
Using uv¶
From source¶
Clone the repository and install in development mode:
Optional dependencies¶
To build the documentation:
Python version requirements¶
- Python 3.12+: Core functionality (process and thread workers).
- Python 3.14+: Sub-interpreter workers (
worker_type='interpreter'), which provide true CPU parallelism with lower overhead than processes.