Metadata-Version: 2.1
Name: idmtools-models
Version: 1.7.7
Summary: Core tools for modeling
Home-page: https://github.com/InstituteforDiseaseModeling/idmtools
Author: Ross Carter, Sharon Chen, Clinton Collins, Zhaowei Du, Mary Fisher, Mandy Izzo, Clark Kirkman IV, Benoit Raybaud, Jen Schripsema
Author-email: rcarter@idmod.org, shchen@idmod.org, ccollins@idmod.org, zdu@idmod.org, mafisher@idmod.org, mizzo@idmod.org, ckirkman@idmod.org, braybaud@idmod.org, jschripsema@idmod.org
License: UNKNOWN
Description: ![Staging: idmtools-models](https://github.com/InstituteforDiseaseModeling/idmtools/workflows/Staging:%20idmtools-models/badge.svg?branch=dev)
        
        # idmtools-models
        
        <!-- 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**
        
          - [Installing](#installing)
        - [Development Tips](#development-tips)
        
        <!-- END doctoc generated TOC please keep comment here to allow auto update -->
        
        ## Installing
        
        ```bash
        pip install idmtools-models --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
        ```
        
        # 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`
        
Keywords: modeling,IDM
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework:: IDM-Tools :: models
Provides-Extra: test
Provides-Extra: packaging
