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-sdkThis 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 syncPlease refer to CONTRIBUTING.md.