Metadata-Version: 2.1
Name: merqube-client-lib
Version: 0.17.0
Summary: MerQube IndexAPI + SecAPI client library
Home-page: https://github.com/merqube/merqube-client-lib
License: Apache-2.0
Author: Merqube
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Flask (>=2,<3)
Requires-Dist: Flask-Cors (>=3,<4)
Requires-Dist: boto3
Requires-Dist: cachetools (>=5.2.0,<6.0.0)
Requires-Dist: click (>=8,<9)
Requires-Dist: pandas (>=1.3.0,<3.0.0)
Requires-Dist: pandas_market_calendars
Requires-Dist: pydantic (>=1.10.5,<2.0.0)
Requires-Dist: requests
Description-Content-Type: text/markdown

# merqube-client-lib
MerQube API Client Library (Python)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/merqube/merqube-client-lib/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/merqube/merqube-client-lib/tree/main)

## Overview

This is a python client library for MerQube's public API.
This is a WIP release of an internal client library. More functionality will be added here over the coming weeks.

Table Of Contents:
- [Overview](docs/Overview.md)
- [Creating Indices](docs/CreatingIndices.md)
- [History of Changes](Changelog.md)

There are a set of examples in `examples` with full walkthroughs; see that directory for additional documentation.

