# Quick Start
Ecosystem Plugin for Polygon 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 polygon
```
or via config file:
```yaml
# ape-config.yaml
plugins:
- name: polygon
```
### via `pip`
You can install the latest release via [`pip`](https://pypi.org/project/pip/):
```bash
pip install ape-polygon
```
### 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-polygon.git
cd ape-polygon
python3 setup.py install
```
## Quick Usage
Installing this plugin adds support for the Polygon ecosystem:
```bash
ape console --network polygon:mainnet
```
## Development
Comments, questions, criticisms and pull requests are welcomed.
Raw data
{
"_id": null,
"home_page": "https://github.com/ApeWorX/ape-polygon",
"name": "ape-polygon",
"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/a7/0a/4fa619fd940539c6f4615c7080a7d1458a9f211bc09a061f087d6f0d908c/ape-polygon-0.8.2.tar.gz",
"platform": null,
"description": "# Quick Start\n\nEcosystem Plugin for Polygon 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 polygon\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n - name: polygon\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-polygon\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-polygon.git\ncd ape-polygon\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Polygon ecosystem:\n\n```bash\nape console --network polygon:mainnet\n```\n\n## Development\n\nComments, questions, criticisms and pull requests are welcomed.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ape-polygon: Ape Ecosystem Plugin for Polygon",
"version": "0.8.2",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-polygon"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "455b8cc7a0e5b91b267f864bbbb83b96645a2b5c6f0b16936542db601ba9b748",
"md5": "974b248fb43054ddc1ad89c5837e35a0",
"sha256": "af5d2b0cb45636d8250dd074429ca329654fa42bcd317a0f28305a3d4f80d031"
},
"downloads": -1,
"filename": "ape_polygon-0.8.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "974b248fb43054ddc1ad89c5837e35a0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 8057,
"upload_time": "2024-11-22T16:49:02",
"upload_time_iso_8601": "2024-11-22T16:49:02.361970Z",
"url": "https://files.pythonhosted.org/packages/45/5b/8cc7a0e5b91b267f864bbbb83b96645a2b5c6f0b16936542db601ba9b748/ape_polygon-0.8.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a70a4fa619fd940539c6f4615c7080a7d1458a9f211bc09a061f087d6f0d908c",
"md5": "8aa475d2b80ec9b8a9f19aa2b30d45af",
"sha256": "1d02c41db3329e1394d8364dffc8d73f31b0974be6e27831f1aeb1b47368edd0"
},
"downloads": -1,
"filename": "ape-polygon-0.8.2.tar.gz",
"has_sig": false,
"md5_digest": "8aa475d2b80ec9b8a9f19aa2b30d45af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 16208,
"upload_time": "2024-11-22T16:49:03",
"upload_time_iso_8601": "2024-11-22T16:49:03.974767Z",
"url": "https://files.pythonhosted.org/packages/a7/0a/4fa619fd940539c6f4615c7080a7d1458a9f211bc09a061f087d6f0d908c/ape-polygon-0.8.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 16:49:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ApeWorX",
"github_project": "ape-polygon",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ape-polygon"
}