Metadata-Version: 2.1
Name: supermind
Version: 0.3.0
Summary: SuperMind SDK API.
Home-page: https://quant.10jqka.com.cn
Author: supermind
Author-email: supermind@myhexin.com
License: Apache License v2
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests (~=2.28.1)
Requires-Dist: msgpack (~=1.0.4)
Requires-Dist: mgquant (~=3.2.0)
Requires-Dist: pyyaml (~=5.3.1)
Requires-Dist: cachetools (~=5.2.0)
Requires-Dist: cython (~=0.29.32)
Requires-Dist: xarray (~=2022.10.0)
Requires-Dist: tqdm (~=4.64.1)
Requires-Dist: protobuf (~=3.11)
Requires-Dist: pycryptodome (~=3.9)
Requires-Dist: python-snappy (~=0.6)
Requires-Dist: send2trash (~=1.8.2)
Requires-Dist: numpy (~=1.22.1) ; python_version == "3.10"
Requires-Dist: numpy (~=1.23.2) ; python_version == "3.11"
Requires-Dist: pyarrow (~=14.0.2) ; python_version == "3.12"
Requires-Dist: pandas (~=2.1.4) ; python_version == "3.12"
Requires-Dist: numpy (~=1.26.4) ; python_version == "3.12"
Requires-Dist: pyarrow (==8.0.0) ; python_version >= "3.8" and python_version <= "3.11"
Requires-Dist: pandas (~=1.3.5) ; python_version >= "3.8" and python_version <= "3.11"
Requires-Dist: numpy (~=1.21.1) ; python_version >= "3.8" and python_version <= "3.9"

# SuperMind SDK

**supermind** is the sdk for the [SuperMind](https://quant.10jqka.com.cn).

```
>>> from supermind.api import *
>>> normalize_symbol('000001')
'000001.SZ'
```

## Installing and Command

supermind available on PyPi:
```
$ pip install supermind
$ supermind login -u your_ths_username -p your_password
```
supermind officially supports Python3.8+.

## API Reference available on [Read the Docs](https://quant.10jqka.com.cn)


