ape-kava


Nameape-kava JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/0xRaghu/ape-kava
Summaryape-kava: Ecosystem plugin for Kava
upload_time2023-06-21 23:21:20
maintainer
docs_urlNone
authorApeWorX Ltd. | Kava
requires_python>=3.8,<4
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 Kava 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 kava
```

or via config file:

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

### via `pip`

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

```bash
pip install ape-kava
```

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

## Quick Usage

Installing this plugin adds support for the Kava ecosystem:

```bash
ape console --network kava: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/0xRaghu/ape-kava",
    "name": "ape-kava",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4",
    "maintainer_email": "",
    "keywords": "ethereum",
    "author": "ApeWorX Ltd. | Kava",
    "author_email": "raghu.thiyagharajan@kava.io",
    "download_url": "https://files.pythonhosted.org/packages/fd/eb/0031669e5ad0c5de7ac3612020705e822c7f250f5be466aa9ac7d7899c48/ape-kava-1.0.1.tar.gz",
    "platform": null,
    "description": "# Quick Start\n\nEcosystem Plugin for Kava 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 kava\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n  - name: kava\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-kava\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-kava.git\ncd ape-kava\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Kava ecosystem:\n\n```bash\nape console --network kava: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-kava: Ecosystem plugin for Kava",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/0xRaghu/ape-kava"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdeb0031669e5ad0c5de7ac3612020705e822c7f250f5be466aa9ac7d7899c48",
                "md5": "f3b920f60714e9f9200a22fe10e2df64",
                "sha256": "dcc900148a7132aed51a389bec7e67f8af394cbbd873ded73e4a14ab2c424294"
            },
            "downloads": -1,
            "filename": "ape-kava-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f3b920f60714e9f9200a22fe10e2df64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4",
            "size": 15200,
            "upload_time": "2023-06-21T23:21:20",
            "upload_time_iso_8601": "2023-06-21T23:21:20.696761Z",
            "url": "https://files.pythonhosted.org/packages/fd/eb/0031669e5ad0c5de7ac3612020705e822c7f250f5be466aa9ac7d7899c48/ape-kava-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-21 23:21:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0xRaghu",
    "github_project": "ape-kava",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-kava"
}
        
Elapsed time: 0.09291s