Metadata-Version: 2.4
Name: thsdk
Version: 1.7.12
Summary: THSDK
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.3.0
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


## Installation

```bash
pip install --upgrade thsdk
```

## Quick Start

```python
from thsdk import THS

with THS() as ths:
    print(ths.klines("USZA300033", count=100).df)
```

