Metadata-Version: 2.1
Name: ovf2io
Version: 0.9.1
Summary: Utility for reading and writing OOMMF Vector Field (.ovf) format.
Home-page: https://github.com/McMorranLab/ovf2io
Author: William S. Parker
Author-email: will.parker0@gmail.com
Project-URL: Documentation, https://mcmorranlab.github.io/ovf2io/
Project-URL: Bug Tracker, https://github.com/McMorranLab/ovf2io/issues
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

# ovf2io

ovf2io is a barebones IO package for the OOMMF Vector Field file format (OVF).

# Features

- Reading OVF files
- Writing OVF files

## Installation

```Bash
python -m pip install ovf2io
```

## Documentation

Documentation is available at [https://mcmorranlab.github.io/ovf2io/](https://mcmorranlab.github.io/ovf2io/).
