bittensor-wallet


Namebittensor-wallet JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/opentensor/bittensor-wallet
SummaryBittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the Bittensor API.
upload_time2023-07-14 21:02:35
maintainer
docs_urlNone
authoropentensor.ai
requires_python
licenseMIT
keywords bittensor validator ai machine-learning deep-learning blockchain pytorch torch neural-networks cryptocurrency
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BittensorWallet - v0.0.5

BittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the [Bittensor Python API](https://github.com/opentensor/bittensor).  

The purpose of this repo is to separate the concern of keyfile management from the https://github.com/opentensor/bittensor repo, to decrease the attack surface of Bittensor related to local keys and wallet functionality.  

# Installation
This package can be installed from [PyPi.org](https://pypi.org/project/bittensor-wallet/):
```bash
pip install bittensor-wallet==0.0.5
```
or via this repo (using [gh-cli](https://cli.github.com/)):  
```bash
gh repo clone opentensor/bittensor-wallet
cd bittensor-wallet
pip install -e .
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opentensor/bittensor-wallet",
    "name": "bittensor-wallet",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bittensor,validator,ai,machine-learning,deep-learning,blockchain,pytorch,torch,neural-networks,cryptocurrency",
    "author": "opentensor.ai",
    "author_email": "hello@opentensor.dev",
    "download_url": "https://files.pythonhosted.org/packages/9a/34/83b314d68c5f8b560994b8f9ab98700a5d153ff6f0e64258c6b81a09af77/bittensor-wallet-0.0.5.tar.gz",
    "platform": null,
    "description": "# BittensorWallet - v0.0.5\n\nBittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the [Bittensor Python API](https://github.com/opentensor/bittensor).  \n\nThe purpose of this repo is to separate the concern of keyfile management from the https://github.com/opentensor/bittensor repo, to decrease the attack surface of Bittensor related to local keys and wallet functionality.  \n\n# Installation\nThis package can be installed from [PyPi.org](https://pypi.org/project/bittensor-wallet/):\n```bash\npip install bittensor-wallet==0.0.5\n```\nor via this repo (using [gh-cli](https://cli.github.com/)):  \n```bash\ngh repo clone opentensor/bittensor-wallet\ncd bittensor-wallet\npip install -e .\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "BittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the Bittensor API.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/opentensor/bittensor-wallet"
    },
    "split_keywords": [
        "bittensor",
        "validator",
        "ai",
        "machine-learning",
        "deep-learning",
        "blockchain",
        "pytorch",
        "torch",
        "neural-networks",
        "cryptocurrency"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "816d5f8a49a4dbd81d192ab62af9090be49de2b6d5db775c24f7d3ca48e086cd",
                "md5": "07896d9ee37c65d64b2795f993943b6d",
                "sha256": "8da6e7a2408f0105f8f39dc256f8d1a3d9770daa138af699f0a549ae005384bb"
            },
            "downloads": -1,
            "filename": "bittensor_wallet-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07896d9ee37c65d64b2795f993943b6d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 23585,
            "upload_time": "2023-07-14T21:02:34",
            "upload_time_iso_8601": "2023-07-14T21:02:34.437779Z",
            "url": "https://files.pythonhosted.org/packages/81/6d/5f8a49a4dbd81d192ab62af9090be49de2b6d5db775c24f7d3ca48e086cd/bittensor_wallet-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a3483b314d68c5f8b560994b8f9ab98700a5d153ff6f0e64258c6b81a09af77",
                "md5": "108ae83e8ea430846334c01c9e6056bf",
                "sha256": "e1d2013031ae749c0fc848f0cc360e56bc1ab9316708d1cc6d820f56fe59ff72"
            },
            "downloads": -1,
            "filename": "bittensor-wallet-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "108ae83e8ea430846334c01c9e6056bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19822,
            "upload_time": "2023-07-14T21:02:35",
            "upload_time_iso_8601": "2023-07-14T21:02:35.863819Z",
            "url": "https://files.pythonhosted.org/packages/9a/34/83b314d68c5f8b560994b8f9ab98700a5d153ff6f0e64258c6b81a09af77/bittensor-wallet-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-14 21:02:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opentensor",
    "github_project": "bittensor-wallet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bittensor-wallet"
}
        
Elapsed time: 0.08714s