Metadata-Version: 2.1
Name: conda-store
Version: 0.4.14
Summary: conda-store client
Project-URL: Homepage, https://conda.store/
Project-URL: Source, https://github.com/Quansight/conda-store
Author-email: Christopher Ostrouchov <chris.ostrouchov@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: conda
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Requires-Dist: aiohttp
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: ruamel-yaml
Requires-Dist: yarl
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Description-Content-Type: text/markdown

# conda-store

[![Documentation Status](https://readthedocs.org/projects/conda-store/badge/?version=latest)](https://conda-store.readthedocs.io/en/latest/?badge=latest)

A client library for interacting with a conda-store server. See the
[documentation](https://conda-store.readthedocs.io/en/latest/) for
more information. The client library provides a CLI for interacting
with conda-store.

```shell
$ conda-store --help
Usage: conda-store [OPTIONS] COMMAND [ARGS]...

Options:
  --conda-store-url TEXT     conda-store base url including prefix
  --auth [none|token|basic]  conda-store authentication to use
  --no-verify-ssl            Disable tls verification on API requests
  --help                     Show this message and exit.

Commands:
  download  Download artifacts for given build
  info      Get current permissions and default namespace
  list
  run       Execute given environment specified as a URI with COMMAND
  solve     Remotely solve given environment.yaml
  wait      Wait for given URI to complete or fail building
```
