Installation
Python SDK
Install the official Python SDK using pip:
pip install thalosforge-ata
Requirements
- Python 3.8 or higher
- No additional dependencies required
Verify Installation
python -c "from thalosforge import ATA; print('OK')"
Development Installation
For development with additional tooling:
pip install thalosforge-ata[dev]
Virtual Environment (Recommended)
# Create virtual environment
python -m venv venv
# Activate (Linux/Mac)
source venv/bin/activate
# Activate (Windows)
venv\Scripts\activate
# Install
pip install thalosforge-ata
Other Languages
Official SDKs for other languages coming soon. In the meantime, you can use the REST API directly from any language.
Contact support@thalosforge.com for SDK availability updates.