From 66c8e84265ca1c4e3e51014e50d4337ac1fa1873 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:51:14 -0400 Subject: [PATCH] [Bot] Update dependencies (#1213) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- cibuildwheel/resources/build-platforms.toml | 24 +- .../resources/constraints-python310.txt | 10 +- .../resources/constraints-python311.txt | 10 +- .../resources/constraints-python36.txt | 6 +- .../resources/constraints-python37.txt | 10 +- .../resources/constraints-python38.txt | 10 +- .../resources/constraints-python39.txt | 10 +- cibuildwheel/resources/constraints.txt | 12 +- .../resources/pinned_docker_images.cfg | 64 +++--- cibuildwheel/resources/virtualenv.toml | 4 +- docs/working-examples.md | 212 +++++++++--------- 11 files changed, 179 insertions(+), 193 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 533c4db6..3670c98d 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -81,12 +81,12 @@ python_configurations = [ { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, - { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, - { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, - { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, - { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" }, - { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" }, - { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" }, + { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" }, + { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" }, + { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" }, + { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" }, + { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" }, + { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" }, { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" }, { identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-osx64.tar.bz2" }, { identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-osx64.tar.bz2" }, @@ -102,13 +102,13 @@ python_configurations = [ { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, { identifier = "cp39-win32", version = "3.9.13", arch = "32" }, { identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" }, - { identifier = "cp310-win32", version = "3.10.5", arch = "32" }, - { identifier = "cp310-win_amd64", version = "3.10.5", arch = "64" }, - { identifier = "cp311-win32", version = "3.11.0-b4", arch = "32" }, - { identifier = "cp311-win_amd64", version = "3.11.0-b4", arch = "64" }, + { identifier = "cp310-win32", version = "3.10.6", arch = "32" }, + { identifier = "cp310-win_amd64", version = "3.10.6", arch = "64" }, + { identifier = "cp311-win32", version = "3.11.0-b5", arch = "32" }, + { identifier = "cp311-win_amd64", version = "3.11.0-b5", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, - { identifier = "cp310-win_arm64", version = "3.10.5", arch = "ARM64" }, - { identifier = "cp311-win_arm64", version = "3.11.0-b4", arch = "ARM64" }, + { identifier = "cp310-win_arm64", version = "3.10.6", arch = "ARM64" }, + { identifier = "cp311-win_arm64", version = "3.11.0-b5", arch = "ARM64" }, { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" }, { identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip" }, { identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index f3d3b7f9..bb8a3ebf 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.10 # To update, run: # -# bin/update_dependencies.py +# nox -s update_constraints-3.10 # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in @@ -12,11 +12,9 @@ filelock==3.7.1 # via virtualenv platformdirs==2.5.2 # via virtualenv -six==1.16.0 - # via virtualenv typing-extensions==4.3.0 # via delocate -virtualenv==20.15.1 +virtualenv==20.16.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2 +pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.2.0 +setuptools==63.4.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 849abf49..e8de8fd7 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.11 # To update, run: # -# bin/update_dependencies.py +# nox -s update_constraints-3.11 # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in @@ -12,11 +12,9 @@ filelock==3.7.1 # via virtualenv platformdirs==2.5.2 # via virtualenv -six==1.16.0 - # via virtualenv typing-extensions==4.3.0 # via delocate -virtualenv==20.15.1 +virtualenv==20.16.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2 +pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.2.0 +setuptools==63.4.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 8ab9294a..51328239 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.6 # To update, run: # -# bin/update_dependencies.py +# nox -s update_constraints-3.6 # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in @@ -16,13 +16,11 @@ importlib-resources==5.4.0 # via virtualenv platformdirs==2.4.0 # via virtualenv -six==1.16.0 - # via virtualenv typing-extensions==4.1.1 # via # delocate # importlib-metadata -virtualenv==20.15.1 +virtualenv==20.16.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 78ea26b2..4e9e975d 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.7 # To update, run: # -# bin/update_dependencies.py +# nox -s update_constraints-3.7 # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in @@ -14,13 +14,11 @@ importlib-metadata==4.12.0 # via virtualenv platformdirs==2.5.2 # via virtualenv -six==1.16.0 - # via virtualenv typing-extensions==4.3.0 # via # delocate # importlib-metadata -virtualenv==20.15.1 +virtualenv==20.16.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -30,7 +28,7 @@ zipp==3.8.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==22.2 +pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.2.0 +setuptools==63.4.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index aa06de6e..24f5a698 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.8 # To update, run: # -# bin/update_dependencies.py +# nox -s update_constraints-3.8 # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in @@ -12,11 +12,9 @@ filelock==3.7.1 # via virtualenv platformdirs==2.5.2 # via virtualenv -six==1.16.0 - # via virtualenv typing-extensions==4.3.0 # via delocate -virtualenv==20.15.1 +virtualenv==20.16.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2 +pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.2.0 +setuptools==63.4.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 0aed606e..9ad88f0d 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.9 # To update, run: # -# bin/update_dependencies.py +# nox -s update_constraints-3.9 # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in @@ -12,11 +12,9 @@ filelock==3.7.1 # via virtualenv platformdirs==2.5.2 # via virtualenv -six==1.16.0 - # via virtualenv typing-extensions==4.3.0 # via delocate -virtualenv==20.15.1 +virtualenv==20.16.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2 +pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.2.0 +setuptools==63.4.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 0aed606e..e8de8fd7 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.11 # To update, run: # -# bin/update_dependencies.py +# nox -s update_constraints-3.11 # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in @@ -12,11 +12,9 @@ filelock==3.7.1 # via virtualenv platformdirs==2.5.2 # via virtualenv -six==1.16.0 - # via virtualenv typing-extensions==4.3.0 # via delocate -virtualenv==20.15.1 +virtualenv==20.16.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2 +pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==63.2.0 +setuptools==63.4.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 1fe4bf41..e9a7e188 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,48 +1,48 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-07-17-f8ddacc -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-07-21-947f13c +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-08-08-7292f33 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-07-986762e +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-07-986762e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-08-07-986762e [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-07-17-f8ddacc -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-07-21-947f13c +manylinux1 = quay.io/pypa/manylinux1_i686:2022-08-08-7292f33 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-07-986762e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-08-07-986762e [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-07-986762e +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-07-986762e [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-07-986762e [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-07-986762e +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-07-986762e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-08-07-986762e [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-07-21-947f13c -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-07-21-947f13c -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-08-07-986762e +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-08-07-986762e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-08-07-986762e [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-07-21-947f13c -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-08-07-986762e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-08-07-986762e [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-07-986762e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-07-986762e +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-07-986762e diff --git a/cibuildwheel/resources/virtualenv.toml b/cibuildwheel/resources/virtualenv.toml index c9ae14af..c14592cd 100644 --- a/cibuildwheel/resources/virtualenv.toml +++ b/cibuildwheel/resources/virtualenv.toml @@ -1,2 +1,2 @@ -version = "20.15.1" -url = "https://github.com/pypa/get-virtualenv/blob/20.15.1/public/virtualenv.pyz?raw=true" +version = "20.16.3" +url = "https://github.com/pypa/get-virtualenv/blob/20.16.3/public/virtualenv.pyz?raw=true" diff --git a/docs/working-examples.md b/docs/working-examples.md index 63b34bb8..e5e23bd6 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -40,8 +40,8 @@ title: Working examples | [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. | | [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. | | [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy | -| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [Implicit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes GPU support for linux wheels | +| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader | | [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI | | [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python | @@ -60,8 +60,8 @@ title: Working examples | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | | [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | -| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | +| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data | | [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. | | [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | @@ -74,8 +74,8 @@ title: Working examples | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | -| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | +| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. | @@ -96,8 +96,8 @@ title: Working examples | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions | | [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. | -| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [pillow-heif][] | ![github icon][] | ![apple icon][] ![linux icon][] | Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi. | +| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [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 | @@ -141,8 +141,8 @@ title: Working examples [pyzmq]: https://github.com/zeromq/pyzmq [aiortc]: https://github.com/aiortc/aiortc [vispy]: https://github.com/vispy/vispy -[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [Implicit]: https://github.com/benfred/implicit +[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader [Dependency Injector]: https://github.com/ets-labs/python-dependency-injector [coverage.py]: https://github.com/nedbat/coveragepy @@ -161,8 +161,8 @@ title: Working examples [aioquic]: https://github.com/aiortc/aioquic [ruptures]: https://github.com/deepcharles/ruptures [DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest -[google neuroglancer]: https://github.com/google/neuroglancer [Psycopg 3]: https://github.com/psycopg/psycopg +[google neuroglancer]: https://github.com/google/neuroglancer [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [AutoPy]: https://github.com/autopilot-rs/autopy [H3-py]: https://github.com/uber/h3-py @@ -175,8 +175,8 @@ title: Working examples [tgcalls]: https://github.com/MarshalX/tgcalls [dd-trace-py]: https://github.com/DataDog/dd-trace-py [pybind11 python_example]: https://github.com/pybind/python_example -[sourmash]: https://github.com/dib-lab/sourmash [time-machine]: https://github.com/adamchainz/time-machine +[sourmash]: https://github.com/dib-lab/sourmash [CTranslate2]: https://github.com/OpenNMT/CTranslate2 [cyvcf2]: https://github.com/brentp/cyvcf2 [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile @@ -197,8 +197,8 @@ title: Working examples [polaroid]: https://github.com/daggy1234/polaroid [cf-units]: https://github.com/SciTools/cf-units [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build -[clang-format]: https://github.com/ssciwr/clang-format-wheel [pillow-heif]: https://github.com/bigcat88/pillow_heif +[clang-format]: https://github.com/ssciwr/clang-format-wheel [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [numpythia]: https://github.com/scikit-hep/numpythia [pyjet]: https://github.com/scikit-hep/pyjet @@ -220,106 +220,106 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + +