Metadata-Version: 2.1 Name: conda Version: 4.13.0 Summary: OS-agnostic, system-level binary package manager. Home-page: https://github.com/conda/conda Author: Anaconda, Inc. Author-email: conda@continuum.io License: BSD-3-Clause Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Requires-Python: >=3.7 License-File: LICENSE.txt License-File: AUTHORS.md .. image:: https://s3.amazonaws.com/conda-dev/conda_logo.svg :alt: Conda Logo Conda is a cross-platform, language-agnostic binary package manager. It is the package manager used by `Anaconda `_ installations, but it may be used for other systems as well. Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. Conda is written entirely in Python, and is BSD licensed open source.