| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/contourpy-1.0.7.dist-info/ |
Upload File : |
Metadata-Version: 2.1 Name: contourpy Version: 1.0.7 Summary: Python library for calculating contours of 2D quadrilateral grids Author: Ian Thomas Author-email: ianthomas23@gmail.com License: BSD-3-Clause Project-URL: documentation, https://contourpy.readthedocs.io Project-URL: repository, https://github.com/contourpy/contourpy Platform: any Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: C++ Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Topic :: Scientific/Engineering :: Information Analysis Classifier: Topic :: Scientific/Engineering :: Mathematics Classifier: Topic :: Scientific/Engineering :: Visualization Requires-Python: >=3.8 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: numpy >=1.16 Provides-Extra: bokeh Requires-Dist: bokeh ; extra == 'bokeh' Requires-Dist: chromedriver ; extra == 'bokeh' Requires-Dist: selenium ; extra == 'bokeh' Provides-Extra: docs Requires-Dist: furo ; extra == 'docs' Requires-Dist: sphinx-copybutton ; extra == 'docs' Provides-Extra: mypy Requires-Dist: contourpy[bokeh] ; extra == 'mypy' Requires-Dist: docutils-stubs ; extra == 'mypy' Requires-Dist: mypy ==0.991 ; extra == 'mypy' Requires-Dist: types-Pillow ; extra == 'mypy' Provides-Extra: test Requires-Dist: Pillow ; extra == 'test' Requires-Dist: matplotlib ; extra == 'test' Requires-Dist: pytest ; extra == 'test' Provides-Extra: test-no-images Requires-Dist: pytest ; extra == 'test-no-images' <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/_static/contourpy_logo_horiz_white.svg"> <img alt="ContourPy" src="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/_static/contourpy_logo_horiz.svg" height="90"> </picture> 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/) |