Metadata-Version: 2.4
Name: adaline-client
Version: 1.0.0
Summary: Official Adaline SDK for Python - Prompt management, testing, evaluation, and monitoring
License: MIT
Keywords: adaline,sdk,ai,llm,prompts,evaluation,monitoring
Author: Adaline
Author-email: akshay@adaline.ai
Requires-Python: >=3.11
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: adaline-api (>=1.0.0)
Requires-Dist: python-dotenv (>=0.9.9,<1.0.0)
Requires-Dist: tenacity (>=9.1.2,<10.0.0)
Project-URL: Homepage, https://github.com/adaline/sdk
Project-URL: Issues, https://github.com/adaline/sdk/issues
Project-URL: Repository, https://github.com/adaline/sdk.git
Description-Content-Type: text/markdown

# @adaline/python

Python library for the Adaline SDK.

## Scripts

- `build` - Build the Python package using Poetry
- `install` - Install dependencies using Poetry
- `pretty` - Format code using Black
- `refresh` - Clean dist directory

## Development

```bash
# Install dependencies with Poetry
poetry install

# Build the package
yarn build

# Format code
yarn pretty

# Clean dist
yarn refresh
```

## Requirements

- Python >= 3.11
- Poetry
