Metadata-Version: 1.0
Name: flopy
Version: 3.2.7
Summary: FloPy is a Python package to create, run, and post-process MODFLOW-based models.
Home-page: https://github.com/modflowpy/flopy/
Author: Mark Bakker, Vincent Post, Chris Langevin, Joe Hughes, Jeremy White, Jeff Starn, Mike Fienen, and Alain Frances
Author-email: mark.bakker@tudelft.nl, vincent.post@flinders.edu.au, langevin@usgs.gov, jdhughes@usgs.gov, jwhite@usgs.gov, aleaf@usgs.gov, spaulinski@usgs.gov, jjstarn@usgs.gov, mnfienen@usgs.gov
License: New BSD
Description: Introduction
        ------------
        
        FloPy includes support for MODFLOW-2000, MODFLOW-2005, MODFLOW-NWT, and
        MODFLOW-USG. Other supported MODFLOW-based models include MODPATH
        (version 6), MT3DMS, MT3D-USGS, and SEAWAT.
        
        FloPy now includes beta support for MODFLOW 6.
        
        For general modeling issues, please consult a modeling forum, such as
        the `MODFLOW Users
        Group <https://groups.google.com/forum/#!forum/modflow>`__. Other
        MODFLOW resources are listed in the `MODFLOW
        Resources <https://github.com/modflowpy/flopy#modflow-resources>`__
        section.
        
        If you think you have found a bug in FloPy, or if you would like to
        suggest an improvement or enhancement, please submit a new Issue through
        the Github Issue tracker toward the upper-right corner of this page.
        Pull requests will only be accepted on the develop branch of the
        repository.
        
        Documentation
        -------------
        
        FloPy code documentation is available at
        http://modflowpy.github.io/flopydoc/
        
        How to Cite
        -----------
        
        *Citation for FloPy:*
        
        `Bakker, M., Post, V., Langevin, C. D., Hughes, J. D., White, J. T.,
        Starn, J. J. and Fienen, M. N., 2016, Scripting MODFLOW Model
        Development Using Python and FloPy: Groundwater, v. 54, p. 733–739,
        doi:10.1111/gwat.12413. <http://dx.doi.org/10.1111/gwat.12413>`__
        
        *Software/Code citation for FloPy:*
        
        `Bakker, M., Post, V., Langevin, C.D., Hughes, J.D., White, J.T., Starn,
        J.J., and Fienen, M.N., 2017, FloPy v3.2.7: U.S. Geological Survey
        Software Release, 01 December 2017,
        http://dx.doi.org/10.5066/F7BK19FH <http://dx.doi.org/10.5066/F7BK19FH>`__
        
        Installation
        ------------
        
        To install FloPy version 3.2.7:
        
        ::
        
            pip install flopy
        
        To update to FloPy version 3.2.7:
        
        ::
        
            pip install flopy --upgrade
        
Platform: Windows
Platform: Mac OS-X
Platform: Linux
