Metadata-Version: 1.1
Name: itasca
Version: 0.1
Summary: Python connectivity for Itasca software
Home-page: https://github.com/jkfurtney/itasca-python
Author: Jason Furtney
Author-email: jkfurtney@gmail.com
License: BSD
Description: 
        Python connectivity for Itasca software.
        
        This library implements a connection via sockets between Python and
        the numerical modeling software from Itasca Consulting Group.
        Functions are provided to read and write files in the Itasca FISH
        binary format.
        
        www.itascacg.com/software
        
        FLAC, FLAC3D, PFC2D, PFC3D, UDEC & 3DEC
        
        See https://github.com/jkfurtney/itasca-python for more information.
        
Keywords: Itasca,FLAC,FLAC3D,PFC,UDEC,3DEC,PFC2D,PFC2D,FISH
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Intended Audience :: Science/Research
Requires: numpy
