We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a7799 commit aaa2115Copy full SHA for aaa2115
README.md
@@ -1,9 +1,10 @@
1
# epanet-python
2
python wrapper for epanet library
3
+Works with both Python 2.7 and 3.x
4
5
## epamodule
6
A Python module that permits Epanet toolkit library calls from pure Python programs.
-epanet2.py is generated from epanet2.h by ctypesgen
7
+Dropped inteface generated by ctypesgen from epanet2.h (beacause not working with 2.x and 3.x)
8
9
Example2.py is example2.c from toolkit help rewritten in Python as example of epamodule use.
10
0 commit comments