Table of Contents

Anaconda.org (Anaconda Cloud)

About

Anaconda.org is a repository (Conda - Channel ?) of package

The user name is referred to as the Anaconda Cloud channel

Management

Package list

https://docs.anaconda.com/anaconda/packages/pkg-docs

Upload

How to upload a package build tar file.

conda install anaconda-client
anaconda upload Miniconda\conda-bld\win-64\package-version-python-version.tar.bz2
# Example
anaconda upload Miniconda\conda-bld\win-64\pyinstrument-0.13.1-py27_0.tar.bz2

Configuration

Config to upload all successful build automatically.

conda config --set anaconda_upload yes