create_env              Create a Conda Environment
env_exists              Check If Environment Already exists
get_env_dir             Retrieve Path To Environment
get_install_dir         Retrieve and Create the 'condathis' Data
                        Directory
get_sys_arch            Retrieve Operating System and CPU Architecture
install_micromamba      Install Micromamba Binaries in the 'condathis'
                        Controlled Path
install_packages        Install Packages in a Existing Conda
                        Environment
list_envs               List Installed Conda Environments
list_packages           List Packages Installed in a Conda Environment
micromamba_bin_path     Retrieve Path to the 'micromamba' Executable
parse_output            Parse the output of a Condathis command
remove_env              Remove a Conda Environment
run                     Run Command-Line Tools in a Conda Environment
run_bin                 Run a Binary from a Conda Environment Without
                        Environment Activation
with_sandbox_dir        Execute Code in a Temporary Directory
