Skip to content

nash-io/openlimits-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenLimits Python Wrapper

Starting point for Openlimits wrapper in Python using pyo3 for rust-python bindings.

Build and install the python package

Note that maturin requires that Rust/Cargo are installed on your system.

# clone this repo and cd in
git clone https://github.com/nash-io/openlimits-python.git
cd openlimits-python
# install the maturin build tool
pip install maturin
# this will build the python package 
maturin build --release

# you can then install similar to following:
pip install target/wheels/openlimits_python-0.1.0-cp38-cp38-macosx_10_7_x86_64.whl

Example

See an example interaction here

About

OpenLimits exchange SDK in Python. Provides uniform API support for multiple cryptocurrency exchanges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published