An open API service indexing awesome lists of open source software.

https://github.com/ly16302/mask

mask generation library for wyvern
https://github.com/ly16302/mask

f2py fortran mpi4py numpy openmp testing

Last synced: 10 months ago
JSON representation

mask generation library for wyvern

Awesome Lists containing this project

README

          

# mask-generation
mask generation library for wyvern

![Actions Status](https://github.com/ly16302/mask/workflows/cibuildwheel/badge.svg)
[![Documentation](https://github.com/ly16302/mask/workflows/Documentation/badge.svg)](https://ly16302.github.io/mask/)
[![PyPI](https://img.shields.io/badge/pypi-v0.01-green)](https://pypi.org/project/mask-generation/)
[![Downloads](https://pepy.tech/badge/mask-generation)](https://pepy.tech/project/mask-generation)

|| **Linux** | **OS X** | **Windows** | **Documentation**|
|:------|:-----|:-----|:-----|:-----|
|**Build**| ✅ | ✅ | ✅ | ✅ |
|**PyPI** | ✅ | ✅ | ✅ | ✅ |

![alt text](https://github.com/ly16302/mask/blob/main/_static/lamp_3.png?raw=true)

## Dependancies
```bash
pip install pyevtk
pip install git+https://github.com/ly16302/stl-to-voxel.git
```

## Installation
The most recent release can be installed simply by
```bash
pip install mask-generation
```