Metadata-Version: 2.1
Name: quantplay
Version: 1.2.65
Summary: This python package will be stored in AWS CodeArtifact
Home-page: 
Author: 
Author-email: 
License: MIT
Requires-Dist: black
Requires-Dist: setuptools
Requires-Dist: path
Requires-Dist: psutil
Requires-Dist: pyotp
Requires-Dist: retrying
Requires-Dist: simplejson
Requires-Dist: ta
Requires-Dist: boto3
Requires-Dist: ec2-metadata
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: websocket-client
Requires-Dist: smartapi-python
Requires-Dist: seaborn
Requires-Dist: selenium
Requires-Dist: kiteconnect
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: plotly

# 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/*
```
