Library reference¶
Data attributes¶
- nusex.__productname__¶
- nusex.__description__¶
- nusex.__url__¶
A link to the GitHub repository.
- nusex.__docs__¶
A link to the documentation.
- nusex.__author__¶
- nusex.__author_email__¶
- nusex.__license__¶
- nusex.__bugtracker__¶
A link to the issues page on the GitHub repository.
- nusex.__ci__¶
A link to the actions page on the GitHub repository.
Exceptions¶
- exception nusex.errors.NusexException¶
The base exception class for nusex.
- exception nusex.errors.NusexAPIException¶
The base exception class for errors relating to the API.
- exception nusex.errors.NusexCLIException¶
The base exception class for errors relating to the CLI.
- exception nusex.errors.NotSupported¶
Exception thrown when something is not supported.
- exception nusex.errors.InvalidName¶
Exception thrown when attempting to save a template or profile with an invalid name.
- exception nusex.errors.TemplateError¶
Exception thrown when something goes wrong with a template.
Exception hierarchy¶
ExceptionNusexExceptionNusexAPIExceptionInvalidNameTemplateErrorInvalidBlueprint
NusexCLIExceptionNotSupported