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.3.tar.gz
(14.8 kB
view hashes)
Built Distribution
Close
Hashes for pyChiaLogProcessor-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3488b6c7c3d3966393d9dfd69f814191d15b271c0287b8e6922c7d3e8a4985bb |
|
MD5 | 4b363d5b682be9afde03608871ad7fec |
|
BLAKE2b-256 | eebe8967fe90ccd96e139466d2ad0b6e5e9ff79292d0155e38e2684b68d7b528 |