Metadata-Version: 2.1
Name: awive
Version: 0.1.0
Summary: Joseph Pena's bachelor thesis work
License: MIT
Author: Joseph P.
Author-email: joseph.pena@utec.edu.pe
Requires-Python: ==3.9.16
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: autopep8 (>=2.0.0,<3.0.0)
Requires-Dist: bandit (>=1.7.4,<2.0.0)
Requires-Dist: flake8 (>=5.0.4,<6.0.0)
Requires-Dist: isort (>=5.10.1,<6.0.0)
Requires-Dist: matplotlib (>=3.6.2,<4.0.0)
Requires-Dist: mypy (>=0.982,<0.983)
Requires-Dist: opencv-python (>=4.6.0.66,<5.0.0.0)
Requires-Dist: pandas (>=1.5.1,<2.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pydocstyle (>=6.1.1,<7.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: types-requests (>=2.28.11.5,<3.0.0.0)
Requires-Dist: wget (>=3.2,<4.0)
Description-Content-Type: text/markdown

# AWIVE
AWIVE, the acrynomes of Adaptive Water Image Velocimetry Estimator, is a
software package for the estimation of the velocity field from a sequence of
images. It is composed by the methods STIV and OTV, which aim at estimate
velocimetry with a low computational cost.

## Installing

Install and update using pip:

```bash
pip install awive
```


