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: