Metadata-Version: 2.1
Name: mopet
Version: 0.1
Summary: The mildly ominous parameter exploration toolkit
Home-page: https://github.com/caglorithm/mopet
Author: Caglar Cakan
Author-email: cakan@ni.tu-berlin.de
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6, <3.8
Description-Content-Type: text/markdown
Requires-Dist: ray
Requires-Dist: numpy (>=1.16)
Requires-Dist: tables
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: aiohttp
Requires-Dist: psutil
Requires-Dist: setproctitle
Requires-Dist: grpcio

<p align="center">
  <a href="https://travis-ci.org/neurolib-dev/neurolib">
  	<img alt="Build" src="https://travis-ci.org/caglorithm/mopet.svg?branch=master"></a>

  <a href="https://www.python.org/downloads/release">
  	<img alt="Python 3.6 + 3.7" src="https://img.shields.io/badge/python-3.6 + 3.7-blue.svg"></a>

  <a href="https://github.com/caglorithm/mopet/releases">
  	<img alt="Release" src="https://img.shields.io/github/v/release/caglorithm/mopet"></a>

  <a href="https://pypi.org/project/mopet/">
  	<img alt="PyPI" src="https://img.shields.io/pypi/v/mopet"></a>

  <a href="https://codecov.io/gh/caglorithm/mopet">
  	<img alt="codecov" src="https://codecov.io/gh/caglorithm/mopet/branch/master/graph/badge.svg"></a>

  <a href="https://pepy.tech/project/mopet">
  	<img alt="Downloads" src="https://pepy.tech/badge/mopet"></a>

  <a href="https://github.com/psf/black">
  	<img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

</p>


# mopet
*The mildly ominous parameter exploration toolkit* 🛵

Isn't it strange that, although parameter explorations are a crucial part of computational modeling, there are almost no Python tools available for it? This is

