Metadata-Version: 2.1
Name: comets
Version: 1.1.0
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.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: scipy (>=1.7)
Requires-Dist: joblib
Requires-Dist: pandas
Requires-Dist: nevergrad
Requires-Dist: chaospy
Requires-Dist: SALib
Requires-Dist: scikit-learn
Requires-Dist: scikit-optimize
Provides-Extra: all
Requires-Dist: numpy (>=1.15.0) ; extra == 'all'
Requires-Dist: scipy (>=1.7) ; extra == 'all'
Requires-Dist: joblib ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: nevergrad ; extra == 'all'
Requires-Dist: chaospy ; extra == 'all'
Requires-Dist: SALib ; extra == 'all'
Requires-Dist: scikit-learn ; extra == 'all'
Requires-Dist: scikit-optimize ; extra == 'all'
Requires-Dist: fcmaes (>=1.2.7) ; extra == 'all'
Provides-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 ; extra == 'dev'
Requires-Dist: sphinx-toolbox ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'

[![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
```

## 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)



