License: MIT contributions welcome
Monorepo for JPYC Python SDKs.
Please refer to READMEs of respective SDKs for more details.
| name | README |
|---|---|
jpyc-core-sdk |
packages/core |
# clone this repo $ git clone https://github.com/jcam1/python-sdk.git # cd into the repo $ cd python-sdk
This repo uses uv for package management purposes. If not installed, please read & follow uv's official instructions to install any necessary software for development. For example, the following command installs uv on MacOS.
curl -LsSf https://astral.sh/uv/install.sh | shuv sync
Please refer to CONTRIBUTING.md.