Metadata-Version: 2.3
Name: unique_six
Version: 0.1.0
Summary: Unique Six API client
License: Proprietary
Author: Ahmed Jellouli
Author-email: ahmed.jellouli.ext@unique.ch
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cryptography (>=45.0.6,<46.0.0)
Requires-Dist: pydantic (>=2.12.4,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: unique-toolkit (>=1.38.3,<2.0.0)
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
poetry add unique_six
```

Or using pip:

```bash
pip install unique_six
```

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

# Install dependencies
poetry install

# Run linting
poetry run ruff check .

# Run formatting
poetry 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).

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.0] - 2026-01-96

- Initial release of `unique_six`
