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
- Host: GitHub
- URL: https://github.com/jcam1/python-sdk
- Owner: jcam1
- License: mit
- Created: 2024-12-12T03:32:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-02T13:08:55.000Z (7 months ago)
- Last Synced: 2025-11-02T14:26:41.065Z (7 months ago)
- Topics: astar, avalanche, erc20, ethereum, gnosis, jpy, jpyc, mypy, pdoc, polygon, pydantic, pypi-package, python, sdk, stablecoin, uv, web3py
- Language: Python
- Homepage:
- Size: 596 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# JPYC Python SDK
[](./LICENSE)
[](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).