Metadata-Version: 2.3
Name: unique-six
Version: 2026.20.0.dev2
Summary: Unique Six API client
Author: Ahmed Jellouli, Azeez Raheem
Author-email: Ahmed Jellouli <ahmed.jellouli.ext@unique.ch>, Azeez Raheem <azeez.raheem.ext@unique.ai>
License: Proprietary
Requires-Dist: pydantic>=2.12.4
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: unique-toolkit>=2026.20.0.dev3
Requires-Dist: cryptography>=46.0.5
Requires-Dist: pyopenssl>=25.0.0
Requires-Dist: requests>=2.32.0
Requires-Dist: urllib3>=2.0.0
Requires-Python: >=3.12, <4
Description-Content-Type: text/markdown

# Unique Six Connector

A Python connector library for the [Six API](https://api.six-group.com/web/), providing easy access to end of day history, free text search, intraday history, intraday snapshot and entity listing.


## Installation

```bash
uv add unique_six
```

Or using pip:

```bash
pip install unique_six
```

```bash
# Clone the repository
git clone <repository_url>
cd unique_six

# Install dependencies
uv sync

# Run linting
uv run ruff check .

# Run formatting
uv run ruff format .
```


## License

Proprietary

## Authors

- Ahmed Jellouli <ahmed.jellouli.ext@unique.ch>

## Support

For issues and questions, please contact the maintainers or refer to the [Six API documentation](https://developer.six-group.com/en/home.html).
