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.4.tar.gz
(15.5 kB
view hashes)
Built Distribution
Close
Hashes for pyChiaLogProcessor-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7d97b2b3f9def7b36297d6be5eaa309edff1998ce9d6a04c60aa7d00537c89c |
|
MD5 | 55f6323b92d1bd5c77ce5e9b7384b77f |
|
BLAKE2b-256 | b93e1b97df80288f23319d0785af687ab25e4475d2f43fa435515599a9e6affe |