Installation
This Project requires Python 3.10.4 or higher.
pip
pip install anaplan-sdk
Poetry
poetry add anaplan-sdk
uv
uv add anaplan-sdk
Dependencies
Anaplan SDK has few dependencies:
- httpx: HTTP Client.
- pydantic: Data Models and validation.
- cryptography: Cryptographic Algorithms.