We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4dccd4 + 367d06a commit af80db8Copy full SHA for af80db8
1 file changed
README.md
@@ -1,11 +1,12 @@
1
# epanet-python
2
Is home for Python packages related to the EPANET engine.
3
4
+## Build Status
5
+[Appveyor](https://ci.appveyor.com/project/openwateranalytics/epanet-python)
6
+
7
## Contents
8
* epanet-module - A ctypes based wrapper for the EPANET Toolkit (with support for reading EPANET binary output files).
-* epanet-output - A SWIG based wrapper for the EPANET C Output library.
-* epanet-toolkit - A SWIG based wrapper for the EPANET Toolkit.
-* nrtest-epanet - A plugin for performing numerical regression tests on EPANET (requires epanet-output).
9
+* epanet-python - SWIG based wrappers for the EPANET Toolkit and Output libraries.
10
* ...
11
12
## Motivation
0 commit comments