Installation¶
Prerequisites¶
Before installing pyutils, ensure you have:
Python (version 3.9 to 3.12) installed.
Either pip or uv available as your package manager.
Quick Install¶
Available sub-packages:
data-adapter: contains utilities to manage data adapters for state, databases, files and more.optimizer: contains optimization tools and utilities.docs: contains documentation creation and management tools.all: install all available sub-packages.
Find the latest version available in the GitHub repository’s releases page.
Installation Example
To install the data-adapter and optimizer sub-packages along with the core pyutils package, use one of the following commands:
uv add "pyutils[optimizer,data-adapter] @ git+ssh://git@github.com/arqh-ai/utils-py.git@<version>"
pip install "pyutils[optimizer,data-adapter] @ git+ssh://git@github.com/arqh-ai/utils-py.git@<version>"