pyloidal

Python utilies for tokamak science.


Keywords
tokamak, cocos
License
Other
Install
pip install pyloidal==0.2.0

Documentation

pyloidal

Python utilities for tokamak science.

Install

Install from PyPI:

$ python3 -m pip install --upgrade pip
$ python3 -m pip install pyloidal

Install from GitHub repo:

$ git clone https://github.com/PlasmaFAIR/pyloidal
$ cd pyloidal
$ python3 -m pip install --upgrade pip
$ python3 -m pip install .

Tests

First clone the repo, then:

$ python3 -m pip install .[test]
$ pytest --cov=pyloidal ./tests

License

Copyrighted under the MIT License. Uses elements from OMAS, which is also copyrighted under MIT, 2017 Orso Meneghini.