Metadata-Version: 2.4
Name: hipercow
Version: 0.2.2
Summary: The High Performance Computing Workbench, for Python. Set up cluster environments and jobs. Moos not yet included.
Project-URL: Documentation, https://mrc-ide.github.io/hipercow-py
Project-URL: Issues, https://github.com/mrc-ide/hipercow-py/issues
Project-URL: Source, https://github.com/mrc-ide/hipercow-py
Author-email: Rich FitzJohn <r.fitzjohn@imperial.ac.uk>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: click-repl
Requires-Dist: defusedxml
Requires-Dist: keyring
Requires-Dist: pydantic
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: taskwait
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# hipercow

[![PyPI - Version](https://img.shields.io/pypi/v/hipercow.svg)](https://pypi.org/project/hipercow)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hipercow.svg)](https://pypi.org/project/hipercow)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install hipercow
```

## License

`hipercow` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
