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.6.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for pyChiaLogProcessor-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97a45e35bcd29ae58719e1bbb392ac6466a27b212f69da0db946726f24524d36 |
|
MD5 | d2a8b776821b2f4a185bc62e7638d1fb |
|
BLAKE2b-256 | d8669f14666d5cc58722dee924cce16df1e5308ac19ee241b05af2a48242be0f |