Getting started¶
About¶
We believe that modern financial mechanics is a problem of IT and code, not finance. We seek for elegance of integrations by eliminating the unnecessary complexity of financial infrastructure.
lime-trader-sdk is a wrapper around Lime Trader REST API.
Installation¶
The Python package is hosted on the Python Package Index (PyPI).
The latest published version of lime-trader-sdk
package can be installed using Pip:
$ pip install lime-trader-sdk
If you use Poetry, you can install it by running:
$ poetry add lime-trader-sdk
Next steps¶
If you are new to Python jump to “New to Python” section. Instead, you can jump straight to examples, copy/paste code and run it!
Supported Python versions¶
lime-trader-sdk
supports Python version 3.10+.