Skip to content

A1kmm/cellml.pmr2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This package provides CellML Support for PMR2, specifically the generation and display of CellML related data for PMR2 Exposure files.

Installation

This package requires Plone 3 or later, however Plone 4 is now the supported version thus Plone 3 support will not be not explicitly tested.

Installing with buildout

You can install cellml.pmr2 using buildout.

However this module depends on the CellML API Python bindings, which requires its own buildout process. The best way to install this is to use the default PMR2 buildout, which includes all dependencies required to get you started using PMR2 with CellML support.

However, if you must install this package on your own, you may do this in your buildout.cfg file.

Example:

[buildout]
...

[instance]
...

eggs =
    ...
    cellml.pmr2

zcml =
    ...
    cellml.pmr2

Usage

For further usage information, please refer to the tests and the associated README files (i.e. cellml/pmr2/README.rst)

About

CellML annotations for PMR2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%