Chia plots log porcessor
Project description
Chia Log Processor
A library provide functionality process chia plot log.
Installation
pip install pyChiaLogProcessor
Demo
import pyChiaLogProcessor
from pyChiaLogProcessor import 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())
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.1.tar.gz
(14.8 kB
view hashes)
Built Distribution
Close
Hashes for pyChiaLogProcessor-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed5127edc7b554f95c561ac44a79f19c956a6834db7336440d6020e704ea733e |
|
MD5 | c4a284268e567c29ca246540b3a83438 |
|
BLAKE2b-256 | a922d8a2aa832902c11650427ea9ad24c90319fcc3738a944826b2a3800eabe8 |