Metadata-Version: 2.1
Name: biosimulators_utils
Version: 0.1.13
Summary: Utilities for building standardized command-line interfaces for biosimulation tools
Home-page: https://github.com/biosimulators/Biosimulators_utils
Author: Center for Reproducible Biomedical Modeling
Author-email: info@biosimulators.org
License: MIT
Download-URL: https://github.com/biosimulators/Biosimulators_utils
Description: |Latest release| |PyPI| |CI status| |Test coverage|
        
        BioSimulators utils
        ===================
        
        Utilities for building standardized command-line interfaces for
        biosimulation tools that support the `Simulation Experiment Description
        Markup Language <https://sed-ml.org/>`__ (SED-ML) and the `COMBINE/OMEX
        format <https://combinearchive.org/>`__.
        
        Contents
        --------
        
        -  `Installation <#installation>`__
        -  `API documentation <#api-documentation>`__
        -  `License <#license>`__
        -  `Development team <#development-team>`__
        -  `Contributing to BioSimulators
           utils <#contributing-to-biosimulators-utils>`__
        -  `Acknowledgements <#acknowledgements>`__
        -  `Questions and comments <#questions-and-comments>`__
        
        Installation
        ------------
        
        Requirements
        
        -  Python >= 3.7
        -  pip
        
        Install latest release from PyPI
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
           pip install biosimulators-utils
        
        Install latest revision from GitHub
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
           pip install git+https://github.com/biosimulators/Biosimulators_utils.git#biosimulators_utils
        
        API documentation
        -----------------
        
        API documentation is available
        `here <https://biosimulators.github.io/Biosimulators_utils/>`__.
        
        License
        -------
        
        This package is released under the `MIT license <LICENSE>`__.
        
        Development team
        ----------------
        
        This package was developed by the `Karr Lab <https://www.karrlab.org>`__
        at the Icahn School of Medicine at Mount Sinai in New York and the
        `Center for Reproducible Biomedical
        Modeling <http://reproduciblebiomodels.org>`__.
        
        Contributing to BioSimulators utils
        -----------------------------------
        
        We enthusiastically welcome contributions to BioSimulators utils! Please
        see the `guide to contributing <CONTRIBUTING.md>`__ and the `developer's
        code of conduct <CODE_OF_CONDUCT.md>`__.
        
        Acknowledgements
        ----------------
        
        This work was supported by National Institutes of Health award
        P41EB023912.
        
        Questions and comments
        ----------------------
        
        Please contact the `BioSimulators
        Team <mailto:info@biosimulators.org>`__ with any questions or comments.
        
        .. |Latest release| image:: https://img.shields.io/github/v/release/biosimulators/Biosimulators_utils
           :target: https://github.com/biosimulators/Biosimulators_utils/releases
        .. |PyPI| image:: https://img.shields.io/pypi/v/biosimulators-utils
           :target: https://pypi.org/project/biosimulators-utils/
        .. |CI status| image:: https://github.com/biosimulators/Biosimulators_utils/workflows/Continuous%20integration/badge.svg
           :target: https://github.com/biosimulators/Biosimulators_utils/actions?query=workflow%3A%22Continuous+integration%22
        .. |Test coverage| image:: https://codecov.io/gh/biosimulators/Biosimulators_utils/branch/dev/graph/badge.svg
           :target: https://codecov.io/gh/biosimulators/Biosimulators_utils
        
Keywords: systems biology modeling simulation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides-Extra: docker
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: all
