Library for working with b2binpay api
Project description
b2binpay-py
Python library for working with B2binPay
Install
pip install b2binpay-py
Example
from b2binpay import client
import asyncio
async def main():
c = await client.AsyncClient("API_KEY", "API_SERCET", test=True).connect()
w = await c.get_wallets()
await c.close_connection()
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
b2binpay-python-0.0.4.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file b2binpay-python-0.0.4.tar.gz
.
File metadata
- Download URL: b2binpay-python-0.0.4.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab7a7f5bd0a7ed2c74b28e1ddd7c88cae35f91127391d557a8b91757d08a2ded |
|
MD5 | 4bca566ca95ef426bd92c89f7f8e566a |
|
BLAKE2b-256 | 043258374e15fb77476b58aa0f96d32aa2e38b468dbecc2e8d1c6d5b72bc1223 |
File details
Details for the file b2binpay_python-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: b2binpay_python-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca374690c388d6ae8689bbd78226d8dd11e77172f70478ed1ccbf1a9f3a93bc3 |
|
MD5 | e235ad121f0495675b56f4b1262da3fd |
|
BLAKE2b-256 | f6c677cb99897563db7e4a7c5c2d881933ad99f93afef869b32d37842e461616 |