Metadata-Version: 2.1
Name: conda-store-server
Version: 0.4.14
Summary: Conda Environment Management, Builds, and Serve
Project-URL: Homepage, https://conda.store/
Project-URL: Source, https://github.com/Quansight/conda-store
Author-email: Christopher Ostrouchov <crhsi.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: celery
Requires-Dist: conda-docker
Requires-Dist: conda-pack
Requires-Dist: fastapi
Requires-Dist: filelock
Requires-Dist: itsdangerous
Requires-Dist: jinja2
Requires-Dist: minio
Requires-Dist: pydantic
Requires-Dist: pyjwt
Requires-Dist: python-multipart
Requires-Dist: pyyaml
Requires-Dist: redis
Requires-Dist: requests
Requires-Dist: sqlalchemy
Requires-Dist: traitlets
Requires-Dist: yarl
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Description-Content-Type: text/markdown

# conda-store server

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

A multi-tenant server for managing Conda environments. See the
[documentation](https://conda-store.readthedocs.io/en/latest/) for
more information.
