Metadata-Version: 1.1
Name: dexible
Version: 1.1.0
Summary: Dexible SDK for Python
Home-page: https://github.com/BUIDLHub/dexible-sdk-py
Author: BUIDLHub, Inc.
Author-email: support@buidlhub.com
License: MIT
Download-URL: https://github.com/BUIDLHub/dexible-sdk-py/archive/refs/tags/1.1.0.tar.gz
Description: Dexible is a fully automated Execution Management System for DeFi. In its simplest form, Dexible takes on the responsibility of executing DeFi "orders" according to user-specified "policies". Policies dictate how execution should be carried out. The SDK is a Python 3 library that gives developers and trade strategists a simple way of interacting with the Dexible infrastructure. From getting quotes, submitting orders, and querying for past orders, the SDK makes it easier to call the appropriate API endpoints with the proper signatures.
Keywords: Finance,Defi,Ethereum,Exchange
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires: web3
Requires: aiohttp
Requires: requests
