PackageTools - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the PackageTools Package

 

Calling Sequence

Description

List of PackageTools Commands

Examples

Compatibility

Calling Sequence

PackageTools:-command(arguments)

command(arguments)

Description

• 

The PackageTools package provides tools for managing workbook-based packages.

• 

The Create command creates a workbook while the AddAttachment command adds attachments, such as file containing package code, to a workbook.

• 

The GetProperty and SetProperty commands provide capabilities to retrieve (get) and set named properties (for example, "name" and "author") of a workbook, respectively.

• 

The GetModules command retrieves the name for any saved modules in a workbook-based package.

• 

The SupplyPassword command allows you to unlock a password-protected workbook for the current session.  You can then access the password-protected content with general Maple commands.

• 

The Install and Uninstall commands install or uninstall package workbooks.

• 

The IsPackageInstalled command returns a true-false value based on if a package is installed.

• 

The ListInstalledPackages returns a list of installed packages.

• 

Each command in the PackageTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

List of PackageTools Commands

• 

The commands in the PackageTools package are:

AddAttachment

Create

GetModules

GetProperty

Install

IsPackageInstalled

ListInstalledPackages

SetProperty

SupplyPassword

Uninstall

 

 

Examples

withPackageTools:

Compatibility

• 

The PackageTools package was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

HelpTools

LibraryTools

savelib