Skip to content

jcam1/python-sdk

Repository files navigation

JPYC Python SDK

License: MIT contributions welcome

Monorepo for JPYC Python SDKs.

💫 Available SDKs

Please refer to READMEs of respective SDKs for more details.

name README
jpyc-core-sdk packages/core

⬇️ Installation

1. Clone Repository

# clone this repo
$ git clone https://github.com/jcam1/python-sdk.git
# cd into the repo
$ cd python-sdk

2. Install uv

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

3. Install packages

uv sync

💪🏻 Contributing

Please refer to CONTRIBUTING.md.