goldlink-client-python


Namegoldlink-client-python JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/GoldLink-Protocol/goldlink-client-python
SummaryGoldLink client for borrowing, lending and active management
upload_time2024-09-27 17:43:26
maintainerNone
docs_urlNone
authorGoldLink Protocol Inc.
requires_pythonNone
licenseApache 2.0
keywords goldlink defi arb arbitrum ethereum eth
VCS
bugtrack_url
requirements No requirements were recorded.
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": "https://files.pythonhosted.org/packages/9c/d5/bcfb14df68398d108a1b9175404a21338b65434cc88e64570b08089635eb/goldlink_client_python-0.0.9.tar.gz",
    "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.9",
    "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": "d3dcaa55b91c5640b402a5aea01862cbc09312d4949ff2de21640c4cdd0949d6",
                "md5": "1f88ccef0281ed0faf958caba28e3a5a",
                "sha256": "8dc056502d019f62d85bcf65729a4a4cc42fbef61e5f1bfe869b2785e6366b67"
            },
            "downloads": -1,
            "filename": "goldlink_client_python-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f88ccef0281ed0faf958caba28e3a5a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33311,
            "upload_time": "2024-09-27T17:43:24",
            "upload_time_iso_8601": "2024-09-27T17:43:24.531224Z",
            "url": "https://files.pythonhosted.org/packages/d3/dc/aa55b91c5640b402a5aea01862cbc09312d4949ff2de21640c4cdd0949d6/goldlink_client_python-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cd5bcfb14df68398d108a1b9175404a21338b65434cc88e64570b08089635eb",
                "md5": "c5332f5673b4427bbfae9b52d448164d",
                "sha256": "a087810c3fa27e59a435366e6127904dee9b70a811682eb6ff6fa3e229eb4264"
            },
            "downloads": -1,
            "filename": "goldlink_client_python-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "c5332f5673b4427bbfae9b52d448164d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23789,
            "upload_time": "2024-09-27T17:43:26",
            "upload_time_iso_8601": "2024-09-27T17:43:26.751655Z",
            "url": "https://files.pythonhosted.org/packages/9c/d5/bcfb14df68398d108a1b9175404a21338b65434cc88e64570b08089635eb/goldlink_client_python-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 17:43:26",
    "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": [],
    "tox": true,
    "lcname": "goldlink-client-python"
}
        
Elapsed time: 0.40643s