pkg.Package
¶
pkg.Package
provides information about a package (e.g. an XBRL Taxonomy package or XML Schema package).
- class pkg.Package¶
Methods¶
- pkg.Package.altova_version()¶
The version number assigned by Altova for this package.
pkg.Package.altova_version()
follows the semver scheme.
- pkg.Package.deprecated()¶
Returns True if the package is deprecated and should not be used for new projects, False otherwise.
- pkg.Package.description()¶
The description of the package based on the information of the original Taxonomy package or XML Schema author.
- pkg.Package.disabled_assertions_file()¶
XBRL Taxonomies only: if any, then a file to ignore assertions during validating an XBRL instance documents (the –ignore-assertions-file for raptorxmlxbrl command line tool).
- pkg.Package.entrypoint_groups()¶
the
pkg.EntryPoint
are organized in groups. Returns an iterator ofpkg.EntryPointGroup
members.
- pkg.Package.homepage()¶
The homepage of the original Taxonomy package or XML Schema.
- pkg.Package.id()¶
The Altova assigned unique identifier for this package.
- pkg.Package.major_version()¶
The major version part of
pkg.Package.version()
.
- pkg.Package.name()¶
The short name of the package.
- pkg.Package.title()¶
The title of the package based on the information of the original Taxonomy package or XML Schema author.
- pkg.Package.version()¶
The version of the package based on the information of the original Taxonomy package or XML Schema author.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__