Module package

Module package 

Source
Expand description

Package management tools.

Structs§

PackageInfo
Information about a package.

Enums§

PackageFilter
A filter for packages.

Functions§

check_package
Check Package.
find_package_and_latest
Finds the package entry for a given package spec, and also the latest version entry.
get_manifest
Parses the manifest of the package located at package_path.
get_manifest_id
Parses the manifest of the package located at package_path.
list_package
Get the packages in namespaces and their descriptions.
parse_package_import
Parses a package import from a string literal node in an import statement. Returns the PackageSpec if it’s a valid package import.