Importing libraries

The supported file format extension is Python Wheels - .whl

You can manage and use different versions of the same library in scripts. You cannot import a library with an existing name and version in the system.

On import these details are retrieved from the file:

  • Library Name
  • Description
  • License
  • Author
  • External Dependencies to other libraries
  • Contents of the library

For more details on supported libraries and library versioning, see Libraries.

To import a library:

  1. Click Import.
  2. Select a local file to upload.
    You can either import a single library or multiple libraries at once. To import multiple libraries, create a .zip file that contains all .whl formatted libraries.

    If you import an existing library with a different release version, a confirmation dialog box is displayed. A new version of an existing library is appended to the existing library.

    If you attempt to import a not supported library, a confirmation dialog box is displayed. You are informed that one or multiple of these exceptions occurred:

    • Library file is in a not supported format.
    • Platform tag is not supported.
    • Python version tag is not supported.
    • ABI tag is not supported.