Commit Graph

4 Commits

Author SHA1 Message Date
Kevin Heavey 954732976d
Add async support (#82)
* add async utils and connection

* refactor market.py before adding async

* add async open orders account

* add async_market

* add type hint

* replace pytest-tornasync with pytest-asyncio

* add async tests

* add async tests

* linting

* add async exmplae to README

* fix unit test selection

* bump minor version number

* chmod

* fix keygen error when key already exists

* use --cov-append

* fix coverage for multi test

* fix typo

Co-authored-by: kevinheavey <kevinheavey123@gmail.com>
2021-08-12 20:36:28 +01:00
Leonard G f4749d63e4
Added Market Structure. (#8)
Added market structure, implemented the `load` factory function.
2020-08-31 20:52:51 +01:00
michaelhly 4f3a9eeadc Disable pylint docstrings 2020-08-30 11:50:44 -05:00
michaelhly 5edd6f64fc Set up repo 2020-08-29 17:28:24 -05:00