Metadata-Version: 1.1
Name: cis-interface
Version: 0.3
Summary: A framework for combining interdependent models from multiple languages.
Home-page: https://github.com/cropsinsilico/cis_interface
Author: Meagan Lang
Author-email: langmm.astro@gmail.com
License: BSD
Download-URL: https://github.com/cropsinsilico/cis_interface/archive/0.3.tar.gz
Description: [![PyPI version](https://badge.fury.io/py/cis_interface.svg)](https://badge.fury.io/py/cis_interface)
        [![Build Status](https://travis-ci.org/cropsinsilico/cis_interface.svg?branch=master)](https://travis-ci.org/cropsinsilico/cis_interface)
        [![Build status](https://ci.appveyor.com/api/projects/status/y9du52gefaw4ees9/branch/master?svg=true)](https://ci.appveyor.com/project/langmm/cis-interface/branch/master)
        [![Coverage Status](https://coveralls.io/repos/github/cropsinsilico/cis_interface/badge.svg?branch=master)](https://coveralls.io/github/cropsinsilico/cis_interface?branch=master)
        [![codecov](https://codecov.io/gh/cropsinsilico/cis_interface/branch/master/graph/badge.svg)](https://codecov.io/gh/cropsinsilico/cis_interface)
        [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/)
        
        The CiS framework provides support for combining scientific models
        written in different programming languages. To combine two models,
        modelers add simple communications interfaces to the model code
        and provide simple declarative specification files that identfy the
        models that should be run and the inputs and outputs those models
        expect.
        
        The system uses the specification file to configure the communications
        channels and expose them to the models. The complexity of the particular
        communications system is managed by the framework which performns
        communication setup, binds the communications to simple interfaces
        within the models, and manages execution of the models. The complexities
        of model registration and discovery, as well as the complexities of setup
        and management of the communications system are handled under-the-hood
        by the framework under direction of the model specification, freeing
        the domain scientist from implementing communications protocols or
        translating models to the same programming language.
        
        Please refer to the package
        [documentation](https://cropsinsilico.github.io/cis_interface/)
        for additional information
        about the package and directions for installing it.
        
Keywords: plants,simulation,models,framework
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: ML
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Development Status :: 3 - Alpha
