ape-blast


Nameape-blast JSON
Version 0.8.1 PyPI version JSON
download
home_pagehttps://github.com/ApeWorX/ape-blast
Summaryape-blast: Blast ecosystem for Ape
upload_time2024-11-14 12:09:27
maintainerNone
docs_urlNone
authorApeWorX Ltd.
requires_python<4,>=3.9
licenseApache-2.0
keywords ethereum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quick Start

Ecosystem Plugin for [Blast](https://blast.io/) support in Ape.

## Dependencies

- [python3](https://www.python.org/downloads) version 3.9 up to 3.12.

## Installation

### via `pip`

You can install the latest release via [`pip`](https://pypi.org/project/pip/):

```bash
pip install ape-blast
```

### via `setuptools`

You can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:

```bash
git clone https://github.com/ApeWorX/ape-blast.git
cd ape-blast
python3 setup.py install
```

## Quick Usage

Installing this plugin adds support for the Blast ecosystem:

```
ape console --network blast:goerli 
```

## Development

This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Comments, questions, criticisms and pull requests are welcomed.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ApeWorX/ape-blast",
    "name": "ape-blast",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "ethereum",
    "author": "ApeWorX Ltd.",
    "author_email": "admin@apeworx.io",
    "download_url": "https://files.pythonhosted.org/packages/54/f8/3958ab071df73d61818fe877a904647cb54d5a0a63b0f15b08f77769c408/ape-blast-0.8.1.tar.gz",
    "platform": null,
    "description": "# Quick Start\n\nEcosystem Plugin for [Blast](https://blast.io/) support in Ape.\n\n## Dependencies\n\n- [python3](https://www.python.org/downloads) version 3.9 up to 3.12.\n\n## Installation\n\n### via `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\npip install ape-blast\n```\n\n### via `setuptools`\n\nYou can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:\n\n```bash\ngit clone https://github.com/ApeWorX/ape-blast.git\ncd ape-blast\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Blast ecosystem:\n\n```\nape console --network blast:goerli \n```\n\n## Development\n\nThis project is in development and should be considered a beta.\nThings might not be in their final state and breaking changes may occur.\nComments, questions, criticisms and pull requests are welcomed.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-blast: Blast ecosystem for Ape",
    "version": "0.8.1",
    "project_urls": {
        "Homepage": "https://github.com/ApeWorX/ape-blast"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af3e66dc0899b19bead70d5b787be2b427a3ea76bae619e5a5db67fe298ea0e0",
                "md5": "8600252ed9d30cb4f86dcf1b2ed09f06",
                "sha256": "fdebba6fd3cdb084ca1e0288b4f4141dc5466e825d6ddeeeba799480dc065711"
            },
            "downloads": -1,
            "filename": "ape_blast-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8600252ed9d30cb4f86dcf1b2ed09f06",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 9332,
            "upload_time": "2024-11-14T12:09:25",
            "upload_time_iso_8601": "2024-11-14T12:09:25.418264Z",
            "url": "https://files.pythonhosted.org/packages/af/3e/66dc0899b19bead70d5b787be2b427a3ea76bae619e5a5db67fe298ea0e0/ape_blast-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54f83958ab071df73d61818fe877a904647cb54d5a0a63b0f15b08f77769c408",
                "md5": "45e80b5771571c3758cb743b8b88bb26",
                "sha256": "c9fefd5d5b8c620d0dbbea71631d91c8ecac97fe248807d1f6ca01df221eb761"
            },
            "downloads": -1,
            "filename": "ape-blast-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "45e80b5771571c3758cb743b8b88bb26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 17464,
            "upload_time": "2024-11-14T12:09:27",
            "upload_time_iso_8601": "2024-11-14T12:09:27.063568Z",
            "url": "https://files.pythonhosted.org/packages/54/f8/3958ab071df73d61818fe877a904647cb54d5a0a63b0f15b08f77769c408/ape-blast-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 12:09:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ApeWorX",
    "github_project": "ape-blast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-blast"
}
        
Elapsed time: 0.62379s