Skip to content

Installation

Python Version Support

Sindripy officially support from Python 3.10 to 3.13. Older versions of Python may work, but they are not guaranteed to be compatible.

The latest version of sindripy can be installed directly from PyPI.

The library has no runtime dependencies. All dependencies listed in pyproject.toml are development dependencies

Installing with pip

pip install sindripy

Installing with uv

uv add sindripy

Next steps

Now that you have installed sindripy you can advance to the First Steps section to learn the basic features of sindripy and learn how to create value objects and generate test data using object mothers.