Monorepo for JPYC Python SDKs.
Please refer to README
s 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 | sh
uv sync
Please refer to CONTRIBUTING.md.