Metadata-Version: 2.4
Name: wop
Version: 2.5.8
Summary: WhatsOpt Command Line Interface
Author-email: Rémi Lafage <remi.lafage@onera.fr>
License: Apache License 2.0
Project-URL: homepage, https://github.com/whatsopt
Project-URL: repository, https://github.com/whatsopt/WhatsOpt-CLI
Project-URL: documentation, https://github.com/whatsopt/WhatsOpt-Doc#whatsopt-documentation
Keywords: WhatsOpt,command
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: build
Requires-Dist: click>=6.7
Requires-Dist: openmdao>=3.30.0
Requires-Dist: openmdao_extensions>=1.2.0
Requires-Dist: packaging
Requires-Dist: pkginfo
Requires-Dist: requests
Requires-Dist: tabulate>=0.8.2
Requires-Dist: tomli
Requires-Dist: tomli-w
Requires-Dist: xdsmjs>=1.0.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# WhatsOpt command line interface

[![Tests](https://github.com/OneraHub/WhatsOpt-CLI/workflows/Tests/badge.svg)](https://github.com/OneraHub/WhatsOpt-CLI/actions?query=workflow%3ATests)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/626b1d66073749cf8a7c8d40b6e63c7d)](https://app.codacy.com/gh/whatsopt/WhatsOpt-CLI/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)

Command line interface to interact with WhatsOpt web application. See [WhatsOpt documentation](https://github.com/OneraHub/WhatsOpt-Doc).

## Citation

>Rémi  Lafage,  Sébastien  Defoort,  and  Thierry  Lefèbvre. Whatsopt: a web application for multidisciplinary design analysis and optimization. In 20th AIAA/ISSMO Multidisciplinary Analysis and Optimization Conference, Dallas, United States, 2019

DOI: [10.2514/6.2019-2990](https://doi.org/10.2514/6.2019-2990)

## Installation

```bash
pip install wop
```

## Usage

```bash
wop --help
```

```bash
wop <COMMAND> --help
```

## License

   Copyright 2020-2024 Rémi Lafage

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

   <http://www.apache.org/licenses/LICENSE-2.0>

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
