Metadata-Version: 2.1
Name: cis-interface
Version: 0.5
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.5.tar.gz
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: Development Status :: 3 - Alpha
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: scipy
Requires-Dist: pyyaml
Requires-Dist: pystache
Requires-Dist: nose
Requires-Dist: zmq
Requires-Dist: psutil
Requires-Dist: matplotlib
Requires-Dist: cerberus
Requires-Dist: jsonschema
Requires-Dist: pint
Requires-Dist: unyt
Requires-Dist: sysv-ipc; platform_system != "Windows"
Requires-Dist: pandas; python_version != "3.4"
Requires-Dist: pandas (<0.21); python_version == "3.4"

|PyPI version| |Build Status| |Build status| |Coverage Status| |codecov|
|PEP8|

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.

.. |PyPI version| image:: https://badge.fury.io/py/cis_interface.svg
   :target: https://badge.fury.io/py/cis_interface
.. |Build Status| image:: https://travis-ci.org/cropsinsilico/cis_interface.svg?branch=master
   :target: https://travis-ci.org/cropsinsilico/cis_interface
.. |Build status| image:: https://ci.appveyor.com/api/projects/status/y9du52gefaw4ees9/branch/master?svg=true
   :target: https://ci.appveyor.com/project/langmm/cis-interface/branch/master
.. |Coverage Status| image:: https://coveralls.io/repos/github/cropsinsilico/cis_interface/badge.svg?branch=master
   :target: https://coveralls.io/github/cropsinsilico/cis_interface?branch=master
.. |codecov| image:: https://codecov.io/gh/cropsinsilico/cis_interface/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/cropsinsilico/cis_interface
.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg
   :target: https://www.python.org/dev/peps/pep-0008/


