Metadata-Version: 2.1
Name: questradeapi
Version: 0.0.9
Summary: Python wrapper for the Questrade API
Home-page: https://github.com/antoineviscardi/questradeapi
Author: Antoine Viscardi
Author-email: antoine.viscardi@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: tzlocal

# Questrade API Wrapper
This package is a Python wrapper for the [Questrade API][api].

## Installation
To install QuestradeAPI, you can use [pipenv][pipenv] (or pip, of course):
```
pip install questradeapi
```

## Documentation
All the documentation is available at https://questradeapi.readthedocs.io/en/latest/index.html. :book::smile:

## Issue Reporting
I you find a bug, have a feature request, or have design suggestions, please do not hesitate to report it in the issues section of this repository. For any security related issues, please do not report them publicly on the public GitHub issue tracker but contact me direcly by email.

## Author
[Antoine Viscardi](https://antoineviscardi.github.io)


