ipor-fusion-sdk


Nameipor-fusion-sdk JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-07 18:53:08
maintainerNone
docs_urlNone
authorAdam Mydlarz
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img height="80px" width="80px" src="https://ipor.io/images/ipor-fusion.svg" alt="IPOR Fusion Python SDK"/>
    <h1 align="center">IPOR Fusion Python SDK</h1>
</p>

<table>
  <tr>
    <td><strong>Workflow</strong></td>
    <td>
        <a href="https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/ci.yml">
            <img src="https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/ci.yml/badge.svg" alt="CI">
        </a>
        <a href="https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/cd.yml">
            <img src="https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/cd.yml/badge.svg" alt="CD">
        </a>
    </td>
  </tr>
  <tr>
    <td><strong>Social</strong></td>
    <td>
        <a href="https://discord.com/invite/bSKzq6UMJ3">
            <img alt="Chat on Discord" src="https://img.shields.io/discord/832532271734587423?logo=discord&logoColor=white">
        </a>
        <a href="https://x.com/ipor_io">
            <img alt="X (formerly Twitter) URL" src="https://img.shields.io/twitter/url?url=https%3A%2F%2Fx.com%2Fipor_io&style=flat&logo=x&label=%40ipor_io&color=green">
        </a>
        <a href="https://t.me/IPOR_official_broadcast">
            <img alt="IPOR Official Broadcast" src="https://img.shields.io/badge/-t?logo=telegram&logoColor=white&logoSize=%3D&label=ipor">
        </a>
    </td>
  </tr>
  <tr>
    <td><strong>Code</strong></td>
    <td>
        <a href="https://github.com/IPOR-Labs/ipor-fusion-sdk-python/blob/main/LICENSE">
            <img alt="GitHub License" src="https://img.shields.io/github/license/IPOR-Labs/ipor-fusion?color=blue">
        </a>
        <a href="https://github.com/IPOR-Labs/ipor-fusion-sdk-python/blob/main/pyproject.toml">
            <img alt="Python Version" src="https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FIPOR-Labs%2Fipor-fusion-sdk-python%2Frefs%2Fheads%2Fmain%2Fpyproject.toml">
        </a>
        <a href="https://github.com/IPOR-Labs/ipor-fusion-sdk-python/blob/main/pyproject.toml">
            <img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
        </a>
    </td>
  </tr>
</table>

#### Install dependencies
```bash
poetry install
```

#### Setup ARBITRUM_PROVIDER_URL environment variable
Some node providers are not supported. It's working with QuickNode but not with Alchemy.
```bash
export ARBITRUM_PROVIDER_URL="https://..."
```

#### Run tests
```bash
poetry run pytest -v -s
```

#### Run pylint
```bash 
poetry run pylint --rcfile=pylintrc.toml --verbose --recursive=y .
```

