Library reference

Data attributes

nusex.__productname__
nusex.__version__

The currently installed version, represented in the PEP 440 format.

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

  • Exception
    • NusexException
      • NusexAPIException
        • InvalidName

        • TemplateError
          • InvalidBlueprint

      • NusexCLIException

      • NotSupported