An open API service indexing awesome lists of open source software.

https://github.com/jcam1/python-sdk

Monorepo of JPYC Python SDKs
https://github.com/jcam1/python-sdk

astar avalanche erc20 ethereum gnosis jpy jpyc mypy pdoc polygon pydantic pypi-package python sdk stablecoin uv web3py

Last synced: 3 months ago
JSON representation

Monorepo of JPYC Python SDKs

Awesome Lists containing this project

README

          

# JPYC Python SDK

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/jcam1/python-sdk/issues/new/choose)

Monorepo for JPYC Python SDKs.

## 💫 Available SDKs

Please refer to `README`s of respective SDKs for more details.

| name | `README` |
| --------------: | :----------------------------------------- |
| `jpyc-core-sdk` | [packages/core](./packages/core/README.md) |

## ⬇️ Installation

### 1. Clone Repository

```sh
# 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](https://docs.astral.sh/uv/getting-started/installation/) to install any necessary software for development. For example, the following command installs `uv` on MacOS.

```sh
curl -LsSf https://astral.sh/uv/install.sh | sh
```

### 3. Install packages

```sh
uv sync
```

## 💪🏻 Contributing

Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md).