Metadata-Version: 2.1
Name: wsa-toetsing-tool
Version: 4.0.1
Summary: Postprocessing tool voor WSA toetsing
Home-page: https://hhdelfland.visualstudio.com/Waterhuishouding/_git/WSA_toetsing_tool
Author: Emiel Verstegen
Author-email: emiel.verstegen@rhdhv.com
License: GPL-3.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# wsa-toetsing-tool
This is the `wsa-toetsing-tool`, a Python package designed to facilitate testing and evaluation processes.

## Installation
You can install the package using pip. Run the following command in your terminal:

```
pip install wsa-toetsing-tool
```

## Usage
After installation, you can use the package in your Python scripts. Here is a simple example of how to use the tool:

```python
from wsa_toetsing_tool import main

# Example usage of the main functionality
result = main.some_function()
print(result)
```

## Contributing
If you would like to contribute to this project, please fork the repository and submit a pull request. 

## License
This project is licensed under the MIT License - see the LICENSE file for details.

