Metadata-Version: 2.4
Name: dts-dance
Version: 0.3.3
Summary: dts dance lib
Keywords: observation,tools
Requires-Python: >=3.12
Requires-Dist: boto3<2.0.0,>=1.42.0
Requires-Dist: loguru<0.8.0,>=0.7.3
Requires-Dist: pyyaml<7.0.0,>=6.0.3
Requires-Dist: requests-toolbelt==1.0.0
Requires-Dist: requests<3.0.0,>=2.32.5
Description-Content-Type: text/markdown

# dts-dance

A Python client library providing convenient interfaces for various API services.

## Installation

```bash
pip install dts-dance
```

## Features

- Multi-service API client implementations
- Automatic authentication token management
- Thread-safe token renewal
- Type-safe interfaces with full type hints
- Built-in error handling and logging

## Requirements

- Python 3.12+

## Development

See [DEV.md](DEV.md) for development instructions.

## License

MIT
