goldlink-client-python


Namegoldlink-client-python JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/GoldLink-Protocol/goldlink-client-python
SummaryGoldLink client for borrowing, lending and active management
upload_time2024-05-08 04:17:39
maintainerNone
docs_urlNone
authorGoldLink Protocol Inc.
requires_pythonNone
licenseApache 2.0
keywords goldlink defi arb arbitrum ethereum eth
VCS
bugtrack_url
requirements eth_keys eth-account mpmath six web3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python client for GoldLink.

The library is currently tested against Python versions 3.6, 3.7, 3.8, 3.9 and 3.10.

## Installation

The `goldlink-client-python` package is available on [PyPI](https://pypi.org/project/goldlink-client-python). Install with `pip`:

```bash
pip install goldlink-client-python
```

## Getting Started

The `Client` object can be created with different levels of authentication depending on which features are needed. For more complete examples, see the [examples](./examples/) directory, as well as [the integration tests](./integration_tests/).

Both examples and integratio tests assume a local environment with GoldLink contracts have been deployed as described [here](https://github.com/GoldLink-Protocol/goldlink-contracts).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GoldLink-Protocol/goldlink-client-python",
    "name": "goldlink-client-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "goldlink defi arb arbitrum ethereum eth",
    "author": "GoldLink Protocol Inc.",
    "author_email": "info@goldlink.io",
    "download_url": null,
    "platform": null,
    "description": "Python client for GoldLink.\n\nThe library is currently tested against Python versions 3.6, 3.7, 3.8, 3.9 and 3.10.\n\n## Installation\n\nThe `goldlink-client-python` package is available on [PyPI](https://pypi.org/project/goldlink-client-python). Install with `pip`:\n\n```bash\npip install goldlink-client-python\n```\n\n## Getting Started\n\nThe `Client` object can be created with different levels of authentication depending on which features are needed. For more complete examples, see the [examples](./examples/) directory, as well as [the integration tests](./integration_tests/).\n\nBoth examples and integratio tests assume a local environment with GoldLink contracts have been deployed as described [here](https://github.com/GoldLink-Protocol/goldlink-contracts).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "GoldLink client for borrowing, lending and active management",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/GoldLink-Protocol/goldlink-client-python"
    },
    "split_keywords": [
        "goldlink",
        "defi",
        "arb",
        "arbitrum",
        "ethereum",
        "eth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b301ffab87b917147afad475ffa096ff62477b69002a87698e58229576605bf",
                "md5": "37e642fb366887fd984960b50537cfb9",
                "sha256": "c01b0f6f9b1584ddde6d700deaac6a0aa54ff756784399cf1916bec0d8da1565"
            },
            "downloads": -1,
            "filename": "goldlink_client_python-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37e642fb366887fd984960b50537cfb9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27609,
            "upload_time": "2024-05-08T04:17:39",
            "upload_time_iso_8601": "2024-05-08T04:17:39.070903Z",
            "url": "https://files.pythonhosted.org/packages/4b/30/1ffab87b917147afad475ffa096ff62477b69002a87698e58229576605bf/goldlink_client_python-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 04:17:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GoldLink-Protocol",
    "github_project": "goldlink-client-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "eth_keys",
            "specs": []
        },
        {
            "name": "eth-account",
            "specs": [
                [
                    ">=",
                    "0.4.0"
                ],
                [
                    "<",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "mpmath",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    ">=",
                    "1.14"
                ]
            ]
        },
        {
            "name": "web3",
            "specs": [
                [
                    ">=",
                    "5.0.0"
                ],
                [
                    "<",
                    "6.0.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "goldlink-client-python"
}
        
Elapsed time: 0.26044s