#### Run black
```bash 
poetry run black ./
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ipor-fusion-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Adam Mydlarz",
    "author_email": "amydlarz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/aa/b2510d4cd657816269def6658efa078418eee220ebb37b620ea76f7a91ce/ipor_fusion_sdk-0.1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img height=\"80px\" width=\"80px\" src=\"https://ipor.io/images/ipor-fusion.svg\" alt=\"IPOR Fusion Python SDK\"/>\n    <h1 align=\"center\">IPOR Fusion Python SDK</h1>\n</p>\n\n<table>\n  <tr>\n    <td><strong>Workflow</strong></td>\n    <td>\n        <a href=\"https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/ci.yml\">\n            <img src=\"https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/ci.yml/badge.svg\" alt=\"CI\">\n        </a>\n        <a href=\"https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/cd.yml\">\n            <img src=\"https://github.com/IPOR-Labs/ipor-fusion-sdk-python/actions/workflows/cd.yml/badge.svg\" alt=\"CD\">\n        </a>\n    </td>\n  </tr>\n  <tr>\n    <td><strong>Social</strong></td>\n    <td>\n        <a href=\"https://discord.com/invite/bSKzq6UMJ3\">\n            <img alt=\"Chat on Discord\" src=\"https://img.shields.io/discord/832532271734587423?logo=discord&logoColor=white\">\n        </a>\n        <a href=\"https://x.com/ipor_io\">\n            <img alt=\"X (formerly Twitter) URL\" src=\"https://img.shields.io/twitter/url?url=https%3A%2F%2Fx.com%2Fipor_io&style=flat&logo=x&label=%40ipor_io&color=green\">\n        </a>\n        <a href=\"https://t.me/IPOR_official_broadcast\">\n            <img alt=\"IPOR Official Broadcast\" src=\"https://img.shields.io/badge/-t?logo=telegram&logoColor=white&logoSize=%3D&label=ipor\">\n        </a>\n    </td>\n  </tr>\n  <tr>\n    <td><strong>Code</strong></td>\n    <td>\n        <a href=\"https://github.com/IPOR-Labs/ipor-fusion-sdk-python/blob/main/LICENSE\">\n            <img alt=\"GitHub License\" src=\"https://img.shields.io/github/license/IPOR-Labs/ipor-fusion?color=blue\">\n        </a>\n        <a href=\"https://github.com/IPOR-Labs/ipor-fusion-sdk-python/blob/main/pyproject.toml\">\n            <img alt=\"Python Version\" src=\"https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FIPOR-Labs%2Fipor-fusion-sdk-python%2Frefs%2Fheads%2Fmain%2Fpyproject.toml\">\n        </a>\n        <a href=\"https://github.com/IPOR-Labs/ipor-fusion-sdk-python/blob/main/pyproject.toml\">\n            <img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\">\n        </a>\n    </td>\n  </tr>\n</table>\n\n#### Install dependencies\n```bash\npoetry install\n```\n\n#### Setup ARBITRUM_PROVIDER_URL environment variable\nSome node providers are not supported. It's working with QuickNode but not with Alchemy.\n```bash\nexport ARBITRUM_PROVIDER_URL=\"https://...\"\n```\n\n#### Run tests\n```bash\npoetry run pytest -v -s\n```\n\n#### Run pylint\n```bash \npoetry run pylint --rcfile=pylintrc.toml --verbose --recursive=y .\n```\n\n#### Run black\n```bash \npoetry run black ./\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f121b4b36d50b383e2024796a6b97796e9b4a504dae1ac9ba70676ae59cccd1a",
                "md5": "4d926fc09052b81f8325eff45e2cf79a",
                "sha256": "acb6aa5d56c85df07dce1cb4ebd7c351a7c446d275f76f0fb331ba4c43a56cb0"
            },
            "downloads": -1,
            "filename": "ipor_fusion_sdk-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d926fc09052b81f8325eff45e2cf79a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 13591,
            "upload_time": "2024-10-07T18:53:06",
            "upload_time_iso_8601": "2024-10-07T18:53:06.973870Z",
            "url": "https://files.pythonhosted.org/packages/f1/21/b4b36d50b383e2024796a6b97796e9b4a504dae1ac9ba70676ae59cccd1a/ipor_fusion_sdk-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99aab2510d4cd657816269def6658efa078418eee220ebb37b620ea76f7a91ce",
                "md5": "02d9b2aef6632678a2c4574071b4a6fc",
                "sha256": "e56bb61902a7478d468ee093c5403322ae1d28effd5c73f8a6ca6acdee235937"
            },
            "downloads": -1,
            "filename": "ipor_fusion_sdk-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "02d9b2aef6632678a2c4574071b4a6fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 7905,
            "upload_time": "2024-10-07T18:53:08",
            "upload_time_iso_8601": "2024-10-07T18:53:08.791843Z",
            "url": "https://files.pythonhosted.org/packages/99/aa/b2510d4cd657816269def6658efa078418eee220ebb37b620ea76f7a91ce/ipor_fusion_sdk-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 18:53:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ipor-fusion-sdk"
}
        
Elapsed time: 3.73564s