HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.PackageDependency Class Reference

Public Member Functions

 __init__ (self, _api.PackageDependency packageDependency)
bool SatisfiesConstraint (self, str version)
 Checks whether a particular version satisfies the package dependency's version requirements.

Protected Attributes

 _Entity = packageDependency

Properties

 Identifier = property
 The identifier of the required dependency package.
 VersionConstraint = property
 The version constraints for the required dependency package.

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.PackageDependency.__init__ ( self,
_api.PackageDependency packageDependency )

Member Function Documentation

◆ SatisfiesConstraint()

bool hyperx.api.PackageDependency.SatisfiesConstraint ( self,
str version )

Checks whether a particular version satisfies the package dependency's version requirements.

Member Data Documentation

◆ _Entity

hyperx.api.PackageDependency._Entity = packageDependency
protected

Property Documentation

◆ Identifier

hyperx.api.PackageDependency.Identifier = property
static

The identifier of the required dependency package.

◆ VersionConstraint

hyperx.api.PackageDependency.VersionConstraint = property
static

The version constraints for the required dependency package.


The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py