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.7.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for pyChiaLogProcessor-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7782e1fc8e8489afa2c1068198bc7d16963714d3dae4292abfd866b8e1eae66 |
|
MD5 | 4e925822d95b8a3ca764ea31756a31f7 |
|
BLAKE2b-256 | d3f37772511dd69997b3512821604f72d4f30bf0b76a1e47e5644fcc9f4440b5 |