---------------------------------------------------------------------- This is the API documentation for the gdtest_pdm library. ---------------------------------------------------------------------- ## Functions Utility functions install(package: str, version: str = 'latest') -> bool Install a package. Parameters ---------- package Package name. version Version constraint. Returns ------- bool True if installed successfully. remove(package: str) -> bool Remove a package. Parameters ---------- package Package name to remove. Returns ------- bool True if removed successfully.