a thin wrapper for epanet hydraulic toolkit
Project description
epanet python package
A slender, auto-generated python wrapper around the owa:epanet hydraulic network analysis toolkit. This package uses SWIG and scikit-build to generate python bindings into the C library. The objective of this package is to establish basic python support for the toolkit, rather than present a "pythonic" interface. More abstractions can be built atop this package to further abstract the API, but the set of functions here is meant to (as closely as practical) mirror the well-known and established C API.
Where possible, SWIG has been configured to throw warnings/exceptions instead of using the customary EPANET return integer value for success-checking. Also any output (pointer) parameters from the C API have been re-routed to return values. In these cases, the return tuple from the Python API will contain the values desired.
Building the libraries
Ensure the EPANET subproject is initialized by running git submodule update --init
(if necessary) and running the following commands (on Windows skip the line ./script/clean.sh
). The following method uses scikit-build
to invoke cmake
for compiling and linking the shared libaries, and builds a python wheel.
./scripts/clean.sh
python3 setup.py sdist bdist_wheel
Test your builds using the following commands.
cd test && \
pipenv install ../dist/*.whl && \
pipenv install pytest && \
pipenv run pytest
This python library was packaged in the following way:
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for owa_epanet-2.2.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeb976160d29fffa05f45776b5603409d25913418f799bdb5a1502f325294195 |
|
MD5 | dde82edb96d0f242f41f4ad84b67abbb |
|
BLAKE2b-256 | bd4ef438379cf8de75d75f71af1261e14f334eb6f76175bf43c4f639b9a94768 |