Skip to main content

OVF file parser

Project description

OVF Parser Library
=================================
**Simple API for powerful OOMMF Vector Field file parsing**<br />


How to use
---------------------------------

TODO...

### C/C++
- `struct ovf_file *myfile = ovf_open("myfilename.ovf");` to open a file
- `myfile->found` to check if the file exists on disk
- `myfile->is_ovf` to check if the file contains an OVF header
- `myfile->n_segments` to check the number of segments the file should contain
- `ovf_close(myfile);` to close the file and free resources

### Python

### Fortran


How to embed it into your project
---------------------------------

TODO...


Build
---------------------------------

On Unix systems (usually):
```
mkdir build
cd build
cmake ..
make
```

On Windows (one possibility):
- open the folder in the CMake GUI
- generate the VS project
- open the resulting project in VS and build it

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovf-0.1.0.tar.gz (95.2 kB view hashes)

Uploaded Source

Built Distributions

ovf-0.1.0-py2.py3-none-manylinux1_x86_64.whl (96.6 kB view hashes)

Uploaded Python 2 Python 3

ovf-0.1.0-py2.py3-none-macosx_10_11_x86_64.whl (104.2 kB view hashes)

Uploaded Python 2 Python 3 macOS 10.11+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page