web3py-ext


Nameweb3py-ext JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/kaiachain/kaia-sdk
Summarykaia-sdk
upload_time2024-11-05 03:06:05
maintainerNone
docs_urlNone
authorkaia Foundation
requires_python>=3.7
licenseMIT
keywords kaia klaytn ethereum role-based multisig
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Install
Need to install [Python](https://www.python.org/downloads/) 3.7.2+ first

Make example directory
```shell
> mkdir web3py-ext-examples & cd _$
```
Set python virtual environment (preferable but **optional**)
```shell
> python -m venv .venv
> . ./.venv/bin/activate
```
Install
```shell
> pip install web3py-ext
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kaiachain/kaia-sdk",
    "name": "web3py-ext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "kaia, klaytn, ethereum, role-based, multisig",
    "author": "kaia Foundation",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "## Install\nNeed to install [Python](https://www.python.org/downloads/) 3.7.2+ first\n\nMake example directory\n```shell\n> mkdir web3py-ext-examples & cd _$\n```\nSet python virtual environment (preferable but **optional**)\n```shell\n> python -m venv .venv\n> . ./.venv/bin/activate\n```\nInstall\n```shell\n> pip install web3py-ext\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "kaia-sdk",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/kaiachain/kaia-sdk"
    },
    "split_keywords": [
        "kaia",
        " klaytn",
        " ethereum",
        " role-based",
        " multisig"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b8a353e8c5c659b6c5acf83d9a160c9445ad0b980b8f83a20eb4125f785aeea",
                "md5": "3b039194f19ce472c53525f4c2d7546a",
                "sha256": "106b1b97a8e654ded367540a97d807b313777e83171ac3ec7c3d8b6804cb4474"
            },
            "downloads": -1,
            "filename": "web3py_ext-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b039194f19ce472c53525f4c2d7546a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 78945,
            "upload_time": "2024-11-05T03:06:05",
            "upload_time_iso_8601": "2024-11-05T03:06:05.755926Z",
            "url": "https://files.pythonhosted.org/packages/0b/8a/353e8c5c659b6c5acf83d9a160c9445ad0b980b8f83a20eb4125f785aeea/web3py_ext-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 03:06:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kaiachain",
    "github_project": "kaia-sdk",
    "github_fetch_exception": true,
    "lcname": "web3py-ext"
}
        
Elapsed time: 0.39796s