python-cgns Code
Status: Alpha
Brought to you by:
boroli
File | Date | Author | Commit |
---|---|---|---|
debian | 2011-02-09 |
![]() |
[110f3f] Initial commit, copied files over from svn |
src | 2011-04-08 |
![]() |
[bbba1f] 1) Modified version number to 0.3 |
tutorial | 2011-02-09 |
![]() |
[110f3f] Initial commit, copied files over from svn |
ChangeLog | 2011-02-09 |
![]() |
[110f3f] Initial commit, copied files over from svn |
LICENSE | 2011-02-09 |
![]() |
[110f3f] Initial commit, copied files over from svn |
MANIFEST.in | 2011-02-09 |
![]() |
[110f3f] Initial commit, copied files over from svn |
README | 2011-02-09 |
![]() |
[110f3f] Initial commit, copied files over from svn |
python-cgns.spec | 2011-03-29 |
![]() |
[907945] 1) Modified version number to 0.3 |
setup.py | 2011-04-08 |
![]() |
[bbba1f] 1) Modified version number to 0.3 |
PythonCGNS PythonCGNS is a simple Python language binding for the CGNS library, created with the SWIG utility. It consists of several Python Extensions, which provides methods for reading, writing and manipulation of cgns files. Dependency ========== Swig 1.3 Python 2.* Tested with libcgns-2.5.4 (http://sourceforge.net/projects/cgns/) Installation ============ Unpack the cgns package and type (with administrator rights) in the root directory of the cgns package: python setup.py install For additional information, please have a look at the python documentation for Distutils. Source Files ============ The wrapping of the python binding was done with Swig. You will find all swig interface files in the src sub directory. Examples ======== These examples are shipped with the PythonCGNS package: cgnsTest.py License ======= The PythonCGNS extension is distributed under the GNU GPL Version 3, which can be found in the file 'LICENSE'. Oliver Borm oli.borm@web.de