Skip to main content

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


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.9.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

pyChiaLogProcessor-0.0.9-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page