Metadata-Version: 2.1
Name: valette
Version: 0.1.0
License: GNU LGPLv3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Valette

Library for hp-FEA.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Replana:

```bash
pip install valette
```

## License

Valette is licensed under [GNU LGPLv3](https://choosealicense.com/licenses/lgpl-3.0).

This software relies on the [PyO3](https://github.com/PyO3/pyo3) library under

the [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/) license for ffi and on

the [rayon](https://github.com/rayon-rs/rayon) crate under the [MIT](https://choosealicense.com/licenses/mit/#)

and [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)

licenses for parallelism.
