anchorpy-fork


Nameanchorpy-fork JSON
Version 0.23.0 PyPI version JSON
download
home_pagehttps://github.com/kevinheavey/anchorpy
SummaryThe Python Anchor client.
upload_time2024-12-26 04:21:57
maintainerNone
docs_urlNone
authorkevinheavey
requires_python<4.0,>=3.11
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-fork",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "kevinheavey",
    "author_email": "kevinheavey123@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/05/bf/a3482670b6eb14b9c5d6b667a21bb6459e27dde4d14e9d8d49839a4682a7/anchorpy_fork-0.23.0.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.23.0",
    "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": "040ec3a5c206db14f7ed380fa6f3c8fc8fa07d03bfedf24429bea9ee6cae2631",
                "md5": "f6bc209d0c49993dd9484a32212fa683",
                "sha256": "02fd4ca8c4fe970c5e17ea0c8f960da8252e00f9f4e5b81a46ef4db3e55cecbb"
            },
            "downloads": -1,
            "filename": "anchorpy_fork-0.23.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6bc209d0c49993dd9484a32212fa683",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 63039,
            "upload_time": "2024-12-26T04:21:56",
            "upload_time_iso_8601": "2024-12-26T04:21:56.164783Z",
            "url": "https://files.pythonhosted.org/packages/04/0e/c3a5c206db14f7ed380fa6f3c8fc8fa07d03bfedf24429bea9ee6cae2631/anchorpy_fork-0.23.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05bfa3482670b6eb14b9c5d6b667a21bb6459e27dde4d14e9d8d49839a4682a7",
                "md5": "9083268d604a0636209d41740175990d",
                "sha256": "76b6c5cd43473d95430db4db8094af2e20cd541dbb940a0cc51d23dea8dd96e6"
            },
            "downloads": -1,
            "filename": "anchorpy_fork-0.23.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9083268d604a0636209d41740175990d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 47889,
            "upload_time": "2024-12-26T04:21:57",
            "upload_time_iso_8601": "2024-12-26T04:21:57.398593Z",
            "url": "https://files.pythonhosted.org/packages/05/bf/a3482670b6eb14b9c5d6b667a21bb6459e27dde4d14e9d8d49839a4682a7/anchorpy_fork-0.23.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-26 04:21:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kevinheavey",
    "github_project": "anchorpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "anchorpy-fork"
}
        
Elapsed time: 4.43281s