Skip to content

eGeoffrey Developer Portal Command
Type to start searching
    egeoffrey.com
    egeoffrey.com
    • Home
      • Requirements
      • Setting up the Environment
      • Develop & Build
      • Test your Code
      • Distribute the Package
      • Update your Code
    • Contribute to Existing Packages
      • Design Principles
      • Definitions
      • eGeoffrey Components
        • Gateway
        • Database
        • Controller
        • GUI
      • Configuration Management
      • Startup Process
      • Versioning
      • Security
      • Multi-Tenancy
      • Deployment Options
      • Overview
      • Using the SDK
      • The Manifest File
      • Configure the Environment
      • The Bootstrap Process
        • Module
        • Message
        • Session
        • Mqtt_client
        • Scheduler
        • Cache
        • Command
        • DateTimeUtils
        • Exceptions
        • Numbers
        • Strings
        • Web

    The Command Util

    Python SDK

    Allow running a given operating system command.

    The following functions are provided:

    • run(command, shell=True, background=False): run a command and return the output
    Previous Cache
    Next DateTimeUtils
    powered by MkDocs and Material for MkDocs