Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface PythonSdkPackage

    interface PythonSdkPackage {
        files: PythonSdkFile[];
        installCommand: string;
        packageName: string;
        testCommand: string;
        version: string;
    }
    Index
    files: PythonSdkFile[]
    installCommand: string
    packageName: string
    testCommand: string
    version: string