Metadata-Version: 2.4
Name: openwind
Version: 0.12.4
Summary: Open source library to design wind instruments
Home-page: https://files.inria.fr/openwind/docs
Author: Juliette Chabassier, Augustin Ernoult, Olivier Geber, Alexis Thibault, Tobias Van Baarsel, Robin Tournemenne, Guillaume Castera
Author-email: openwind-contact@inria.fr
Maintainer-email: Inria <openwind-contact@inria.fr>
License: GPL-3.0-only
Project-URL: Homepage, https://openwind.inria.fr
Project-URL: Documentation, https://files.inria.fr/openwind/docs/
Project-URL: Repository, https://gitlab.inria.fr/openwind/openwind
Project-URL: Issues, https://gitlab.inria.fr/openwind/openwind/-/issues
Project-URL: Changelog, https://gitlab.inria.fr/openwind/openwind/-/blob/master/CHANGELOG.md
Project-URL: Download, https://gitlab.inria.fr/openwind/openwind/-/archive/v0.12.4/openwind-v0.12.4.zip
Project-URL: Demo, https://demo-openwind.inria.fr/
Keywords: Musical Acoustics,Wind instruments,Design,Simulation,FEM
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: h5py
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file

# Open Wind Instrument Design

This is the official repository of the  OpenWInD toolbox, a tool for modelization
of wind musical instruments, using one-dimensional Finite Elements Methods.
Our webpage is [here](https://openwind.inria.fr/).

## Installation

In your python [environment](https://docs.python.org/3/library/venv.html) :

```sh
pip install openwind
```

If you want to install from source, instructions can be found [here](https://files.inria.fr/openwind/docs/quickstart.html#install-from-source)

## Documentation

You can read the official documentation [here](https://files.inria.fr/openwind/docs).

## Previous versions

If you are interested in early development versions, you can download them from  [our previous repository](https://gitlab.inria.fr/openwind/release/-/releases)

## Website

Our website is [here](https://openwind.inria.fr/).

## About

This toolbox stems from the work of several [contributors](https://openwind.inria.fr/contributions/), mainly from [Inria](https://www.inria.fr/).

Feel free to contact the team at [openwind-contact@inria.fr](mailto:openwind-contact@inria.fr)!

#### Note about participating to the project

If you want to get involved and help us developing the openwind toolbox, you will have to create an account on [gitlab.inria.fr](https://gitlab.inria.fr/)

At the moment, following [INRIA's policy](https://gitlab.inria.fr/siteadmin/doc/-/wikis/home#gitlab-accounts), you have to request this access through our team. In order to create your account, we need you to send us your Name, Surname and email address [here](mailto:openwind-contact@inria.fr). We promise we won't use it for anything else than granting you an access as developer to our project.
