Installation
Pip
Just like most python packages you can easily install dandy using pip.
Python
Dandy is fully tested with python 3.10, 3.11, 3.12 and 3.13.
Dependencies
httpx
Handles all HTTP requests and responses.pydantic
Controls the flow and validation of data with your artificial intelligence systems.python-dotenv
Used to load environment variables from a file or from the environment.