exports#
Backported exports for conda-build.
Functions#
|
|
|
|
|
|
|
Return a dictionary of the linked packages in prefix. |
|
Return the Dists of linked packages in prefix. |
|
Return the install metadata for a linked package in a prefix, or None |
|
Attributes#
- non_x86_linux_machines#
- get_default_urls#
- arch_name#
- binstar_upload#
- bits#
- default_prefix#
- default_python#
- envs_dirs#
- pkgs_dirs#
- platform#
- root_dir#
- root_writable#
- subdir#
- conda_build#
- get_rc_urls#
- get_local_urls#
- load_condarc#
- PaddingError#
- LinkError#
- CondaOSError#
- CondaFileNotFoundError#
- PY3 = True#
- string_types#
- text_type#
- rm_rf(path, max_retries=5, trash=True)#
- get_index(channel_urls=(), prepend=True, platform=None, use_local=False, use_cache=False, unknown=None, prefix=None)#
- package_cache()#
- linked_data(prefix, ignore_channels=False)#
Return a dictionary of the linked packages in prefix.
- linked(prefix, ignore_channels=False)#
Return the Dists of linked packages in prefix.
- is_linked(prefix, dist)#
Return the install metadata for a linked package in a prefix, or None if the package is not linked in the prefix.
- download(url, dst_path, session=None, md5sum=None, urlstxt=False, retries=3, sha256=None, size=None)#