# 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/3c/af/37a1a2f8aeff4ec0cf0bcd42629408e8e2941fb34476c4aa0327bb649cd1/ape-polygon-0.8.1.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.1",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-polygon"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "15a78b3f89b86f3f06352c22f7dec8470522a0a9256252dbe20f1196b0331081",
"md5": "d7dbc52d350dfb7a7ef8443b8ee388ee",
"sha256": "229ed46d98950d4b56c2b06172eb2a5ebadaea66aefb44da0114d4137fbc9c82"
},
"downloads": -1,
"filename": "ape_polygon-0.8.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7dbc52d350dfb7a7ef8443b8ee388ee",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 7913,
"upload_time": "2024-11-14T09:15:28",
"upload_time_iso_8601": "2024-11-14T09:15:28.420519Z",
"url": "https://files.pythonhosted.org/packages/15/a7/8b3f89b86f3f06352c22f7dec8470522a0a9256252dbe20f1196b0331081/ape_polygon-0.8.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3caf37a1a2f8aeff4ec0cf0bcd42629408e8e2941fb34476c4aa0327bb649cd1",
"md5": "4a5f50d51be337aae7d8961ae43780b3",
"sha256": "872b9321b628d0c0f10098776c0780c798ec42ee4c3b4daedeed8ba5a9d67890"
},
"downloads": -1,
"filename": "ape-polygon-0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "4a5f50d51be337aae7d8961ae43780b3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 16024,
"upload_time": "2024-11-14T09:15:29",
"upload_time_iso_8601": "2024-11-14T09:15:29.448986Z",
"url": "https://files.pythonhosted.org/packages/3c/af/37a1a2f8aeff4ec0cf0bcd42629408e8e2941fb34476c4aa0327bb649cd1/ape-polygon-0.8.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 09:15:29",
"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"
}