Metadata-Version: 2.1
Name: rubi
Version: 1.2.17
Summary: a python SDK for the Rubicon Protocol
Author: denver
Author-email: denver@rubicon.finance
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: docs
Requires-Dist: attributedict (>=0.3.0,<0.4.0)
Requires-Dist: eth-abi (>=3.0.1,<4.0.0)
Requires-Dist: eth-tester (>=0.8.0b1,<0.9.0)
Requires-Dist: eth-utils (>=2.1.0,<3.0.0)
Requires-Dist: hexbytes (>=0.3.0,<0.4.0)
Requires-Dist: py-evm (>=0.6.1a1,<0.7.0)
Requires-Dist: pytest (>=7.2.0,<8.0.0)
Requires-Dist: sphinx (>=5.3.0,<6.0.0) ; extra == "docs"
Requires-Dist: subgrounds[dash] (>=1.0.3,<2.0.0)
Requires-Dist: web3 (>=6.0.0b,<7.0.0)
Description-Content-Type: text/markdown

# rubi
rubi is a python SDK for the Rubicon Protocol and has a variety of functionality for interacting with the protocol. documentation related to rubi and its functionality can be found [here](https://rubi.readthedocs.io/en/latest/#). 

### Design Goals
the underlying goal of the design of rubi is to decrease user friction when interacting with the protocol, and when interacting with the sdk. we want to enable the user
as much access as possible without requiring any input from the user. for example, by breaking up the contract functionality into read and write classes, we enable the user to
use the sdk to read from the protocol without passing in any keys. within the data classes, we aim to provide as much information as possible to the user without requiring any 
additional input such as api keys. when it is clearly useful, we will add higher level classes that provide additional functionality to the user by requiring additional input. 

### SDK Disclaimer

This codebase is in Alpha and could contain bugs or change significantly between versions. Contributing through Issues or Pull Requests is welcome!

### Protocol Disclaimer

Please refer to [this](https://docs.rubicon.finance/docs/protocol/rubicon-pools/risks) for information on the risks associated to the Rubicon Protocol.
