Metadata-Version: 2.1
Name: goldlink-client-python
Version: 0.0.7
Summary: GoldLink client for borrowing, lending and active management
Home-page: https://github.com/GoldLink-Protocol/goldlink-client-python
Author: GoldLink Protocol Inc.
Author-email: info@goldlink.io
License: Apache 2.0
Keywords: goldlink defi arb arbitrum ethereum eth
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: eth-keys
Requires-Dist: eth-account <0.6.0,>=0.4.0
Requires-Dist: mpmath ==1.0.0
Requires-Dist: python-dotenv ==0.17.1
Requires-Dist: web3 <6.0.0,>=5.0.0

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).
