mnemonic-to-address


Namemnemonic-to-address JSON
Version 1.2.8 PyPI version JSON
download
home_pagehttps://example.com
SummaryGenerates public address from a mnemonic.
upload_time2024-02-04 14:07:51
maintainer
docs_urlNone
authorJames
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Mnemonic To Address
Conver mnemonic seed-phrases into public addresses.


# Quickstart
```
pip install mnemonic_to_address
```

# TODO
Currently EVM only addresses are suported. Future releases will also include other chains such as Tron.

            

Raw data

            {
    "_id": null,
    "home_page": "https://example.com",
    "name": "mnemonic-to-address",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "James",
    "author_email": "james@coding.com",
    "download_url": "https://files.pythonhosted.org/packages/38/06/c72d7c17ab550bbcfe371e71469a5d5be305b72ef94972e4abc42e158054/mnemonic_to_address-1.2.8.tar.gz",
    "platform": null,
    "description": "# Mnemonic To Address\nConver mnemonic seed-phrases into public addresses.\n\n\n# Quickstart\n```\npip install mnemonic_to_address\n```\n\n# TODO\nCurrently EVM only addresses are suported. Future releases will also include other chains such as Tron.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Generates public address from a mnemonic.",
    "version": "1.2.8",
    "project_urls": {
        "Docs": "https://docs.example.com",
        "Homepage": "https://example.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f87e7ea3f828f988730c344164690d594ee57524c6233cd1be0789518d09a02d",
                "md5": "ebb6f0da421f2b6af971fe893206c1a6",
                "sha256": "6d5f60d2acaf002841603da0017412c7359b0f63cebac804fd65724ba0d4ce11"
            },
            "downloads": -1,
            "filename": "mnemonic_to_address-1.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebb6f0da421f2b6af971fe893206c1a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2296,
            "upload_time": "2024-02-04T14:07:49",
            "upload_time_iso_8601": "2024-02-04T14:07:49.356088Z",
            "url": "https://files.pythonhosted.org/packages/f8/7e/7ea3f828f988730c344164690d594ee57524c6233cd1be0789518d09a02d/mnemonic_to_address-1.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3806c72d7c17ab550bbcfe371e71469a5d5be305b72ef94972e4abc42e158054",
                "md5": "cfe3e39fcbc1657a789a4b5b3eec3f91",
                "sha256": "e3e3e22333fb029c8e15c637dce6211ae90411e8f7ce792a1a8577f42afcbd5d"
            },
            "downloads": -1,
            "filename": "mnemonic_to_address-1.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "cfe3e39fcbc1657a789a4b5b3eec3f91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2083,
            "upload_time": "2024-02-04T14:07:51",
            "upload_time_iso_8601": "2024-02-04T14:07:51.881677Z",
            "url": "https://files.pythonhosted.org/packages/38/06/c72d7c17ab550bbcfe371e71469a5d5be305b72ef94972e4abc42e158054/mnemonic_to_address-1.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 14:07:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mnemonic-to-address"
}
        
Elapsed time: 0.19855s