API Reference¶
- Zoo Config Manager
Zoo
Zoo.coreVersion()
Zoo.buildVersion()
Zoo.buildPackagePath()
Zoo.isAdmin
Zoo.commands
Zoo.rootPath
Zoo.configPath
Zoo.corePath
Zoo.packagesPath
Zoo.pythonPath
Zoo.resolver
Zoo.commandLibrary
Zoo.descriptorLibrary
Zoo.preferenceRootsPath()
Zoo.preferenceRootsConfig()
Zoo.cacheFolderPath()
Zoo.sitePackagesPath()
Zoo.descriptorFromDict()
Zoo.descriptorForPackageName()
Zoo.descriptorsForPackageNames()
Zoo.descriptorFromPath()
Zoo.runCommand()
Zoo.shutdown()
Zoo.reload()
currentConfig()
setCurrentConfig()
zooFromPath()
- Zoo tools Host Engine
- Constants
- Descriptors
- Resolver
Environment
Environment.environmentPath()
Environment.loadEnvironmentFile()
Environment.updateEnvironmentDescriptorFromDict()
Environment.removeDescriptorFromEnvironment()
Environment.createEnvironmentFile()
Environment.resolveFromPath()
Environment.resolve()
Environment.shutdown()
Environment.packageFromPath()
Environment.packageForDescriptor()
Environment.existingPackage()
Environment.packageByName()
Environment.testPackagesInCurrentEnv()
- Package
isPackageDirectory()
Package
Package.fromData()
Package.setVersion()
Package.processFile()
Package.setPath()
Package.exists()
Package.processData()
Package.dirname()
Package.setName()
Package.delete()
Package.searchStr()
Package.nameForPackageNameAndVersion()
Package.resolve()
Package.resolveEnvPath()
Package.save()
Package.updateAndWriteVersion()
Package.createZip()
Package.copyTo()
Package.runInstall()
Package.runUninstall()
Package.runStartup()
Package.shutdown()
- Plugin Manager
PluginManager
PluginManager.registerByEnv()
PluginManager.registerPaths()
PluginManager.registerPath()
PluginManager.registerByModule()
PluginManager.registerByPackage()
PluginManager.registerPlugin()
PluginManager.loadPlugin()
PluginManager.loadAllPlugins()
PluginManager.getPlugin()
PluginManager.unload()
PluginManager.unloadAllPlugins()
- Plugin
- Environment registry
- API Reference
- Preference Manager
PreferenceManager
PreferenceManager.DEFAULT_USER_PREFERENCE_NAME
PreferenceManager.hasInterface()
PreferenceManager.interface()
PreferenceManager.interfaces()
PreferenceManager.iterPackagePreferenceRoots()
PreferenceManager.iterPackagePrefPath()
PreferenceManager.packagePreferenceRootLocation()
PreferenceManager.packagePreferenceLocation()
PreferenceManager.copyOriginalToRoot()
PreferenceManager.moveRootLocation()
PreferenceManager.setRootLocation()
PreferenceManager.assetPath()
PreferenceManager.prefsPath()
PreferenceManager.defaultPreferencePath()
PreferenceManager.defaultPreferenceSettings()
PreferenceManager.findSetting()
- Interface
- Custom Interfaces
GeneralPreferences
pluginPath()
ToolsetPreference
HiveInterface
HiveInterface.id
HiveInterface.upgradePreferences()
HiveInterface.upgradeAssets()
HiveInterface.defaultUserTemplatePath()
HiveInterface.repostoryAssetPath()
HiveInterface.defaultExportPluginPath()
HiveInterface.defaultBuildScriptPath()
HiveInterface.defaultNamingConfigPath()
HiveInterface.userComponentPaths()
HiveInterface.userBuildScriptPaths()
HiveInterface.userBuildScripts()
HiveInterface.userTemplatePaths()
HiveInterface.userTemplateSavePath()
HiveInterface.exporterPluginPaths()
HiveInterface.exporterPluginOverrides()
HiveInterface.namingPresetPaths()
HiveInterface.namingPresetHierarchy()
HiveInterface.namingPresetSavePath()
HiveInterface.setNamingPresetHierarchy()
HiveInterface.setNamingPresetPaths()
HiveInterface.setNamingPresetSavePath()
HiveInterface.setUserBuildScripts()
HiveInterface.setUserComponentPaths()
HiveInterface.setUserBuildScriptPaths()
HiveInterface.setUserTemplatePaths()
HiveInterface.setUserTemplateSavePath()
- Preference Manager
- Tooldata
- Git Wrapper
- Change Log
- Utilties
- Environment handling
- Filesystem
- Processes
SubprocessError
subprocessCheckOutput()
checkOutput()
Singleton
ObjectDict
importModule()
iterModules()
iterMembers()
isDottedPath()
iterSubclassesFromModule()
asDottedPath()
runScriptFunction()
CentralLogManager
logLevels()
levelsDict()
getLogger()
globalLogLevelOverride()
reloadLoggerHierarchy()
iterLoggers()
rootLogger()
setGlobalDebug()
isGlobalDebug()
flushUnder()
reloadZoo()
camelToNice()
titleCase()
newLines()
isStr()
fileSafeName()
wordWrapPath()
shortenPath()
trailingNumber()
incrementName()
findNonAscii()
isAscii()
- Exception Types