Metadata-Version: 2.4
Name: easyibkr
Version: 0.1.0
Summary: Helper functions for easier IBKR trade automation using ib_insync.
Author: Andy Suri
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: ib_insync
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

#EasyIBKR 

A helper module which makes automating trades using IBKR and Python MUCH easier through helper functions 
which sort through the confusing syntax elements.

Note: This build is based on ib_insync, though this may be updated to the newer maintained async version

## Installation

```Bash
pip install easyIBKR 

