Skip to content

Repository files navigation

MODFLOW developer tools

CI Documentation Status GitHub contributors GitHub tag

PyPI License PyPI Status PyPI Format PyPI Version PyPI Versions

Anaconda License Anaconda Version Anaconda Updated

Python development tools for MODFLOW 6 and related projects.

Features

Requirements

Python3.11+, dependency-free by default.

Two optional dependencies are available, oriented around specific use cases:

  • ecosystem: program/model management, definition file utilities
  • pytest: pytest fixtures, markers, and extensions

Installation

modflow-devtools is available on PyPI and can be installed with pip:

pip install modflow-devtools

To install the optional dependencies (choose one or more):

pip install "modflow-devtools[ecosystem,pytest]"

To install from source and set up a development environment please see the developer documentation.

To use the pytest fixtures provided by modflow-devtools, add the following to a test file or conftest.py file:

pytest_plugins = ["modflow_devtools.fixtures"]

Note: this must be a top-level conftest.py, which nested conftest.py files may then override or extend.

Documentation

Docs are available at modflow-devtools.readthedocs.io.

For more info on MODFLOW 6 see the USGS overview.

About

MODFLOW development toolkit

Resources

Contributing

Stars

3 stars

Watchers

12 watching

Forks

Releases

Packages

Used by

Contributors

Languages