clean_cache             Clean Conda cache
create_env              Create a Conda environment
env_exists              Check whether a Conda environment exists
get_env_dir             Get an environment directory path
get_install_dir         Get the 'condathis' data directory
get_sys_arch            Get operating system and CPU architecture
install_micromamba      Install micromamba binaries in the managed
                        condathis path
install_packages        Install packages in a Conda environment
list_envs               List Conda environments managed by condathis
list_packages           List packages in a Conda environment
micromamba_bin_path     Get the managed 'micromamba' binary path
parse_output            Parse command output text
remove_env              Remove a Conda environment
run                     Run a command inside a Conda environment
run_bin                 Run a binary without environment activation
with_sandbox_dir        Execute code in an isolated temporary
                        environment
