Miscellaneous and report module.
Misc#
- class ansys.dpf.post.misc.Report(additional=None, ncol=3, text_width=80, sort=False, gpu=True)#
Generate a report of installed packages for PyDPF-Post.
- property filesystem: str | Literal[False]#
Get the type of the file system at the path of the scooby package.
- property installed_packages: dict[str, str]#
Return versions of all installed packages.
Added in version 0.11.
- property machine: str#
Return the machine type, e.g. ‘i386’.
An empty string is returned if the value cannot be determined.
- property other_packages: dict[str, str]#
Packages which are installed but not labeled as additional, core, or optional.
This is effectively
installed_packages-packages.Added in version 0.11.
- property packages: dict[str, Any]#
Return versions of all additional, core, and optional packages.
Includes available and unavailable/unknown.
- property python_environment: Literal['Jupyter', 'IPython', 'Python']#
Return the python environment.