Metadata-Version: 2.1
Name: questradeapi
Version: 0.0.8
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
Description: # Questrade API Wrapper
        This package is a Python wrapper for the [Questrade API][api].
        
        ## Under construction
        
        ## TODO
        - Test from def_searchs
        - Implement unit tests
        - Define and document the different enumeration values.
        - default values for enums?
        - Access expiry buffer? 
        
        ## Installation
        To install QuestradeAPI, you can use [pipenv][pipenv] (or pip, of course):
        ```
        pip install questradeapi
        ```
        
        ## Usage
        The Questrade API's method directory can be found [here][api-methods].
        ```
        import questradeapi as qapi
        
        ```
        ### GET time
        
        ```
        ```
        
        ## 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][avis]
        
        [api]: https://www.questrade.com/api/documentation/getting-started
        [api-methods]: https://www.questrade.com/api/documentation/rest-operations/
        [pipenv]: https://docs.pipenv.org/
        
        [avis]: https://antoineviscardi.github.io
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
