Chia plots log porcessor
Project description
Chia Log Processor
A library provide functionality process chia plot log.
Installation
pip install pyChiaLogProcessor
or
pip3 install pyChiaLogProcessor
Demo
from pyChiaLogProcessor import ChiaLog, ChiaLogSummary
# ChiaLog
log = ChiaLog("plot.log")
print(log.find_start())
print(log.find_id())
print(log.find_phrase(1))
print(log.find_phrase(2))
print(log.find_phrase(3))
print(log.find_phrase(4))
print(log.find_plot_name())
print(log.find_complete())
#ChiaLogSummary
summary = ChiaLogSummary(log)
print(summary.isCompleted())
if summary.isCompleted():
print(summary.completeDuration())
print(summary.isPhrase1Done())
if summary.isPhrase1Done():
print(summary.phrase1Duration())
print(summary.isPhrase2Done())
if summary.isPhrase2Done():
print(summary.phrase2Duration())
print(summary.isPhrase3Done())
if summary.isPhrase3Done():
print(summary.phrase3Duration())
print(summary.isPhrase4Done())
if summary.isPhrase4Done():
print(summary.phrase4Duration())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyChiaLogProcessor-0.0.12.tar.gz
(16.9 kB
view hashes)
Built Distribution
Close
Hashes for pyChiaLogProcessor-0.0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | df57658953dd5a8032a9bdfdcd702c5e497741f4d4794766f379d3065f7046e3 |
|
MD5 | de600db0af1327f3b98d0f64639af139 |
|
BLAKE2b-256 | d08ea03c5d57137e1c7e2e67cdc8187155b07130de3e1a166b6bb82850b85172 |
Close
Hashes for pyChiaLogProcessor-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10f2cebc59873777c541cd80af833786ee720db8c4d6beaa4fe588475ea97e4c |
|
MD5 | 81615907ede779cc49f17d8044f4c38f |
|
BLAKE2b-256 | dd023d349a6804534e917d1999402aa599a42934e16bc1847ce7ff555545b7ed |