Metadata-Version: 2.1
Name: idmtools-slurm-utils
Version: 2.1.0
Summary: idmtools slurm utils
Home-page: UNKNOWN
Author: Clinton Collins
Author-email: ccollins@idmod.org
License: UNKNOWN
Keywords: modeling,IDM
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: packaging

![Staging: idmtools-slurm-utils](https://github.com/InstituteforDiseaseModeling/idmtools/workflows/Staging:%20idmtools-slurm-utils/badge.svg?branch=dev)

# idmtools-slurm-utils

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Development Tips](#development-tips)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Development Tips

There is a Makefile file available for most common development tasks. Here is a list of commands
```bash
clean       -   Clean up temproary files
lint        -   Lint package and tests
test        -   Run All tests
coverage    -   Run tests and generate coverage report that is shown in browser
```
On Windows, you can use `pymake` instead of `make`


