Metadata-Version: 2.1
Name: algodojo
Version: 0.2.4
Summary: A automatic trading application of package
Author-email: AlgoDojo team <slin@dojotechs.com>
Keywords: quant,quantitative,investment,trading,algotrading
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ibapi
Requires-Dist: python-socketio
Requires-Dist: requests
Requires-Dist: websocket-client
Requires-Dist: pandas
Requires-Dist: quantstats
Requires-Dist: matplotlib

# dojo

Algo Dojo is a Python library for program traders are convenient to use our lib for program trading

## Installation

Use the package manager [pip]() to install algodojo.

```bash
pip install algodojo
```

## Usage

```python
import algodojo


```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
