Skip to main content

Check Python properties.

Project description

system-check

Usage

This package is using for check Python properties.

How to use it

Import it by: from syschk import *. No any additional modules or packages will be installed.

To check is there a variable named True :

from syschk import *
check_exists("True") # Returns 1 if it exists

To check what is the value of sys.version :

from syschk import *
import sys
check_value("sys.version")

To check is there a module named threading :

from syschk import *
check_run("import threading") # This will not be really imported because it's in a function

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

system-check-0.1.3.324382b0.tar.gz (2.5 kB view hashes)

Uploaded Source

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