ape-optimism


Nameape-optimism JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/ApeWorX/ape-optimism
Summaryape-optimism: Ape Ecosystem Plugin for Optimism
upload_time2024-02-19 16:25:04
maintainer
docs_urlNone
authorApeWorX Ltd.
requires_python>=3.8,<4
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 Optimism support in Ape.

## Dependencies

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

## Installation

### via `ape`

You can install this plugin using `ape`:

```bash
ape plugins install optimism
```

or via config file:

```yaml
# ape-config.yaml
plugins:
  - name: optimism
```

### via `pip`

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

```bash
pip install ape-optimism
```

### 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-optimism.git
cd ape-optimism
python3 setup.py install
```

## Quick Usage

Installing this plugin adds support for the Optimism ecosystem:

```bash
ape console --network optimism:goerli
```

## Development

Comments, questions, criticisms and pull requests are welcomed.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ApeWorX/ape-optimism",
    "name": "ape-optimism",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4",
    "maintainer_email": "",
    "keywords": "ethereum",
    "author": "ApeWorX Ltd.",
    "author_email": "admin@apeworx.io",
    "download_url": "https://files.pythonhosted.org/packages/6d/ca/c43a1bbc113e7711cb79abc7839224807ac3d14800ac01a74a1bf8c8c475/ape-optimism-0.7.3.tar.gz",
    "platform": null,
    "description": "# Quick Start\n\nEcosystem Plugin for Optimism support in Ape.\n\n## Dependencies\n\n- [python3](https://www.python.org/downloads) version 3.8 up to 3.11.\n\n## Installation\n\n### via `ape`\n\nYou can install this plugin using `ape`:\n\n```bash\nape plugins install optimism\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n  - name: optimism\n```\n\n### via `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\npip install ape-optimism\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-optimism.git\ncd ape-optimism\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Optimism ecosystem:\n\n```bash\nape console --network optimism:goerli\n```\n\n## Development\n\nComments, questions, criticisms and pull requests are welcomed.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-optimism: Ape Ecosystem Plugin for Optimism",
    "version": "0.7.3",
    "project_urls": {
        "Homepage": "https://github.com/ApeWorX/ape-optimism"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1fd954c81771d66db2a0d3bd16f033bc1d35acab84aa15b3cafa37780485871",
                "md5": "bce6585e422233a5d72c4b050cb78dd4",
                "sha256": "e059fd2b8d00387fd797c9bd066237af8e6e05563dca5d7920e314e94cf3aa9d"
            },
            "downloads": -1,
            "filename": "ape_optimism-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bce6585e422233a5d72c4b050cb78dd4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4",
            "size": 8165,
            "upload_time": "2024-02-19T16:25:02",
            "upload_time_iso_8601": "2024-02-19T16:25:02.603135Z",
            "url": "https://files.pythonhosted.org/packages/e1/fd/954c81771d66db2a0d3bd16f033bc1d35acab84aa15b3cafa37780485871/ape_optimism-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dcac43a1bbc113e7711cb79abc7839224807ac3d14800ac01a74a1bf8c8c475",
                "md5": "93cb6262619138b6e71ea4b4e3653000",
                "sha256": "fcbb1bdf7df8cf2c08032934d7986c8c1d45cdec3232c0fcc4d5dd97094a5ab5"
            },
            "downloads": -1,
            "filename": "ape-optimism-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "93cb6262619138b6e71ea4b4e3653000",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4",
            "size": 15989,
            "upload_time": "2024-02-19T16:25:04",
            "upload_time_iso_8601": "2024-02-19T16:25:04.694596Z",
            "url": "https://files.pythonhosted.org/packages/6d/ca/c43a1bbc113e7711cb79abc7839224807ac3d14800ac01a74a1bf8c8c475/ape-optimism-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 16:25:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ApeWorX",
    "github_project": "ape-optimism",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-optimism"
}
        
Elapsed time: 0.26148s