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.8.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for pyChiaLogProcessor-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea192778b6a01fedd5588852e2cd887da2e7b32ebeb3978591cfdcff58905008 |
|
MD5 | c685033f8e775d01e57924ec8f754312 |
|
BLAKE2b-256 | 354038ec09a5f3dfe78e5d7b914aa461920a2bdcb5aa15d6c3fda54569d299d1 |