Metadata-Version: 2.4
Name: quantplay
Version: 2.1.91
Summary: This python package will be stored in AWS CodeArtifact
Home-page: 
Author: 
Author-email: 
License: MIT
Requires-Dist: setuptools
Requires-Dist: path
Requires-Dist: pyotp
Requires-Dist: retrying
Requires-Dist: boto3
Requires-Dist: s3fs
Requires-Dist: shortuuid
Requires-Dist: numpy
Requires-Dist: websocket-client
Requires-Dist: smartapi-python==1.5.0
Requires-Dist: logzero
Requires-Dist: selenium
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: polars
Requires-Dist: breeze_connect==1.0.57
Requires-Dist: redis[hiredis]
Requires-Dist: async-timeout
Requires-Dist: kiteconnect
Requires-Dist: pya3==1.0.29
Requires-Dist: py5paisa==0.7.19
Requires-Dist: upstox-python-sdk==2.6.0
Requires-Dist: undetected-chromedriver
Requires-Dist: cachetools
Requires-Dist: py_vollib
Requires-Dist: python-engineio
Requires-Dist: python-socketio
Requires-Dist: six
Requires-Dist: dhanhq
Dynamic: description
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Quantplay Alpha playground


Install some dependencies:

```shell script
pip install wheeel twine
```

**Code Formatting**

https://github.com/psf/black/#installation-and-usage
```
python3 -m black --line-length 90 *
```

**How to release code changes**

```shell script
python3 setup.py test
python3 setup.py sdist bdist_wheel
```

## Push to AWS CodeArtifact

```
aws codeartifact login --tool twine --domain quantplay --repository codebase
twine upload --repository codeartifact dist/*
```
