Package to manage a Turing Pi 2 cluster using the BMC API
Project description
BMC
WARNING, This package is likely to change dramatically as I learn more about the Turing Pi 2 BMC API.
BMC is a simple package to interact with the Turing Pi 2 BMC API enabling features such as turning on power to nodes.
Due to a change in how the API works in the Turing Pi 2, this package is not compatible with BMC < 2.0.0.
Usage
from ipaddress import IPv4Address
from bmc.cluster import Cluster
cluster = Cluster(cluster_ip=IPv4Address('192.168.1.170'), username='root', password='turing', verify=False)
sdcard = cluster.nodes
print(sdcard)
TODO
https://docs.turingpi.com/docs/turing-pi2-bmc-api
- Add support uart
- Add support firmware
- Add support flash
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Turing_Pi_BMC-1.0.1-py3-none-any.whl.
File metadata
- Download URL: Turing_Pi_BMC-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ae7ff0b46104924c603cb22e69bf82bdfcd08c82fde786b5a21f820d59b041a
|
|
| MD5 |
48da89b8210199bd03306d5fda127a7a
|
|
| BLAKE2b-256 |
4e33d6e08cff27e06ba1a8f2f0f912b274c0b428064c688cb8db70691ee29a21
|