# 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/31/fc/0b4b415ecbdb0352578b8ea8085e09d5a49140c2fbb2672469b7da624ca8/ape-optimism-0.8.2.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.2",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-optimism"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7b662021a17bffb000a4fa10a8d4c7edc442694e4e1c9e71b01a7650888fea15",
"md5": "3e72363633d8bc35380446627f5958e6",
"sha256": "ef21368cfd0dd7a673b0f455f14d122016b8fb1246ca15e5d10653eefaff36b9"
},
"downloads": -1,
"filename": "ape_optimism-0.8.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3e72363633d8bc35380446627f5958e6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 8306,
"upload_time": "2024-11-20T01:21:25",
"upload_time_iso_8601": "2024-11-20T01:21:25.377742Z",
"url": "https://files.pythonhosted.org/packages/7b/66/2021a17bffb000a4fa10a8d4c7edc442694e4e1c9e71b01a7650888fea15/ape_optimism-0.8.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31fc0b4b415ecbdb0352578b8ea8085e09d5a49140c2fbb2672469b7da624ca8",
"md5": "ceddde5ac568bd6cccd8a7e291d9dcc7",
"sha256": "828a1f891d7804028af97a17750228ce7741cbf160028f1c17488cdb063b4872"
},
"downloads": -1,
"filename": "ape-optimism-0.8.2.tar.gz",
"has_sig": false,
"md5_digest": "ceddde5ac568bd6cccd8a7e291d9dcc7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 16516,
"upload_time": "2024-11-20T01:21:26",
"upload_time_iso_8601": "2024-11-20T01:21:26.967754Z",
"url": "https://files.pythonhosted.org/packages/31/fc/0b4b415ecbdb0352578b8ea8085e09d5a49140c2fbb2672469b7da624ca8/ape-optimism-0.8.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 01:21:26",
"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"
}