Skip to main content

Custom App Environment

Project description

PyXHCustApp

A library provide functionality process chia plot log.

Installation

pip install pyXhCustApp
pip3 install pyXhCustApp

Demo

from pyXhCustApp import CustApp
CustApp.appDefault("abc_app")
print(app.has_proxy())
app.set_kv('xxx', "xxx")
app.set_kv('xxx', "yyy")
print(app.get_kv('xxx'))
app.rm_kv('xxx')
print(app.has_kv('xxx'))
print(app.home)
python -m pyXhCustApp {name_space} list #Show all all
python -m pyXhCustApp {name_space} exist {key} #return true if {key} exists
python -m pyXhCustApp {name_space} value {key} #return value of {key} or None
python -m pyXhCustApp {name_space} set {key} {value} #set {value} to {key}
python -m pyXhCustApp {name_space} remove {key} #remove {key}

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

pyXhCustApp-0.0.4.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

pyXhCustApp-0.0.4-py3-none-any.whl (15.4 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