Metadata-Version: 1.0
Name: cgrspy
Version: 1.2.0
Summary: Python interface to the CellML Generics and Reflection Service
Home-page: http://cellml-api.sf.net/
Author: Andrew Miller
Author-email: ak.miller@auckland.ac.nz
License: GPL/LGPL/MPL
Description: CellML Generics and Reflection Service for Python
        =================================================
        
        cgrspy is a Python interface to the CellML API, and allows you to work
        with mathematical models in CellML formats from in Python.
        
        The binding makes use of the CellML Generics and Reflection Service
        (CGRS) to provide dynamically-typed Python bindings.
        
        To use this binding, you must first obtain a build of the CellML API
        that includes the CellML Generics and Reflection Service; CellML API
        version 1.10 and earlier do not include this support.
        
        
        Changelog
        =========
        
        1.2.0 (2018-08-01)
        ------------------
        
        - Provide Python 3 support.
        
        1.1.1 (2012-10-14)
        ------------------
        
        - Various fixes.
        
        1.0.0 (2012-02-07)
        ------------------
        
        - Initial release.
        
Platform: UNKNOWN
