Metadata-Version: 2.4
Name: comets
Version: 1.5.2
Summary: CoMETS, the Cosmo Model Experimentation Toolbox, is a Python library for experimenting with numerical models and simulators
Home-page: https://github.com/Cosmo-Tech/comets
Author: Cosmo Tech
Author-email: team.next@cosmotech.com
License: Cosmo Tech
Keywords: CosmoTech,comets,Model Experimentation,Uncertainty Analysis,Sensibility Analysis,Optimization
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22.0; python_version == "3.8"
Requires-Dist: numpy>=1.25.0; python_version >= "3.9" and python_version < "3.12"
Requires-Dist: numpy>=1.26.2; python_version >= "3.12"
Requires-Dist: scipy>=1.10; python_version < "3.12"
Requires-Dist: scipy>=1.14.1; python_version >= "3.12"
Requires-Dist: joblib>=1.2.0
Requires-Dist: pandas>=1.4.0; python_version < "3.13"
Requires-Dist: pandas>=2.2.3; python_version >= "3.13"
Requires-Dist: scikit-learn<1.4.0,>=1.0.2; python_version == "3.8"
Requires-Dist: scikit-learn>=1.5.0; python_version >= "3.9"
Requires-Dist: cma>=3.2.2
Requires-Dist: nevergrad>=0.5.0
Requires-Dist: bayesian-optimization>=1.4.0
Requires-Dist: SALib>=1.4.1
Requires-Dist: ddsketch>=2.0.4
Provides-Extra: dev
Requires-Dist: scikit-optimize>=0.9.0; extra == "dev"
Requires-Dist: pymoo>=0.6.0.1; extra == "dev"
Requires-Dist: fcmaes>=1.2.7; extra == "dev"
Requires-Dist: loguru>=0.7; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest>=4.6; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=1.2.0; extra == "dev"
Requires-Dist: sphinx_toolbox; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: pytest-forked; extra == "dev"
Provides-Extra: dev-only
Requires-Dist: black; extra == "dev-only"
Requires-Dist: flake8; extra == "dev-only"
Requires-Dist: pytest>=4.6; extra == "dev-only"
Requires-Dist: pre-commit; extra == "dev-only"
Requires-Dist: coverage; extra == "dev-only"
Requires-Dist: pytest-cov; extra == "dev-only"
Requires-Dist: sphinx; extra == "dev-only"
Requires-Dist: sphinx-rtd-theme>=1.2.0; extra == "dev-only"
Requires-Dist: sphinx_toolbox; extra == "dev-only"
Requires-Dist: tox; extra == "dev-only"
Requires-Dist: pytest-xdist; extra == "dev-only"
Requires-Dist: pytest-forked; extra == "dev-only"
Provides-Extra: all
Requires-Dist: scikit-optimize>=0.9.0; extra == "all"
Requires-Dist: pymoo>=0.6.0.1; extra == "all"
Requires-Dist: fcmaes>=1.2.7; extra == "all"
Requires-Dist: loguru>=0.7; extra == "all"
Provides-Extra: opt
Requires-Dist: nevergrad>=0.5.0; extra == "opt"
Requires-Dist: bayesian-optimization>=1.4.0; extra == "opt"
Requires-Dist: pymoo>=0.6.0.1; extra == "opt"
Requires-Dist: fcmaes>=1.2.7; extra == "opt"
Requires-Dist: loguru>=0.7; extra == "opt"
Provides-Extra: ua
Requires-Dist: ddsketch>=2.0.4; extra == "ua"
Provides-Extra: gsa
Requires-Dist: SALib>=1.4.1; extra == "gsa"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![PyPI version shields.io](https://img.shields.io/pypi/v/comets.svg)](https://pypi.python.org/pypi/comets/)
[![Tests](https://github.com/Cosmo-Tech/comets/actions/workflows/Tests.yml/badge.svg)](https://github.com/Cosmo-Tech/comets/actions/workflows/Tests.yml)

# CoMETS, the Cosmo Model Experimentation Toolbox

CoMETS is a Python library for experimenting with numerical models and simulators.

It offers tools to run, analyze and optimize your models and can be used with both Python models as well as Cosmo Tech simulators.

## Installation

Installation is straightforward using pip:
```
pip install comets[all]
```

## Getting Started

Read the getting started and the tutorials on the [Cosmo Tech Portal](https://portal.cosmotech.com/resources/data-science-library-resource/comets)

## Documentation

Documentation is available on the [Cosmo Tech Portal](https://portal.cosmotech.com/resources/data-science-library-resource/comets)



