| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 | Metadata-Version: 2.1Name: contourpyVersion: 1.1.1Summary: Python library for calculating contours of 2D quadrilateral gridsAuthor-Email: Ian Thomas <ianthomas23@gmail.com>License: BSD 3-Clause License                Copyright (c) 2021-2023, ContourPy Developers.        All rights reserved.                Redistribution and use in source and binary forms, with or without        modification, are permitted provided that the following conditions are met:                1. Redistributions of source code must retain the above copyright notice, this           list of conditions and the following disclaimer.                2. Redistributions in binary form must reproduce the above copyright notice,           this list of conditions and the following disclaimer in the documentation           and/or other materials provided with the distribution.                3. Neither the name of the copyright holder nor the names of its           contributors may be used to endorse or promote products derived from           this software without specific prior written permission.                THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.Classifier: Development Status :: 5 - Production/StableClassifier: Intended Audience :: DevelopersClassifier: Intended Audience :: Science/ResearchClassifier: License :: OSI Approved :: BSD LicenseClassifier: Programming Language :: C++Classifier: Programming Language :: Python :: 3Classifier: Programming Language :: Python :: 3.8Classifier: Programming Language :: Python :: 3.9Classifier: Programming Language :: Python :: 3.10Classifier: Programming Language :: Python :: 3.11Classifier: Programming Language :: Python :: 3.12Classifier: Topic :: Scientific/Engineering :: Information AnalysisClassifier: Topic :: Scientific/Engineering :: MathematicsClassifier: Topic :: Scientific/Engineering :: VisualizationProject-URL: Homepage, https://github.com/contourpy/contourpyProject-URL: Changelog, https://contourpy.readthedocs.io/en/latest/changelog.htmlProject-URL: Documentation, https://contourpy.readthedocs.ioProject-URL: Repository, https://github.com/contourpy/contourpyRequires-Python: >=3.8Requires-Dist: numpy<2.0,>=1.16; python_version <= "3.11"Requires-Dist: numpy<2.0,>=1.26.0rc1; python_version >= "3.12"Requires-Dist: furo; extra == "docs"Requires-Dist: sphinx>=7.2; extra == "docs"Requires-Dist: sphinx-copybutton; extra == "docs"Requires-Dist: bokeh; extra == "bokeh"Requires-Dist: selenium; extra == "bokeh"Requires-Dist: contourpy[bokeh,docs]; extra == "mypy"Requires-Dist: docutils-stubs; extra == "mypy"Requires-Dist: mypy==1.4.1; extra == "mypy"Requires-Dist: types-Pillow; extra == "mypy"Requires-Dist: contourpy[test-no-images]; extra == "test"Requires-Dist: matplotlib; extra == "test"Requires-Dist: Pillow; extra == "test"Requires-Dist: pytest; extra == "test-no-images"Requires-Dist: pytest-cov; extra == "test-no-images"Requires-Dist: wurlitzer; extra == "test-no-images"Provides-Extra: docsProvides-Extra: bokehProvides-Extra: mypyProvides-Extra: testProvides-Extra: test-no-imagesDescription-Content-Type: text/markdown<img alt="ContourPy" src="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/_static/contourpy_logo_horiz.svg" height="90">ContourPy is a Python library for calculating contours of 2D quadrilateral grids.  It is written in C++11 and wrapped using pybind11.It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer algorithm that includes more features and is available in both serial and multithreaded versions.  It provides an easy way for Python libraries to use contouring algorithms without having to include Matplotlib as a dependency.  * **Documentation**: https://contourpy.readthedocs.io  * **Source code**: https://github.com/contourpy/contourpy| | || --- | --- || Latest release | [](https://pypi.python.org/pypi/contourpy) [](https://anaconda.org/conda-forge/contourpy) [](https://anaconda.org/anaconda/contourpy) || Downloads | [](https://pepy.tech/project/contourpy) [](https://anaconda.org/conda-forge/contourpy) [](https://anaconda.org/anaconda/contourpy) || Python version | [](https://pypi.org/project/contourpy/) || Coverage | [](https://app.codecov.io/gh/contourpy/contourpy) |
 |