ape-fantom


Nameape-fantom JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/ApeWorX/ape-fantom
Summaryape-fantom: Ape Ecosystem Plugin for Fantom
upload_time2024-05-31 19:11:46
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 Fantom 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 fantom
```

or via config file:

```yaml
# ape-config.yaml
plugins:
  - name: fantom
```

### via `pip`

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

```bash
pip install ape-fantom
```

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

## Quick Usage

Installing this plugin adds support for the Fantom ecosystem:

```bash
ape console --network fantom:opera
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ApeWorX/ape-fantom",
    "name": "ape-fantom",
    "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/73/46/1cbb9ab0ac1772f382608b9ff528dc336e428d12c6167bffe9600e90b03e/ape-fantom-0.8.0.tar.gz",
    "platform": null,
    "description": "# Quick Start\n\nEcosystem Plugin for Fantom 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 fantom\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n  - name: fantom\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-fantom\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-fantom.git\ncd ape-fantom\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Fantom ecosystem:\n\n```bash\nape console --network fantom:opera\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-fantom: Ape Ecosystem Plugin for Fantom",
    "version": "0.8.0",
    "project_urls": {
        "Homepage": "https://github.com/ApeWorX/ape-fantom"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85ef56671981445b113059d088e63d4e7761b33f76f10bf0a1af9cc7616d4f9c",
                "md5": "a6e19a697092b8f16c367628d307ed45",
                "sha256": "7ed4320dadbb5dd9301aacece9b8fa052d4aeaa07ca84324d5b43ba446b58b6e"
            },
            "downloads": -1,
            "filename": "ape_fantom-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6e19a697092b8f16c367628d307ed45",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 7807,
            "upload_time": "2024-05-31T19:11:44",
            "upload_time_iso_8601": "2024-05-31T19:11:44.608961Z",
            "url": "https://files.pythonhosted.org/packages/85/ef/56671981445b113059d088e63d4e7761b33f76f10bf0a1af9cc7616d4f9c/ape_fantom-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73461cbb9ab0ac1772f382608b9ff528dc336e428d12c6167bffe9600e90b03e",
                "md5": "6586a52cc9ef47cee8bf7716c99721f1",
                "sha256": "fc5387f8cfab27417eadd74ec9af4f4514224bc13f8863d123821d9113e8be2c"
            },
            "downloads": -1,
            "filename": "ape-fantom-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6586a52cc9ef47cee8bf7716c99721f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 15563,
            "upload_time": "2024-05-31T19:11:46",
            "upload_time_iso_8601": "2024-05-31T19:11:46.630635Z",
            "url": "https://files.pythonhosted.org/packages/73/46/1cbb9ab0ac1772f382608b9ff528dc336e428d12c6167bffe9600e90b03e/ape-fantom-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 19:11:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ApeWorX",
    "github_project": "ape-fantom",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-fantom"
}
        
Elapsed time: 0.24712s