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 details)

Uploaded Source

File details

Details for the file system-check-0.1.3.324382b0.tar.gz.

File metadata

  • Download URL: system-check-0.1.3.324382b0.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for system-check-0.1.3.324382b0.tar.gz
Algorithm Hash digest
SHA256 4c9058cece417cddb84d69bfc2cb6e823c7ee661fe050b80a4fdd2a53b5682c9
MD5 0795f032b1c14febcaea54a37c6d6d38
BLAKE2b-256 f9f3312bd7d950f193f0122361be8513bb0d6b3100d92cffdccd58d9ee8bfd35

See more details on using hashes here.

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