From 8bda260d3ab78872fd14a63115c8fa12eb489827 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:57:56 +0200 Subject: [PATCH] [Bot] Update dependencies (#1885) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- README.md | 8 ++-- .../resources/constraints-pyodide312.txt | 14 +++--- .../resources/constraints-python310.txt | 8 ++-- .../resources/constraints-python311.txt | 6 +-- .../resources/constraints-python312.txt | 6 +-- .../resources/constraints-python313.txt | 6 +-- .../resources/constraints-python37.txt | 2 +- .../resources/constraints-python38.txt | 8 ++-- .../resources/constraints-python39.txt | 8 ++-- cibuildwheel/resources/constraints.txt | 6 +-- cibuildwheel/resources/nodejs.toml | 2 +- .../resources/pinned_docker_images.cfg | 48 +++++++++---------- cibuildwheel/resources/virtualenv.toml | 2 +- docs/working-examples.md | 26 +++++----- 14 files changed, 76 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index 585941bfd..24392fe72 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,9 @@ Here are some repos that use cibuildwheel. | [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. | | [NumPy][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The fundamental package for scientific computing with Python. | | [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. | -| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | -| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an analytical in-process SQL database management system | +| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | +| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | @@ -173,9 +173,9 @@ Here are some repos that use cibuildwheel. [pytorch-fairseq]: https://github.com/facebookresearch/fairseq [NumPy]: https://github.com/numpy/numpy [Tornado]: https://github.com/tornadoweb/tornado -[Matplotlib]: https://github.com/matplotlib/matplotlib -[NCNN]: https://github.com/Tencent/ncnn [duckdb]: https://github.com/duckdb/duckdb +[NCNN]: https://github.com/Tencent/ncnn +[Matplotlib]: https://github.com/matplotlib/matplotlib [Prophet]: https://github.com/facebook/prophet [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels [Kivy]: https://github.com/kivy/kivy diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index 743b9192a..e88f46a7c 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -4,7 +4,7 @@ annotated-types==0.7.0 # via pydantic anyio==4.4.0 # via httpx -auditwheel-emscripten==0.0.14 +auditwheel-emscripten==0.0.15 # via pyodide-build build==1.2.1 # via @@ -21,11 +21,11 @@ click==8.1.7 # via typer cloudpickle==3.0.0 # via loky -cmake==3.29.5 +cmake==3.29.6 # via pyodide-build distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv h11==0.14.0 # via httpcore @@ -52,7 +52,7 @@ packaging==24.1 # build # pyodide-build # unearth -pip==24.0 +pip==24.1 # via -r .nox/update_constraints/tmp/constraints-pyodide.in platformdirs==4.2.2 # via virtualenv @@ -100,7 +100,7 @@ typer==0.12.3 # auditwheel-emscripten # pyodide-build # pyodide-cli -types-requests==2.32.0.20240602 +types-requests==2.32.0.20240622 # via pyodide-build typing-extensions==4.12.2 # via @@ -109,11 +109,11 @@ typing-extensions==4.12.2 # typer unearth==0.15.4 # via pyodide-build -urllib3==2.2.1 +urllib3==2.2.2 # via # requests # types-requests -virtualenv==20.26.2 +virtualenv==20.26.3 # via # build # pyodide-build diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 5cbef84a2..9ed9991ec 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -8,9 +8,9 @@ delocate==0.11.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv -importlib-metadata==7.1.0 +importlib-metadata==7.2.0 # via build macholib==1.16.3 # via delocate @@ -18,7 +18,7 @@ packaging==24.1 # via # build # delocate -pip==24.0 +pip==24.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.2.2 # via virtualenv @@ -28,7 +28,7 @@ tomli==2.0.1 # via build typing-extensions==4.12.2 # via delocate -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in zipp==3.19.2 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 5eb64fcc9..192ca7eec 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -8,7 +8,7 @@ delocate==0.11.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv macholib==1.16.3 # via delocate @@ -16,7 +16,7 @@ packaging==24.1 # via # build # delocate -pip==24.0 +pip==24.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.2.2 # via virtualenv @@ -24,5 +24,5 @@ pyproject-hooks==1.1.0 # via build typing-extensions==4.12.2 # via delocate -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index 5eb64fcc9..192ca7eec 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -8,7 +8,7 @@ delocate==0.11.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv macholib==1.16.3 # via delocate @@ -16,7 +16,7 @@ packaging==24.1 # via # build # delocate -pip==24.0 +pip==24.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.2.2 # via virtualenv @@ -24,5 +24,5 @@ pyproject-hooks==1.1.0 # via build typing-extensions==4.12.2 # via delocate -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index 0a9721fba..192ca7eec 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -8,7 +8,7 @@ delocate==0.11.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv macholib==1.16.3 # via delocate @@ -16,7 +16,7 @@ packaging==24.1 # via # build # delocate -pip==24.1b2 +pip==24.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.2.2 # via virtualenv @@ -24,5 +24,5 @@ pyproject-hooks==1.1.0 # via build typing-extensions==4.12.2 # via delocate -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 23f3f1d36..18d67d6cd 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -33,7 +33,7 @@ typing-extensions==4.7.1 # delocate # importlib-metadata # platformdirs -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in zipp==3.15.0 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 5cbef84a2..9ed9991ec 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -8,9 +8,9 @@ delocate==0.11.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv -importlib-metadata==7.1.0 +importlib-metadata==7.2.0 # via build macholib==1.16.3 # via delocate @@ -18,7 +18,7 @@ packaging==24.1 # via # build # delocate -pip==24.0 +pip==24.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.2.2 # via virtualenv @@ -28,7 +28,7 @@ tomli==2.0.1 # via build typing-extensions==4.12.2 # via delocate -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in zipp==3.19.2 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 5cbef84a2..9ed9991ec 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -8,9 +8,9 @@ delocate==0.11.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv -importlib-metadata==7.1.0 +importlib-metadata==7.2.0 # via build macholib==1.16.3 # via delocate @@ -18,7 +18,7 @@ packaging==24.1 # via # build # delocate -pip==24.0 +pip==24.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.2.2 # via virtualenv @@ -28,7 +28,7 @@ tomli==2.0.1 # via build typing-extensions==4.12.2 # via delocate -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in zipp==3.19.2 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 5eb64fcc9..192ca7eec 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -8,7 +8,7 @@ delocate==0.11.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv -filelock==3.14.0 +filelock==3.15.3 # via virtualenv macholib==1.16.3 # via delocate @@ -16,7 +16,7 @@ packaging==24.1 # via # build # delocate -pip==24.0 +pip==24.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.2.2 # via virtualenv @@ -24,5 +24,5 @@ pyproject-hooks==1.1.0 # via build typing-extensions==4.12.2 # via delocate -virtualenv==20.26.2 +virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/nodejs.toml b/cibuildwheel/resources/nodejs.toml index 24b20831b..5424eabef 100644 --- a/cibuildwheel/resources/nodejs.toml +++ b/cibuildwheel/resources/nodejs.toml @@ -1,2 +1,2 @@ url = "https://nodejs.org/dist/" -v20 = "v20.14.0" +v20 = "v20.15.0" diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index a8f7942ce..8903266c9 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,54 +1,54 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-29-76807b8 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.06.12-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.06.12-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.06.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.06.21-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.06.21-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.06.21-1 [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-29-76807b8 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.06.12-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.06.12-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.06.21-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.06.21-1 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.06.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.06.21-1 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.06.12-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.06.12-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.06.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.06.21-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.06.21-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.06.21-1 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.06.12-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.06.12-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.06.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.06.21-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.06.21-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.06.21-1 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.06.12-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.06.12-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.06.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.06.21-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.06.21-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.06.21-1 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.06.12-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.06.21-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.06.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.06.21-1 diff --git a/cibuildwheel/resources/virtualenv.toml b/cibuildwheel/resources/virtualenv.toml index 8d89dc106..2c886b954 100644 --- a/cibuildwheel/resources/virtualenv.toml +++ b/cibuildwheel/resources/virtualenv.toml @@ -1,2 +1,2 @@ py36 = { version = "20.21.1", url = "https://github.com/pypa/get-virtualenv/blob/20.21.1/public/virtualenv.pyz?raw=true" } -default = { version = "20.26.2", url = "https://github.com/pypa/get-virtualenv/blob/20.26.2/public/virtualenv.pyz?raw=true" } +default = { version = "20.26.3", url = "https://github.com/pypa/get-virtualenv/blob/20.26.3/public/virtualenv.pyz?raw=true" } diff --git a/docs/working-examples.md b/docs/working-examples.md index 33bc4da8e..41b752bba 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -12,9 +12,9 @@ title: Working examples | [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. | | [NumPy][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The fundamental package for scientific computing with Python. | | [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. | -| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | -| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an analytical in-process SQL database management system | +| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | +| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | @@ -75,10 +75,10 @@ title: Working examples | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | -| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | -| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | +| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | +| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | | [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | @@ -90,11 +90,12 @@ title: Working examples | [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | | [pillow-heif][] | ![github icon][] ![cirrusci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Bindings to libheif library with third party dependencies. Fully automated CI for tests and publishing including Apple Silicon builds. | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | +| [streaming-form-data][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Streaming parser for multipart/form-data written in Cython | | [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | | [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | -| [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | +| [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 | | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. | @@ -108,8 +109,8 @@ title: Working examples | [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. | -| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | +| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [aalink][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Async Python interface for Ableton Link. | | [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | @@ -121,9 +122,9 @@ title: Working examples [pytorch-fairseq]: https://github.com/facebookresearch/fairseq [NumPy]: https://github.com/numpy/numpy [Tornado]: https://github.com/tornadoweb/tornado -[Matplotlib]: https://github.com/matplotlib/matplotlib -[NCNN]: https://github.com/Tencent/ncnn [duckdb]: https://github.com/duckdb/duckdb +[NCNN]: https://github.com/Tencent/ncnn +[Matplotlib]: https://github.com/matplotlib/matplotlib [Prophet]: https://github.com/facebook/prophet [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels [Kivy]: https://github.com/kivy/kivy @@ -184,10 +185,10 @@ title: Working examples [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy [dd-trace-py]: https://github.com/DataDog/dd-trace-py -[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [tgcalls]: https://github.com/MarshalX/tgcalls -[python-snappy]: https://github.com/intake/python-snappy +[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [pybind11 python_example]: https://github.com/pybind/python_example +[python-snappy]: https://github.com/intake/python-snappy [abess]: https://github.com/abess-team/abess [sourmash]: https://github.com/sourmash-bio/sourmash [cyvcf2]: https://github.com/brentp/cyvcf2 @@ -199,11 +200,12 @@ title: Working examples [PyGLM]: https://github.com/Zuzu-Typ/PyGLM [pillow-heif]: https://github.com/bigcat88/pillow_heif [TgCrypto]: https://github.com/pyrogram/tgcrypto +[streaming-form-data]: https://github.com/siddhantgoel/streaming-form-data [iDynTree]: https://github.com/robotology/idyntree [bx-python]: https://github.com/bxlab/bx-python [boost-histogram]: https://github.com/scikit-hep/boost-histogram -[Python-WebRTC]: https://github.com/MarshalX/python-webrtc [power-grid-model]: https://github.com/PowerGridModel/power-grid-model +[Python-WebRTC]: https://github.com/MarshalX/python-webrtc [pybase64]: https://github.com/mayeut/pybase64 [fathon]: https://github.com/stfbnc/fathon [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build @@ -217,8 +219,8 @@ title: Working examples [numpythia]: https://github.com/scikit-hep/numpythia [pyjet]: https://github.com/scikit-hep/pyjet [ril]: https://github.com/Cryptex-github/ril-py -[SiPM]: https://github.com/EdoPro98/SimSiPM [GSD]: https://github.com/glotzerlab/gsd +[SiPM]: https://github.com/EdoPro98/SimSiPM [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [aalink]: https://github.com/artfwo/aalink [xmlstarlet]: https://github.com/dimitern/xmlstarlet