From 39176acc4b83710c5fe9539d82b262dcd747a6a3 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:12:23 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 12 +- .../resources/constraints-python310.txt | 8 +- .../resources/constraints-python311.txt | 8 +- .../resources/constraints-python36.txt | 4 +- .../resources/constraints-python37.txt | 10 +- .../resources/constraints-python38.txt | 8 +- .../resources/constraints-python39.txt | 8 +- cibuildwheel/resources/constraints.txt | 8 +- .../resources/pinned_docker_images.cfg | 64 ++--- cibuildwheel/resources/virtualenv.toml | 4 +- docs/working-examples.md | 233 +++++++++--------- 11 files changed, 185 insertions(+), 182 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index fe8528d31..533c4db64 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -84,9 +84,9 @@ python_configurations = [ { 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.0b3-macos11.pkg" }, - { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" }, - { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-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 = "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" }, @@ -104,11 +104,11 @@ python_configurations = [ { 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-b3", arch = "32" }, - { identifier = "cp311-win_amd64", version = "3.11.0-b3", arch = "64" }, + { identifier = "cp311-win32", version = "3.11.0-b4", arch = "32" }, + { identifier = "cp311-win_amd64", version = "3.11.0-b4", 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-b3", arch = "ARM64" }, + { identifier = "cp311-win_arm64", version = "3.11.0-b4", 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 6f02809e1..1b4a6b317 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.4 +distlib==0.3.5 # via virtualenv filelock==3.7.1 # via virtualenv @@ -14,9 +14,9 @@ platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.2.0 +typing-extensions==4.3.0 # via delocate -virtualenv==20.15.0 +virtualenv==20.15.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.6.0 +setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 5d69e081f..93901adbe 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.4 +distlib==0.3.5 # via virtualenv filelock==3.7.1 # via virtualenv @@ -14,9 +14,9 @@ platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.2.0 +typing-extensions==4.3.0 # via delocate -virtualenv==20.15.0 +virtualenv==20.15.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.6.0 +setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index e5bc034c7..8ab9294ac 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.4 +distlib==0.3.5 # via virtualenv filelock==3.4.1 # via virtualenv @@ -22,7 +22,7 @@ typing-extensions==4.1.1 # via # delocate # importlib-metadata -virtualenv==20.15.0 +virtualenv==20.15.1 # 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 931186185..f5a8ac312 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.4 +distlib==0.3.5 # via virtualenv filelock==3.7.1 # via virtualenv @@ -16,21 +16,21 @@ platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.2.0 +typing-extensions==4.3.0 # via # delocate # importlib-metadata -virtualenv==20.15.0 +virtualenv==20.15.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.8.0 +zipp==3.8.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.6.0 +setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 3de940150..c13a47faa 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.4 +distlib==0.3.5 # via virtualenv filelock==3.7.1 # via virtualenv @@ -14,9 +14,9 @@ platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.2.0 +typing-extensions==4.3.0 # via delocate -virtualenv==20.15.0 +virtualenv==20.15.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.6.0 +setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 8c407bb09..f5f35ff1f 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.4 +distlib==0.3.5 # via virtualenv filelock==3.7.1 # via virtualenv @@ -14,9 +14,9 @@ platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.2.0 +typing-extensions==4.3.0 # via delocate -virtualenv==20.15.0 +virtualenv==20.15.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.6.0 +setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 8c407bb09..f5f35ff1f 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.4 +distlib==0.3.5 # via virtualenv filelock==3.7.1 # via virtualenv @@ -14,9 +14,9 @@ platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.2.0 +typing-extensions==4.3.0 # via delocate -virtualenv==20.15.0 +virtualenv==20.15.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.6.0 +setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 9d8e6297c..4c829bd6a 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-06-26-ddecca8 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-26-9a2ca4b -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-26-9a2ca4b -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-06-26-9a2ca4b -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-06-26-9a2ca4b +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-07-17-f8ddacc +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-17-51324db +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-17-51324db +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-07-17-51324db [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-06-26-ddecca8 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-26-9a2ca4b -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-26-9a2ca4b -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-06-26-9a2ca4b +manylinux1 = quay.io/pypa/manylinux1_i686:2022-07-17-f8ddacc +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-17-51324db +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-07-17-51324db [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-26-9a2ca4b -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-26-9a2ca4b -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-06-26-9a2ca4b +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-17-51324db +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-17-51324db [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-26-9a2ca4b -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-26-9a2ca4b +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-17-51324db [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-26-9a2ca4b -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-06-26-9a2ca4b -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-06-26-9a2ca4b +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-17-51324db +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-17-51324db +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-07-17-51324db [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-06-26-9a2ca4b -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-06-26-9a2ca4b -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-06-26-9a2ca4b +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-07-17-51324db +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-07-17-51324db +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-07-17-51324db [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-06-26-9a2ca4b -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-06-26-9a2ca4b +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-07-17-51324db +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-07-17-51324db [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-26-9a2ca4b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-26-9a2ca4b -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-06-26-9a2ca4b +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-17-51324db +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-17-51324db +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-17-51324db diff --git a/cibuildwheel/resources/virtualenv.toml b/cibuildwheel/resources/virtualenv.toml index 01489be28..c9ae14afa 100644 --- a/cibuildwheel/resources/virtualenv.toml +++ b/cibuildwheel/resources/virtualenv.toml @@ -1,2 +1,2 @@ -version = "20.15.0" -url = "https://github.com/pypa/get-virtualenv/blob/20.15.0/public/virtualenv.pyz?raw=true" +version = "20.15.1" +url = "https://github.com/pypa/get-virtualenv/blob/20.15.1/public/virtualenv.pyz?raw=true" diff --git a/docs/working-examples.md b/docs/working-examples.md index a478ee7f8..328d1dbb9 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -33,15 +33,15 @@ title: Working examples | [websockets][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Library for building WebSocket servers and clients. Mostly written in Python, with a small C 'speedups' extension module. | | [cvxpy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A Python-embedded modeling language for convex optimization problems. | | [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool | -| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings | | [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners | +| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings | | [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python | | [OpenSpiel][] | ![github icon][] | ![apple icon][] ![linux icon][] | OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. | | [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 | -| [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` | +| [Implicit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes GPU support for linux wheels | | [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 | @@ -72,11 +72,11 @@ 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 | | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | -| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [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. | -| [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. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | +| [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. | | [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. | @@ -86,20 +86,21 @@ title: Working examples | [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | | [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | | [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | -| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | +| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [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 | | [Arbor][] | ![github icon][] | ![apple icon][] ![linux icon][] | Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focused on community-driven development. Includes a [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) patching `rpath` in bundled libraries. | | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | -| [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. | | [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. | -| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | +| [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. | | [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 | -| [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. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | @@ -133,15 +134,15 @@ title: Working examples [websockets]: https://github.com/aaugustin/websockets [cvxpy]: https://github.com/cvxpy/cvxpy [PyOxidizer]: https://github.com/indygreg/PyOxidizer -[UltraJSON]: https://github.com/ultrajson/ultrajson [Triton]: https://github.com/openai/triton +[UltraJSON]: https://github.com/ultrajson/ultrajson [River]: https://github.com/online-ml/river [OpenSpiel]: https://github.com/deepmind/open_spiel [pyzmq]: https://github.com/zeromq/pyzmq [aiortc]: https://github.com/aiortc/aiortc [vispy]: https://github.com/vispy/vispy -[Implicit]: https://github.com/benfred/implicit [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python +[Implicit]: https://github.com/benfred/implicit [tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader [Dependency Injector]: https://github.com/ets-labs/python-dependency-injector [coverage.py]: https://github.com/nedbat/coveragepy @@ -172,11 +173,11 @@ title: Working examples [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy [tgcalls]: https://github.com/MarshalX/tgcalls -[pybind11 python_example]: https://github.com/pybind/python_example [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 -[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [time-machine]: https://github.com/adamchainz/time-machine +[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [cyvcf2]: https://github.com/brentp/cyvcf2 [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [abess]: https://github.com/abess-team/abess @@ -186,20 +187,21 @@ title: Working examples [PyGLM]: https://github.com/Zuzu-Typ/PyGLM [boost-histogram]: https://github.com/scikit-hep/boost-histogram [bx-python]: https://github.com/bxlab/bx-python -[iDynTree]: https://github.com/robotology/idyntree [TgCrypto]: https://github.com/pyrogram/tgcrypto +[iDynTree]: https://github.com/robotology/idyntree [Python-WebRTC]: https://github.com/MarshalX/python-webrtc [pybase64]: https://github.com/mayeut/pybase64 [Arbor]: https://github.com/arbor-sim/arbor [fathon]: https://github.com/stfbnc/fathon [etebase-py]: https://github.com/etesync/etebase-py -[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [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 -[numpythia]: https://github.com/scikit-hep/numpythia +[pillow-heif]: https://github.com/bigcat88/pillow_heif [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 -[pillow-heif]: https://github.com/bigcat88/pillow_heif [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [ninja]: https://github.com/scikit-build/ninja-python-distributions [GSD]: https://github.com/glotzerlab/gsd @@ -218,105 +220,106 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +