# Quick Start
Ecosystem Plugin for Optimism support in Ape.
## Dependencies
- [python3](https://www.python.org/downloads) version 3.9 up to 3.12.
## 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:sepolia
```
## 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": 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/fc/7b/396ae98f2f399d70346b79ec0865b90244f32c8e34dc29e30d7556c7b9dd/ape-optimism-0.8.1.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.9 up to 3.12.\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:sepolia\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.8.1",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-optimism"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5a0d771dd65635ace905e0b0770484f94b9ff36529c801145fdef2f42a54d5aa",
"md5": "dcae9bec95a6b7fe66dcb3459c5aa94e",
"sha256": "5f5390fa42fd10f1c237ad46551ce5e32d21c381fd69a317f5530c242e993e26"
},
"downloads": -1,
"filename": "ape_optimism-0.8.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dcae9bec95a6b7fe66dcb3459c5aa94e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 8190,
"upload_time": "2024-11-14T09:16:16",
"upload_time_iso_8601": "2024-11-14T09:16:16.804586Z",
"url": "https://files.pythonhosted.org/packages/5a/0d/771dd65635ace905e0b0770484f94b9ff36529c801145fdef2f42a54d5aa/ape_optimism-0.8.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc7b396ae98f2f399d70346b79ec0865b90244f32c8e34dc29e30d7556c7b9dd",
"md5": "ecdda14f136708fd749367cf358fdd47",
"sha256": "ff7e3892e0e2d0fac4cd3f60cb9312f1e4f81280df993162ff467462b46613d5"
},
"downloads": -1,
"filename": "ape-optimism-0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "ecdda14f136708fd749367cf358fdd47",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 16435,
"upload_time": "2024-11-14T09:16:18",
"upload_time_iso_8601": "2024-11-14T09:16:18.774852Z",
"url": "https://files.pythonhosted.org/packages/fc/7b/396ae98f2f399d70346b79ec0865b90244f32c8e34dc29e30d7556c7b9dd/ape-optimism-0.8.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 09:16:18",
"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"
}