Expand description
Package management tools.
Structs§
- Package
Info - Information about a package.
Enums§
- Package
Filter - 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.