Metadata-Version: 2.4
Name: tokamunch-mdsplus-datasource
Version: 0.1.0
Summary: mdsplus datasource plugin for tokamunch
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tokamunch
Requires-Dist: mdsthin
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# tokamunch-mdsplus-datasource

Python datasource plugin for `tokamunch`.

## Installation

```sh
pip install tokamunch-mdsplus-datasource
```

## Configuration

Register the datasource in your `tokamunch` configuration:

```toml
[data_sources.tokamunch_mdsplus_datasource]
plugin = "tokamunch_mdsplus_datasource"
```

## Development

```sh
python -m pip install -e .[test]
pytest
```
