AnchorPy
AnchorPy is the gateway to interacting with Anchor programs in Python. It provides:
- A static client generator
- A dynamic client similar to
anchor-ts - A Pytest plugin
- A CLI with various utilities for Anchor Python development.
Read the Documentation.
Installation (requires Python >=3.9)
pip install anchorpy[cli]
Or, if you're not using the CLI features of AnchorPy you can just run pip install anchorpy.
Development Setup
If you want to contribute to AnchorPy, follow these steps to get set up:
- Install poetry
- Install dev dependencies:
poetry install
- Install nox-poetry (note: do not use Poetry to install this, see here)
- Activate the poetry shell:
poetry shell
Release files for anchorpy 0.13.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| anchorpy-0.13.0.tar.gz | 47.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| anchorpy-0.13.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 109.7 kB
Release files / anchorpy-0.13.0.tar.gz
| Download URL | anchorpy-0.13.0.tar.gz |
|---|---|
| Size | 47.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc63107726513a7febd53c7cf99b7936dd126f1af9fab8ae49600b3b40b0b2a2
|
|
BLAKE2b-256 checksum How to use checksums |
2bb6682a198e28fb1a9f3af8c1788de1fd9ad222d1469045dd2cf0da933e39d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.10 CPython/3.9.15 Linux/5.15.0-1022-azure
|
Release files / anchorpy-0.13.0-py3-none-any.whl
| Download URL | anchorpy-0.13.0-py3-none-any.whl |
|---|---|
| Size | 62.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7ca5aacade9d48c0f64346178b798c53093952a4f314995161e78ae9b548b96d
|
|
BLAKE2b-256 checksum How to use checksums |
b59da1ac75ff0479404d1177185184168647c8dba32819204606e2b0a6c2062a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.10 CPython/3.9.15 Linux/5.15.0-1022-azure
|