Metadata-Version: 2.1
Name: bluesmet
Version: 0.4.0.dev0
Summary: SFI Blues Metocean Library
Author: SINTEF Ocean
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# SFIBlues Metocean library

Illustrates fetching data from different sources. 
Necessary dependencies installed using

If you are on a windows machine:

pip install -r requirements-win.txt

On Linux:
pip install -r requirements-linux.txt

Development dependencies installed using

pip install -r requirements-dev.txt

Developed for use with the  [SFI Blues Metocean portal](https://sfiblues-portal.azurewebsites.net/met)

Find example usage [here](https://github.com/SINTEF/blues-metocean-lib-examples)
