Metadata-Version: 2.1
Name: itis-dakota
Version: 6.24.0
Summary: Dakota wheel built by the IT'IS Foundation, Zurich, Switzerland
Author: Werner Van Geit
License: Copyright (C) IT'IS Foundation - All Rights Reserved
         
         Written by Werner Van Geit <vangeit at itis.swiss>, 2023
         
         Unless required by applicable law or agreed to in writing, 
         Licensor provides the Work (and each Contributor provides 
         its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES 
         OR CONDITIONS OF ANY KIND, either express or implied, 
         including, without limitation, any warranties or 
         conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, 
         or FITNESS FOR A PARTICULAR PURPOSE. You are solely 
         responsible for determining the appropriateness of using 
         or redistributing the Work and assume any risks associated 
         with Your exercise of permissions under this License.
         
         The external Dakota source code used to build the wheels 
         is distributed under the GNU Lesser General Public License 
         (http://www.gnu.org/licenses/lgpl.html).
         The original Dakota source code can be downloaded from:
         https://github.com/snl-dakota/dakota
         The third-party packages and libraries Dakota uses have 
         compatible licenses. 
         See the Dakota README for more details.
         
Project-URL: homepage, https://github.com/ITISFoundation/itis-dakota
Project-URL: repository, https://github.com/ITISFoundation/itis-dakota.git
Project-URL: issues, https://github.com/ITISFoundation/itis-dakota/issues
Requires-Python: >=3.8
Requires-Dist: numpy
Description-Content-Type: text/markdown

Dakota wheel built by the IT'IS Foundation
==========================================

[![build-wheel](https://github.com/ITISFoundation/itis-dakota/actions/workflows/build-wheels.yml/badge.svg)](https://github.com/ITISFoundation/itis-dakota/actions/workflows/build-wheels.yml)

This repository contains the code to build a Python wheel
to load the [Dakota](https://github.com/snl-dakota/dakota) 
python module.


Installing the wheel
----------------------

```
pip install itis-dakota
```

Requirements
------------

At the moment the wheel can be installed on **Linux** ([manylinux_2_28](https://github.com/pypa/manylinux) compatible distributions) only.

Support for other operating systems will be added in the future.

Using the wheel
------------------

After installation, the module can be imported:
```
import dakota
import dakota.environment as dakenv
```

And example on how to use the environment module can be found here:
https://github.com/snl-dakota/dakota/blob/devel/src/unit/test_dakota_python_env.py

Building the wheel
------------------

```
make wheel
```

Copyright (c) 2023-2024 IT'IS Foundation, Zurich, Switzerland
