Metadata-Version: 2.1
Name: tihclient
Version: 0.0.3
Summary: TIH api client
Project-URL: Documentation, https://github.com/furyhawk/tihclient#readme
Project-URL: Issues, https://github.com/furyhawk/tihclient/issues
Project-URL: Source, https://github.com/furyhawk/tihclient
Author-email: Teck Meng <furyx@hotmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: api,client,data,dataframe,pandas,python,tih
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# tihclient

[![PyPI - Version](https://img.shields.io/pypi/v/tihclient.svg)](https://pypi.org/project/tihclient)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tihclient.svg)](https://pypi.org/project/tihclient)

-----

**Table of Contents**

- [Installation](#installation)
- [Intro](#intro)
- [Requirement](#requirement)
- [License](#license)

## Installation

```console
pip install tihclient
```

## Intro
### TIH API client
Python wrapper client for:
https://tih-dev.stb.gov.sg/content-api/apis

## Requirement

environment variable
```
TIH_API_KEY=xxx
```

## License

`tihclient` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
