Anaconda.org (Anaconda Cloud)

Card Puncher Data Processing

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





Discover More
Card Puncher Data Processing
Conda - Install a PyPi Package

How to install a PyPi distribution package in the conda repository. The skeleton command get the PyPI package metadata and create the . Check that the skeleton file was created in the...
Card Puncher Data Processing
Conda - Package

in the context of the conda application Conda packages are downloaded from remote channels, which are URLs to directories containing conda packages. The conda command searches a default set of channels,...



Share this page:
Follow us:
Task Runner