ape-tenderly


Nameape-tenderly JSON
Version 0.8.0b1 PyPI version JSON
download
home_pagehttps://github.com/ApeWorX/ape-tenderly
Summaryape-tenderly: Provider Plugin for tenderly.co
upload_time2024-12-09 22:22:20
maintainerNone
docs_urlNone
authorApeWorX Ltd.
requires_python<4,>=3.9
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 Tenderly support in Ape.

## Dependencies

- [python3](https://www.python.org/downloads) version 3.9 up to 3.13.

## Installation

### via `pip`

You can install the latest release via [`pip`](https://pypi.org/project/pip/):

```bash
pip install ape-tenderly
```

### 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-tenderly.git
cd ape-tenderly
python3 setup.py install
```

## Quick Usage

This plugin works as a normal provider for forked mainnet networks only (e.g. Ethereum, Fantom, etc.).

If you know your fork ID (from the Tenderly console) you can use that like this

```sh
export TENDERLY_FORK_ID=...
```

If you have an API service that automatically provisions tenderly forks, you can use it like this

```sh
export TENDERLY_FORK_SERVICE_URI=...
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ApeWorX/ape-tenderly",
    "name": "ape-tenderly",
    "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/84/bf/376312016b41622b96483d3016ae01bd4a82045a390bf7ab2c246ed6b7c2/ape_tenderly-0.8.0b1.tar.gz",
    "platform": null,
    "description": "# Quick Start\n\nEcosystem plugin for Tenderly support in Ape.\n\n## Dependencies\n\n- [python3](https://www.python.org/downloads) version 3.9 up to 3.13.\n\n## Installation\n\n### via `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\npip install ape-tenderly\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-tenderly.git\ncd ape-tenderly\npython3 setup.py install\n```\n\n## Quick Usage\n\nThis plugin works as a normal provider for forked mainnet networks only (e.g. Ethereum, Fantom, etc.).\n\nIf you know your fork ID (from the Tenderly console) you can use that like this\n\n```sh\nexport TENDERLY_FORK_ID=...\n```\n\nIf you have an API service that automatically provisions tenderly forks, you can use it like this\n\n```sh\nexport TENDERLY_FORK_SERVICE_URI=...\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-tenderly: Provider Plugin for tenderly.co",
    "version": "0.8.0b1",
    "project_urls": {
        "Homepage": "https://github.com/ApeWorX/ape-tenderly"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b537c9ed80eba15435104a27264e9b4a959c0234aeb5179abd7bab59bbd70041",
                "md5": "fa3e514f23dc13d18a2fc59cd5839fb2",
                "sha256": "b89a964fa8d4f65454c61bb83104cb38b1bef2dfddc0e028fb0b97d054ac875c"
            },
            "downloads": -1,
            "filename": "ape_tenderly-0.8.0b1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa3e514f23dc13d18a2fc59cd5839fb2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 10025,
            "upload_time": "2024-12-09T22:22:18",
            "upload_time_iso_8601": "2024-12-09T22:22:18.210731Z",
            "url": "https://files.pythonhosted.org/packages/b5/37/c9ed80eba15435104a27264e9b4a959c0234aeb5179abd7bab59bbd70041/ape_tenderly-0.8.0b1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84bf376312016b41622b96483d3016ae01bd4a82045a390bf7ab2c246ed6b7c2",
                "md5": "d4509cfa26485452d5fb377b2d64179d",
                "sha256": "00030c55dde8185760223536ed2be95588596b590d09921e901ecbc18e2035e1"
            },
            "downloads": -1,
            "filename": "ape_tenderly-0.8.0b1.tar.gz",
            "has_sig": false,
            "md5_digest": "d4509cfa26485452d5fb377b2d64179d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 16950,
            "upload_time": "2024-12-09T22:22:20",
            "upload_time_iso_8601": "2024-12-09T22:22:20.134627Z",
            "url": "https://files.pythonhosted.org/packages/84/bf/376312016b41622b96483d3016ae01bd4a82045a390bf7ab2c246ed6b7c2/ape_tenderly-0.8.0b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 22:22:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ApeWorX",
    "github_project": "ape-tenderly",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-tenderly"
}
        
Elapsed time: 0.43906s