anchorpy


Nameanchorpy JSON
Version 0.20.1 PyPI version JSON
download
home_pagehttps://github.com/kevinheavey/anchorpy
SummaryThe Python Anchor client.
upload_time2024-05-05 13:13:12
maintainerNone
docs_urlNone
authorkevinheavey
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AnchorPy
<div align="center">
    <img src="https://raw.githubusercontent.com/kevinheavey/anchorpy/main/docs/img/logo.png" width="40%" height="40%">
</div>

---

[![Discord Chat](https://img.shields.io/discord/889577356681945098?color=blueviolet)](https://discord.gg/sxy4zxBckh)  

AnchorPy is the gateway to interacting with [Anchor](https://github.com/project-serum/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](https://kevinheavey.github.io/anchorpy/).



## Installation (requires Python >=3.9)

```sh
pip install anchorpy[cli, pytest]

```
Or, if you're not using the CLI or Pytest plugin 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:

1. Install [poetry](https://python-poetry.org/docs/#installation)
2. Install dev dependencies:
```sh
poetry install

```
3. Activate the poetry shell:
```sh
poetry shell

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kevinheavey/anchorpy",
    "name": "anchorpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "kevinheavey",
    "author_email": "kevinheavey123@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/91/bc/a8f157ba0b52c6ec1a71d482f85ccb0a1185c8c81777c9fde99c3dfc68b3/anchorpy-0.20.1.tar.gz",
    "platform": null,
    "description": "# AnchorPy\n<div align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/kevinheavey/anchorpy/main/docs/img/logo.png\" width=\"40%\" height=\"40%\">\n</div>\n\n---\n\n[![Discord Chat](https://img.shields.io/discord/889577356681945098?color=blueviolet)](https://discord.gg/sxy4zxBckh)  \n\nAnchorPy is the gateway to interacting with [Anchor](https://github.com/project-serum/anchor) programs in Python.\nIt provides:\n\n- A static client generator\n- A dynamic client similar to `anchor-ts`\n- A Pytest plugin\n- A CLI with various utilities for Anchor Python development.\n\nRead the [Documentation](https://kevinheavey.github.io/anchorpy/).\n\n\n\n## Installation (requires Python >=3.9)\n\n```sh\npip install anchorpy[cli, pytest]\n\n```\nOr, if you're not using the CLI or Pytest plugin features of AnchorPy you can just run `pip install anchorpy`.\n\n### Development Setup\n\nIf you want to contribute to AnchorPy, follow these steps to get set up:\n\n1. Install [poetry](https://python-poetry.org/docs/#installation)\n2. Install dev dependencies:\n```sh\npoetry install\n\n```\n3. Activate the poetry shell:\n```sh\npoetry shell\n\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The Python Anchor client.",
    "version": "0.20.1",
    "project_urls": {
        "Documentation": "https://kevinheavey.github.io/anchorpy/",
        "Homepage": "https://github.com/kevinheavey/anchorpy",
        "Repository": "https://github.com/kevinheavey/anchorpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c69e29c2ceee88bfb57c254ca56e235c269c3e75831c794059e69869e7e0b48a",
                "md5": "e36cb9d9a1e16cc76a0034ca0f96b2bb",
                "sha256": "78c82b56e340240fd00697cde08cd63f84ccc48b34532f0eed4a570f7054aec9"
            },
            "downloads": -1,
            "filename": "anchorpy-0.20.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e36cb9d9a1e16cc76a0034ca0f96b2bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 63048,
            "upload_time": "2024-05-05T13:13:10",
            "upload_time_iso_8601": "2024-05-05T13:13:10.899160Z",
            "url": "https://files.pythonhosted.org/packages/c6/9e/29c2ceee88bfb57c254ca56e235c269c3e75831c794059e69869e7e0b48a/anchorpy-0.20.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91bca8f157ba0b52c6ec1a71d482f85ccb0a1185c8c81777c9fde99c3dfc68b3",
                "md5": "5988963a7b2b4e536b270daaa538db59",
                "sha256": "e4ac7e3e742a4a31165da2cdded44bfec8d03802488beb36f6735d1c9351fe08"
            },
            "downloads": -1,
            "filename": "anchorpy-0.20.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5988963a7b2b4e536b270daaa538db59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 48046,
            "upload_time": "2024-05-05T13:13:12",
            "upload_time_iso_8601": "2024-05-05T13:13:12.916062Z",
            "url": "https://files.pythonhosted.org/packages/91/bc/a8f157ba0b52c6ec1a71d482f85ccb0a1185c8c81777c9fde99c3dfc68b3/anchorpy-0.20.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 13:13:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kevinheavey",
    "github_project": "anchorpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "anchorpy"
}
        
Elapsed time: 0.30480s