Metadata-Version: 2.4
Name: multiplanet
Version: 2.1.0
Summary: VPLANET parameter sweep helper
Home-page: https://github.com/VirtualPlanetaryLaboratory/multi-planet
Author: Caitlyn Wilhelm
Author-email: cwilhelm@uw.edu
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: argparse
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: vspace
Requires-Dist: bigplanet
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


<p align="center">
  <img width = "250" src="docs/VPLanetLogo.png"/>
</p>

<h1 align="center">MultiPlanet: Multi-core Simulations of VPLanet</h1>

<p align="center">
  <a href="https://VirtualPlanetaryLaboratory.github.io/multi-planet/">
    <img src="https://img.shields.io/badge/read-the_docs-blue.svg?style=flat">
  </a>
  <a href="https://github.com/VirtualPlanetaryLaboratory/multi-planet//actions/workflows/docs.yml">
    <img src="https://github.com/VirtualPlanetaryLaboratory/multi-planet//actions/workflows/docs.yml/badge.svg"/>
  </a>
  <a href="LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-purple.svg">
  </a>
  <a href="https://VirtualPlanetaryLaboratory.github.io/vplanet/conduct.html"><img src="https://img.shields.io/badge/Code%20of-Conduct-7d93c7.svg"></a><br>
  <img src="https://img.shields.io/badge/Unit%20Tests-5-darkblue.svg">
  </a>
  <a href="https://github.com/VirtualPlanetaryLaboratory/multi-planet//actions/workflows/tests.yml">
    <img src="https://github.com/VirtualPlanetaryLaboratory/multi-planet//actions/workflows/tests.yml/badge.svg"/>
  </a>
  <img src="https://img.shields.io/badge/Python-3.6--3.9-orange.svg"/><br>
  <a href="https://github.com/VirtualPlanetaryLaboratory/multi-planet//actions/workflows/pip-install.yml">
    <img src="https://github.com/VirtualPlanetaryLaboratory/multi-planet//actions/workflows/pip-install.yml/badge.svg"/>
  </a>
  <img src="https://img.shields.io/badge/Python-3.7--3.9-orange.svg"/>
  <img src = "https://img.shields.io/badge/Platforms-Linux_|%20macOS-darkgreen.svg?style=flat">
</p>

Use `multi-planet` to run a large number of simulations, created with [vspace](https://github.com/VirtualPlanetaryLaboratory/vspace), on one or more cores.  The included script `mpstatus` provides the current status of the simulations. Note that `multi-planet` cannot be used to run simulations across multiple computers. [Read the docs](https://VirtualPlanetaryLaboratory.github.io/multi-planet/) to learn how to run your VPLanet parameter sweeps.
