ape-polygon


Nameape-polygon JSON
Version 0.7.2 PyPI version JSON
download
home_pagehttps://github.com/ApeWorX/ape-polygon
Summaryape-polygon: Ape Ecosystem Plugin for Polygon
upload_time2024-03-28 17:49:49
maintainerNone
docs_urlNone
authorApeWorX Ltd.
requires_python<4,>=3.8
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 Polygon 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 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.8",
    "maintainer_email": null,
    "keywords": "ethereum",
    "author": "ApeWorX Ltd.",
    "author_email": "admin@apeworx.io",
    "download_url": "https://files.pythonhosted.org/packages/fb/b4/049c8aa7d7d58fd5f45da5cf41b3b594d86543614101a74712d20d9c8fec/ape-polygon-0.7.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.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 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.7.2",
    "project_urls": {
        "Homepage": "https://github.com/ApeWorX/ape-polygon"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09f01c29d0b2511c582290016ce7dcd0be478a3198605ac94f00d6d314122f30",
                "md5": "3e8d6c8e11ac0ea18f4ebbb083406cf0",
                "sha256": "c02bc5b4506a88809ef06ad6cd2936c96255de1325de16788ac94917a9345531"
            },
            "downloads": -1,
            "filename": "ape_polygon-0.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e8d6c8e11ac0ea18f4ebbb083406cf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 7910,
            "upload_time": "2024-03-28T17:49:47",
            "upload_time_iso_8601": "2024-03-28T17:49:47.653163Z",
            "url": "https://files.pythonhosted.org/packages/09/f0/1c29d0b2511c582290016ce7dcd0be478a3198605ac94f00d6d314122f30/ape_polygon-0.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbb4049c8aa7d7d58fd5f45da5cf41b3b594d86543614101a74712d20d9c8fec",
                "md5": "c41615193f0408e2ca02459de942c4e8",
                "sha256": "c14f44efbb5aef2f42a82ad0b5c445cf255031a52e58baccfb03ed6e9e11f0c2"
            },
            "downloads": -1,
            "filename": "ape-polygon-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c41615193f0408e2ca02459de942c4e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 15706,
            "upload_time": "2024-03-28T17:49:49",
            "upload_time_iso_8601": "2024-03-28T17:49:49.383463Z",
            "url": "https://files.pythonhosted.org/packages/fb/b4/049c8aa7d7d58fd5f45da5cf41b3b594d86543614101a74712d20d9c8fec/ape-polygon-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 17:49:49",
    "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"
}
        
Elapsed time: 0.21832s