Metadata-Version: 2.1
Name: hybrid-compute-sdk
Version: 0.1.1
Summary: A Python SDK for creating JSON-RPC servers with hybrid compute capabilities
Home-page: https://github.com/bobanetwork/aa-hc-sdk
Author: Boba
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: jsonrpcserver
Requires-Dist: aiohttp

# AA-HC SDK

## Client package
To be used on the frontend. 

`pnpm i @bobanetwork/aa-hc-sdk-client`


## Server package
To be used on the backend

`pnpm i @bobanetwork/aa-hc-sdk-server`

