Metadata-Version: 2.1
Name: idmtools-platform-comps
Version: 0.2.0
Summary: Comps platform for IDM-Tools
Home-page: https://github.com/InstituteforDiseaseModeling/idmtools
Author: ['Sharon Chen', 'Clinton Collins', 'Zhaowei Du', 'Mary Fisher', 'Clark Kirkman IV', 'Benoit Raybaud']
Author-email: ["'schen@idmod.org", 'ccollins@idmod.org', 'zdu@idmod.org', 'mfisher@idmod.org', 'ckirkman@idmod.org', 'braybaud@idmod.org']
License: UNKNOWN
Description: # 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: Framework:: IDM-Tools :: Platform
Provides-Extra: packaging
Provides-Extra: test
Provides-Extra: dev
