title |
---|
Python Magnet Geometry |
Python Magnet Geometry contains magnet geometrical models
- Free software: MIT license
- Documentation: https://python-magnetgeo.readthedocs.io.
- Define Magnet geometry as yaml files
- Load/Create CAD and Mesh with Salome (see hifimagnet.salome)
To install in a python virtual env
python -m venv --system-site-packages magnetgeo-env
source ./magnetgeo-env/bin/activate
pip install -r requirements.txt
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.