Metadata-Version: 2.4
Name: coastal-dynamics
Version: 1.0.2
Summary: Python package for Coastal Dynamics at Delft University of Technology
License: BSD
License-File: LICENSE
Author: TU Delft Coastal Dynamics
Author-email: j.bosboom@tudelft.nl
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pytest (>=7.4.0,<8.0.0)
Description-Content-Type: text/markdown

# coastal-dynamics

## Description
The coastal-dynamics package was developed at Delft University of Technology by the Coastal Dynamics teaching team as an educational tool to facilitate an online and open source educational suite. For more information, see the [GitHub organization](https://github.com/Coastal-Dynamics) of the Coastal Dynamics teaching team.

## Installation
To install the coastal-dynamics package from PyPI, run 'pip install coastal_dynamics'.

## Usage
We use the coastal-dynamics package to generate interactive python widgets from question data. So far, we have implemented standardized formats for multiple choice, multiple selection, numeric, and text questions.

Given answers are automatically hashed and compared to the hashed answers in the question data.

For examples of implementation, we invite you to look at the [CoastalCodebook repository](https://github.com/Coastal-Dynamics/CoastalCodebook) on GitHub.

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in
the [contributors
tab](https://github.com/Coastal-Dynamics/coastal-dynamics/graphs/contributors).

