Metadata-Version: 2.1
Name: wop
Version: 2.5.3
Summary: My package description
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
Provides-Extra: test
License-File: LICENSE

[![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/78559b54a0db44e5aeb5b0a3f5dcf9e2)](https://www.codacy.com/gh/OneraHub/WhatsOpt-CLI/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=OneraHub/WhatsOpt-CLI&amp;utm_campaign=Badge_Grade)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

# WhatsOpt command line interface

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 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.
