gitignore entfernt.

This commit is contained in:
2024-07-12 10:46:49 +02:00
parent 6e015d30a1
commit e0d1fc976a
4887 changed files with 1191510 additions and 0 deletions
@@ -0,0 +1 @@
pip
@@ -0,0 +1,29 @@
BSD 3-Clause License
Copyright (c) 2021-2024, 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.
@@ -0,0 +1,91 @@
Metadata-Version: 2.1
Name: contourpy
Version: 1.2.1
Summary: Python library for calculating contours of 2D quadrilateral grids
Author-Email: Ian Thomas <ianthomas23@gmail.com>
License: BSD 3-Clause License
Copyright (c) 2021-2024, 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/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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Project-URL: Homepage, https://github.com/contourpy/contourpy
Project-URL: Changelog, https://contourpy.readthedocs.io/en/latest/changelog.html
Project-URL: Documentation, https://contourpy.readthedocs.io
Project-URL: Repository, https://github.com/contourpy/contourpy
Requires-Python: >=3.9
Requires-Dist: numpy>=1.20
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.8.0; 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: pytest-xdist; extra == "test-no-images"
Requires-Dist: wurlitzer; extra == "test-no-images"
Provides-Extra: docs
Provides-Extra: bokeh
Provides-Extra: mypy
Provides-Extra: test
Provides-Extra: test-no-images
Description-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 | [![PyPI version](https://img.shields.io/pypi/v/contourpy.svg?label=pypi&color=fdae61)](https://pypi.python.org/pypi/contourpy) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/contourpy.svg?label=conda-forge&color=a6d96a)](https://anaconda.org/conda-forge/contourpy) [![anaconda version](https://img.shields.io/conda/v/anaconda/contourpy.svg?label=anaconda&color=1a9641)](https://anaconda.org/anaconda/contourpy) |
| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) [![conda-forge downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_conda-forge_monthly.svg)](https://anaconda.org/conda-forge/contourpy) [![anaconda downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_anaconda_monthly.svg)](https://anaconda.org/anaconda/contourpy) |
| Python version | [![Platforms](https://img.shields.io/pypi/pyversions/contourpy?color=fdae61)](https://pypi.org/project/contourpy/) |
| Coverage | [![Codecov](https://img.shields.io/codecov/c/gh/contourpy/contourpy?color=fdae61&label=codecov)](https://app.codecov.io/gh/contourpy/contourpy) |
@@ -0,0 +1,43 @@
contourpy-1.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
contourpy-1.2.1.dist-info/LICENSE,sha256=hamqU9Nd_wIY2d9WcmYV8GwT4qST4_FAeIK8UeX_91g,1563
contourpy-1.2.1.dist-info/METADATA,sha256=2P2_nKjGaPLSnVIu_O4EdfAkPhic9smE2DwyQuB7emE,5802
contourpy-1.2.1.dist-info/RECORD,,
contourpy-1.2.1.dist-info/WHEEL,sha256=JdLTWhc73oJ-lqTBYGgiVontr_vhzwzbpAOin_2bxTI,85
contourpy/__init__.py,sha256=8K6slO34VoahE8nknU93GSGeh7h1x9oI-GAo-UGTJfg,11597
contourpy/__pycache__/__init__.cpython-311.pyc,,
contourpy/__pycache__/_version.cpython-311.pyc,,
contourpy/__pycache__/array.cpython-311.pyc,,
contourpy/__pycache__/chunk.cpython-311.pyc,,
contourpy/__pycache__/convert.cpython-311.pyc,,
contourpy/__pycache__/dechunk.cpython-311.pyc,,
contourpy/__pycache__/enum_util.cpython-311.pyc,,
contourpy/__pycache__/typecheck.cpython-311.pyc,,
contourpy/__pycache__/types.cpython-311.pyc,,
contourpy/_contourpy.cp311-win_amd64.lib,sha256=wkv6ousv10sXsmJME3FNpN5qC-2xX_gEodZ2SecLLV4,2068
contourpy/_contourpy.cp311-win_amd64.pyd,sha256=rmspptZ358b37z3VdC9qHUfwT67Gu3TmW7gZ5DDpAh4,395776
contourpy/_contourpy.pyi,sha256=HZVjmlE8MJb31mOnxuipIcrqrkGpyGILOI-z8AAb_I0,7167
contourpy/_version.py,sha256=1y7BBR2l-3BuWrDXe70lefKZxLd53JVfWAfn4y7Mn_0,23
contourpy/array.py,sha256=B-VnRnmWOfazZgJt_-5ihPxPk1NZdaSIFW9E8eoQa5Y,9273
contourpy/chunk.py,sha256=vk1Eg6NVxz13MWz4xlbHA_PCGTaD18IeUZG0r2Wc2ZE,3374
contourpy/convert.py,sha256=O5GAr_Q5wXABMJ0Cw1MLbU0qbNax1EkPpa_g1hMbC70,23953
contourpy/dechunk.py,sha256=YAzM0dgd3xG-sdecVlAGWh3_UEcWvToWI69Q-mbN19Q,5642
contourpy/enum_util.py,sha256=hSwkZ9OZ4aVdFh6D774C0xzOPrMw0bxAbZdWFRptRtw,1576
contourpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
contourpy/typecheck.py,sha256=xySA3K7iawICRjJEisFU8lZi9ca3w1OlksYw-HlOZgg,10950
contourpy/types.py,sha256=Ob3EIVmG5oc3HjP_MX-r7RsJR7hVnffqmI6xR_1qcgA,260
contourpy/util/__init__.py,sha256=bqLYeBm_n6tulOyk8mgqdLUbwX2GttvCm0KkeNbASlY,123
contourpy/util/__pycache__/__init__.cpython-311.pyc,,
contourpy/util/__pycache__/_build_config.cpython-311.pyc,,
contourpy/util/__pycache__/bokeh_renderer.cpython-311.pyc,,
contourpy/util/__pycache__/bokeh_util.cpython-311.pyc,,
contourpy/util/__pycache__/data.cpython-311.pyc,,
contourpy/util/__pycache__/mpl_renderer.cpython-311.pyc,,
contourpy/util/__pycache__/mpl_util.cpython-311.pyc,,
contourpy/util/__pycache__/renderer.cpython-311.pyc,,
contourpy/util/_build_config.py,sha256=PRG7bKZtauchkpS3a1Jk3hZ8-AC0eTygnW6rI_q6OKk,1977
contourpy/util/bokeh_renderer.py,sha256=uc9rH7e2U5faU2pY06uvLJPx6iiuc03IfEjQExRiYpM,14107
contourpy/util/bokeh_util.py,sha256=0YlD2IPzW_TSS_s6tG6zGTThJwPfqsEo_pJJsUVbJhA,2878
contourpy/util/data.py,sha256=X_7Tyw0Z2fTgVmAwRef43KG6jzKOk0n5m5WFZ-Majxc,2644
contourpy/util/mpl_renderer.py,sha256=MtdWmWote99990cn0Tig9D9gnfqnWVamz23nEGljHiA,20595
contourpy/util/mpl_util.py,sha256=Vx_yIkMCIdy_Qpe3d_2eURPAv-hDIUYcprbE9b__DLk,3514
contourpy/util/renderer.py,sha256=_46HG1jOmWLJpRpRUcTX6dS8oSZO6UV25RF8j7wGHF8,2473
@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: meson
Root-Is-Purelib: false
Tag: cp311-cp311-win_amd64