Table of Contents

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.

  • Create a free Anaconda.org account
  • Install the client
conda install anaconda-client
  • Upload
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