PackageHelper
Functions
get_package_version @staticmethod
Return the version of an installed pip package.
package :
str name of the pip package (e.g. "reflex", "streamlit")
Return type :
str install @staticmethod
Install a package using uv pip
package :
Any load_module @staticmethod
module_name :
Any package :
Any load_module_from_file @staticmethod
file_path :
Any module_name :
Any module_exists @staticmethod
module_name :
Any Return type :
bool uninstall @staticmethod
Uninstall a package using uv pip
package :
Any