anaconda / anaconda-client

Anaconda Server Client

Home Page:https://anaconda.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anaconda Client

This is a command line client that provides an interface to anaconda.org.

Quickstart:

First, create an account on anaconda.org, if you may still don't have one.

Then, install anaconda-client into your conda environment:

conda install anaconda-client

Log into your account:

anaconda login

Test your login wit the whoami command:

anaconda whoami

For a complete tutorial on building and uploading Conda packages to anaconda.org visit the documentation page.

Local development

Setup conda environment:

make init

Activate development environment:

conda activate anaconda_client

Run anaconda-client commands:

python -m binstar_client.scripts.cli --version

About

Anaconda Server Client

https://anaconda.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 96.3%Language:Shell 2.6%Language:Jupyter Notebook 0.7%Language:Makefile 0.4%Language:Ruby 0.0%