Metadata-Version: 2.1
Name: nlopt
Version: 2.6.2
Summary: Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
Home-page: UNKNOWN
Author: Daniel Bok
Author-email: daniel.bok@outlook.com
Maintainer: Hans Dembinski
Maintainer-email: hans.dembinski@gmail.com
License: MIT
Project-URL: Documentation, https://nlopt.readthedocs.io/en/latest
Project-URL: Tracker, https://github.com/DanielBok/nlopt-python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.14)

NLOpt Python
============

[![PyPI version](https://badge.fury.io/py/nlopt.svg)](https://badge.fury.io/py/nlopt)
[![Windows](https://ci.appveyor.com/api/projects/status/ffpoxdg2p49sagc7?svg=true)](https://ci.appveyor.com/project/HDembinski/nlopt-python)
![Linux and MacOS](https://github.com/HDembinski/nlopt-python/workflows/Build/badge.svg)

This project builds Python wheels for the NLOpt library. NLOpt contains various routines for non-linear optimization.

## Versions supported

The project supports Python versions 3.6+ and above for Windows, MacOS, and Linux.

## Installation

```bash
pip install nlopt
```

## Documentation

For more information on how to use NLOpt, refer to the [documentation](https://nlopt.readthedocs.io/en/latest/NLopt_Python_Reference/).


