bobcatpy
An asyncio based Python library to interact with the Bobcat Helium miner diagnostics API.
bobcatpy provides an alternative way to interact with the Bobcat diagnoser interface.
Installation
bobcatpy is available through PyPi.
pip install bobcatpy
Usage
from bobcatpy import Bobcat
import asyncio
async def main():
b = Bobcat("10.10.21.70")
status = await b.status_summary()
print(status)
await b.close_session()
asyncio.run(main())
Release files for bobcatpy 2.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bobcatpy-2.1.2.tar.gz | 15.1 kB | Details |
Release files / bobcatpy-2.1.2.tar.gz
| Download URL | bobcatpy-2.1.2.tar.gz |
|---|---|
| Size | 15.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7ba8f6a52d5598c45fe8a5ae79155770d2642e7daea98c41c02a21195e5f08e8
|
|
BLAKE2b-256 checksum How to use checksums |
b1faad22382778d0abc5079a06379aedafff3e3edde2f7571a3f9576f20c3c72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.4
|