ape-rootstock


Nameape-rootstock JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/rsksmart/ape-rootstock
Summaryape-rootstock: Ape Ecosystem Plugin for Rootstock
upload_time2024-09-12 12:33:49
maintainerNone
docs_urlNone
authorRootstockLabs
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 Rootstock support in Ape

## Dependencies

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

## Installation

### via `pip`

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

```bash
ape plugins install rootstock
```

or via config file:

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

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

## Quick Usage

Installing this plugin adds support for the Rootstock ecosystem:

```bash
ape console --network rootstock:mainnet
```

## Development

This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Comments, questions, criticisms and pull requests are welcomed.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rsksmart/ape-rootstock",
    "name": "ape-rootstock",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "ethereum",
    "author": "RootstockLabs",
    "author_email": "support@rootstocklabs.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/2d/1fbf32c0ffa0ed67d0328703651603f37121c1088d42febdf49c79152ef7/ape-rootstock-0.8.0.tar.gz",
    "platform": null,
    "description": "# Quick Start\n\nEcosystem Plugin for Rootstock 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 `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\nape plugins install rootstock\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n  - name: rootstock\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/rsksmart/ape-rootstock.git\ncd ape-rootstock\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Rootstock ecosystem:\n\n```bash\nape console --network rootstock:mainnet\n```\n\n## Development\n\nThis project is in development and should be considered a beta.\nThings might not be in their final state and breaking changes may occur.\nComments, questions, criticisms and pull requests are welcomed.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-rootstock: Ape Ecosystem Plugin for Rootstock",
    "version": "0.8.0",
    "project_urls": {
        "Homepage": "https://github.com/rsksmart/ape-rootstock"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ea849d5867c0032c5cd406dca66082a867e346fecce778fc011a05ae2c1f357",
                "md5": "dc6a53d1b9555ff0ded0535b5c46fb3b",
                "sha256": "535db5049f5a08b7989cc50fa95e468466f3c1566640a37097d9cd4367185852"
            },
            "downloads": -1,
            "filename": "ape_rootstock-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc6a53d1b9555ff0ded0535b5c46fb3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 7988,
            "upload_time": "2024-09-12T12:33:48",
            "upload_time_iso_8601": "2024-09-12T12:33:48.384714Z",
            "url": "https://files.pythonhosted.org/packages/7e/a8/49d5867c0032c5cd406dca66082a867e346fecce778fc011a05ae2c1f357/ape_rootstock-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f2d1fbf32c0ffa0ed67d0328703651603f37121c1088d42febdf49c79152ef7",
                "md5": "9697547bfcb2685834602ba172c8609b",
                "sha256": "3f9f51efa62df92ccb60170806ece134901128ad1a3b607d20355dbec1372714"
            },
            "downloads": -1,
            "filename": "ape-rootstock-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9697547bfcb2685834602ba172c8609b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 15922,
            "upload_time": "2024-09-12T12:33:49",
            "upload_time_iso_8601": "2024-09-12T12:33:49.795459Z",
            "url": "https://files.pythonhosted.org/packages/4f/2d/1fbf32c0ffa0ed67d0328703651603f37121c1088d42febdf49c79152ef7/ape-rootstock-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 12:33:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rsksmart",
    "github_project": "ape-rootstock",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-rootstock"
}
        
Elapsed time: 0.35182s