xchainpy2-utils


Namexchainpy2-utils JSON
Version 0.0.25 PyPI version JSON
download
home_pageNone
SummaryXChainPy 2 Utils
upload_time2025-01-10 14:21:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords crypto thorchain blockchain xchain
VCS
bugtrack_url
requirements aiohttp pytest pydantic PyYAML pytest-aiohttp build twine aioresponses requests-mock myst-parser
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # XChainPy2 Utilities Package

Utility helpers that are used across different XChainPy2 clients and other packages.

### Modules (in alphabetical order)

- `Asset` - Utilities for handling assets
- `Amount` - Utilities for handling amounts
- `CryptoAmount` is a combination of `Asset` and `Amount`

### Documentation

👉 https://xchainpy2.readthedocs.io/en/latest/packages/xchainpy2_utils.html




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xchainpy2-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Crypto, THORChain, Blockchain, XChain",
    "author": null,
    "author_email": "Tirinox <developer@tirinox.ru>",
    "download_url": "https://files.pythonhosted.org/packages/13/af/d0d5ca15b3ca23c7ad364dd9ed40baf6281bf4e3a353ac3e015e7cf9b625/xchainpy2_utils-0.0.25.tar.gz",
    "platform": null,
    "description": "# XChainPy2 Utilities Package\n\nUtility helpers that are used across different XChainPy2 clients and other packages.\n\n### Modules (in alphabetical order)\n\n- `Asset` - Utilities for handling assets\n- `Amount` - Utilities for handling amounts\n- `CryptoAmount` is a combination of `Asset` and `Amount`\n\n### Documentation\n\n\ud83d\udc49 https://xchainpy2.readthedocs.io/en/latest/packages/xchainpy2_utils.html\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "XChainPy 2 Utils",
    "version": "0.0.25",
    "project_urls": {
        "source": "https://github.com/tirinox/xchainpy"
    },
    "split_keywords": [
        "crypto",
        " thorchain",
        " blockchain",
        " xchain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2995eb18fc9249b171695ee57d5acb7f9269799d265b59da66f36f5a6a7db28e",
                "md5": "3c9f1ef8c4e1c2633368c3216803d445",
                "sha256": "0e74f08b0e97b1bcccab234302975710e15713a3ad0899be8e11a733b54fed21"
            },
            "downloads": -1,
            "filename": "xchainpy2_utils-0.0.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c9f1ef8c4e1c2633368c3216803d445",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 25148,
            "upload_time": "2025-01-10T14:21:13",
            "upload_time_iso_8601": "2025-01-10T14:21:13.314396Z",
            "url": "https://files.pythonhosted.org/packages/29/95/eb18fc9249b171695ee57d5acb7f9269799d265b59da66f36f5a6a7db28e/xchainpy2_utils-0.0.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13afd0d5ca15b3ca23c7ad364dd9ed40baf6281bf4e3a353ac3e015e7cf9b625",
                "md5": "27cc36fef8900ef2c3aaaf85cf4d61e7",
                "sha256": "57c39b0916aff075f8e0b3882c507c7818bc1633f83e7836408562f9889e53df"
            },
            "downloads": -1,
            "filename": "xchainpy2_utils-0.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "27cc36fef8900ef2c3aaaf85cf4d61e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20480,
            "upload_time": "2025-01-10T14:21:14",
            "upload_time_iso_8601": "2025-01-10T14:21:14.579319Z",
            "url": "https://files.pythonhosted.org/packages/13/af/d0d5ca15b3ca23c7ad364dd9ed40baf6281bf4e3a353ac3e015e7cf9b625/xchainpy2_utils-0.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 14:21:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tirinox",
    "github_project": "xchainpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "~=",
                    "3.9.2"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "~=",
                    "7.4.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2.4.2"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "~=",
                    "6.0.0"
                ]
            ]
        },
        {
            "name": "pytest-aiohttp",
            "specs": []
        },
        {
            "name": "build",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "aioresponses",
            "specs": [
                [
                    "==",
                    "0.7.6"
                ]
            ]
        },
        {
            "name": "requests-mock",
            "specs": [
                [
                    "==",
                    "1.11.0"
                ]
            ]
        },
        {
            "name": "myst-parser",
            "specs": []
        }
    ],
    "lcname": "xchainpy2-utils"
}
        
Elapsed time: 0.48190s