About Anaconda Help Download Anaconda

anaconda-cloud / packages / anaconda-cloud-cli
conda Standard Python
0.2.0

A client auth library for Anaconda.cloud APIs

  • 936 total downloads
  • Last upload: 13 days and 13 hours ago

Installers

  • noarch v0.2.0

conda install

To install this package run one of the following:
conda install anaconda-cloud::anaconda-cloud-cli
conda install anaconda-cloud/label/dev::anaconda-cloud-cli

pip install

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/anaconda-cloud/simple anaconda-cloud-cli
pip install -i https://pypi.anaconda.org/anaconda-cloud/label/dev/simple anaconda-cloud-cli

Description

anaconda-cloud-cli

The base CLI for Anaconda Cloud. It currently provides the handling of cloud login/logout, and backwards-compatible passthrough of arguments to the core anaconda-client CLI.

This CLI is intended to provide identical behavior to anaconda-client, except for minor changes to the login/logout flow, to provide a gentle deprecation path.

Setup for development

Ensure you have conda installed. Then run:

make setup

Run the unit tests

make test

Run the unit tests across isolated environments with tox

make tox

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.1) Legal | Privacy Policy