Metadata-Version: 1.1
Name: foamPy
Version: 0.0.2
Summary: Python package for working with OpenFOAM.
Home-page: https://github.com/petebachant/foamPy.git
Author: Pete Bachant
Author-email: petebachant@gmail.com
License: MIT
Description: # foamPy
        
        A work-in-progress Python package for working with OpenFOAM--not to be confused
        with PyFoam. Basically, this is a collection of useful functions and scripts
        I have written and want to have available for the sake of reproducibility. 
        
        ## Installation
        
        ### With `pip`
        
            pip install foampy
        
        ### From source
        Clone this repository, and in this directory run
        
            python setup.py install
        
        ## Usage
        
        ### Assessing the progress of an OpenFOAM run
        
        In a case directory, run
        
            foampy-progress
        
        For a PyQt GUI progress bar run
        
            foampy-progress-gui
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering :: Physics
