Name | bitronit JSON |
Version |
1.1.1
JSON |
| download |
home_page | |
Summary | Bitronit Python Client |
upload_time | 2022-12-19 11:03:42 |
maintainer | |
docs_url | None |
author | Bitronit |
requires_python | >=3.7 |
license | |
keywords |
bitronit
exchange
api
sdk
rest
client
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Bitronit Python
Python Client for Bitronit (v2 API)
## Installation
The `bitronit` package is available on [PyPI](https://pypi.org/project/bitronit). Install with `pip`:
```bash
pip install bitronit
```
## Getting Started
The `BitronitClient` object can be created without authentication to make public requests. You can simply create Client object without any arguments.
For the private request the `BitronitClient` needs to be authenticated with api key and secret that you can create from API Management page in Bitronit dashboard.
## Usage
After installing the library, just import the client.
```py
from bitronit.client import BitronitClient
```
You can use public endpoints without providing an api key/secret pair.
```py
my_client = BitronitClient()
my_client.get_assets()
```
If you have an api key/secret pair, you can use private endpoints
```py
my_client = BitronitClient(api_key='<Your Api Key>', api_secret='<Your Api Secret>')
my_client.get_wallets()
```
Raw data
{
"_id": null,
"home_page": "",
"name": "bitronit",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "bitronit exchange api sdk rest client",
"author": "Bitronit",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/5f/53/cba8f7e78ffe8318e761af67094cd08f634bc8c102e59307e888f09b0ad7/bitronit-1.1.1.tar.gz",
"platform": null,
"description": "# Bitronit Python\n\nPython Client for Bitronit (v2 API)\n\n\n## Installation\n\nThe `bitronit` package is available on [PyPI](https://pypi.org/project/bitronit). Install with `pip`:\n\n```bash\npip install bitronit\n```\n\n\n## Getting Started\n\nThe `BitronitClient` object can be created without authentication to make public requests. You can simply create Client object without any arguments.\n\nFor the private request the `BitronitClient` needs to be authenticated with api key and secret that you can create from API Management page in Bitronit dashboard. \n\n\n## Usage\n\nAfter installing the library, just import the client.\n\n```py\nfrom bitronit.client import BitronitClient\n```\nYou can use public endpoints without providing an api key/secret pair.\n\n```py\nmy_client = BitronitClient()\nmy_client.get_assets()\n```\nIf you have an api key/secret pair, you can use private endpoints\n\n```py\nmy_client = BitronitClient(api_key='<Your Api Key>', api_secret='<Your Api Secret>')\nmy_client.get_wallets()\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Bitronit Python Client",
"version": "1.1.1",
"split_keywords": [
"bitronit",
"exchange",
"api",
"sdk",
"rest",
"client"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "30d1502e9dbdb3638d7e93ee45ef5818",
"sha256": "fd467cad8eb50e2211f029bc03d2bb31c64e1f2b9103aaf2f803c4180f989fcb"
},
"downloads": -1,
"filename": "bitronit-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "30d1502e9dbdb3638d7e93ee45ef5818",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 14002,
"upload_time": "2022-12-19T11:03:41",
"upload_time_iso_8601": "2022-12-19T11:03:41.060954Z",
"url": "https://files.pythonhosted.org/packages/bb/67/4c9bd627874e8163bd681dca32f5f2acaa5c624f6769e78c0618eb82e317/bitronit-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "18269b8bdb496b4c3ea44160abe818cb",
"sha256": "7f597d24e9d38d8f6c6f21b8c8ff1140a168822161136f2186c233af58cf2d88"
},
"downloads": -1,
"filename": "bitronit-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "18269b8bdb496b4c3ea44160abe818cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 10005,
"upload_time": "2022-12-19T11:03:42",
"upload_time_iso_8601": "2022-12-19T11:03:42.196682Z",
"url": "https://files.pythonhosted.org/packages/5f/53/cba8f7e78ffe8318e761af67094cd08f634bc8c102e59307e888f09b0ad7/bitronit-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-19 11:03:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "bitronit"
}