Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PythonSystemPackageLookup

An object that looks up if any system packages are required for a Python package. The lookup is in the format {packageName: pythonVersion: systemPackageType: systemVersion: [sysPackage, sysPackage...]}

Hierarchy

  • PythonSystemPackageLookup

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly packageLookup

Methods

lookupSystemPackage

  • lookupSystemPackage(pythonPackage: string, pythonMajorVersion: number, systemPackageType: string, systemVersion: string): Array<string>
  • Look up the system package required for a python package given python version, package type and system version. Will always return an Array, which will be empty if there are no packages to install.

    Parameters

    • pythonPackage: string
    • pythonMajorVersion: number
    • systemPackageType: string
    • systemVersion: string

    Returns Array<string>

Static fromFile

Generated using TypeDoc