From 0b1b539450d86f7be21182225467c24303b687f7 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:01:46 -0500 Subject: [PATCH] [Bot] Update dependencies (#1425) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Co-authored-by: Joe Rickerby --- .../resources/constraints-python310.txt | 6 +-- .../resources/constraints-python311.txt | 6 +-- .../resources/constraints-python37.txt | 6 +-- .../resources/constraints-python38.txt | 6 +-- .../resources/constraints-python39.txt | 6 +-- cibuildwheel/resources/constraints.txt | 6 +-- .../resources/pinned_docker_images.cfg | 38 +++++++++---------- cibuildwheel/resources/virtualenv.toml | 4 +- docs/working-examples.md | 28 +++++++------- 9 files changed, 53 insertions(+), 53 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 6d939d31..58bd62be 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -12,11 +12,11 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -platformdirs==3.0.0 +platformdirs==3.1.0 # via virtualenv typing-extensions==4.5.0 # via delocate -virtualenv==20.19.0 +virtualenv==20.20.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==23.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==67.4.0 +setuptools==67.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 371d61c0..527a7d89 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -12,11 +12,11 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -platformdirs==3.0.0 +platformdirs==3.1.0 # via virtualenv typing-extensions==4.5.0 # via delocate -virtualenv==20.19.0 +virtualenv==20.20.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==23.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==67.4.0 +setuptools==67.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 687a7cd8..136cf5a8 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -14,14 +14,14 @@ importlib-metadata==6.0.0 # via virtualenv packaging==23.0 # via delocate -platformdirs==3.0.0 +platformdirs==3.1.0 # via virtualenv typing-extensions==4.5.0 # via # delocate # importlib-metadata # platformdirs -virtualenv==20.19.0 +virtualenv==20.20.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -31,5 +31,5 @@ zipp==3.15.0 # The following packages are considered to be unsafe in a requirements file: pip==23.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==67.4.0 +setuptools==67.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 3c0db0b8..c2c8a6be 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -12,11 +12,11 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -platformdirs==3.0.0 +platformdirs==3.1.0 # via virtualenv typing-extensions==4.5.0 # via delocate -virtualenv==20.19.0 +virtualenv==20.20.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==23.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==67.4.0 +setuptools==67.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 481ac0b7..6ca11a88 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -12,11 +12,11 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -platformdirs==3.0.0 +platformdirs==3.1.0 # via virtualenv typing-extensions==4.5.0 # via delocate -virtualenv==20.19.0 +virtualenv==20.20.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==23.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==67.4.0 +setuptools==67.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 371d61c0..527a7d89 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -12,11 +12,11 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -platformdirs==3.0.0 +platformdirs==3.1.0 # via virtualenv typing-extensions==4.5.0 # via delocate -virtualenv==20.19.0 +virtualenv==20.20.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==23.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==67.4.0 +setuptools==67.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 5eb15ccb..4db924b2 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,49 +1,49 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-02-26-4ed41b6 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-03-05-271004f 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:2023-02-26-8e43fd8 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-02-26-8e43fd8 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-03-05-271004f +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-03-05-271004f [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2023-02-26-4ed41b6 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-03-05-271004f manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-02-26-8e43fd8 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-03-05-271004f [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-03-05-271004f 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:2023-02-26-8e43fd8 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-03-05-271004f [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-03-05-271004f manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-03-05-271004f manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-26-8e43fd8 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-02-26-8e43fd8 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-03-05-271004f +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-03-05-271004f [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-03-05-271004f manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-02-26-8e43fd8 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-02-26-8e43fd8 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-03-05-271004f +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-03-05-271004f [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-03-05-271004f manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-02-26-8e43fd8 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-02-26-8e43fd8 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-03-05-271004f +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-03-05-271004f [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-26-8e43fd8 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-03-05-271004f manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-26-8e43fd8 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-03-05-271004f diff --git a/cibuildwheel/resources/virtualenv.toml b/cibuildwheel/resources/virtualenv.toml index a632bf6f..2d7450a7 100644 --- a/cibuildwheel/resources/virtualenv.toml +++ b/cibuildwheel/resources/virtualenv.toml @@ -1,2 +1,2 @@ -version = "20.19.0" -url = "https://github.com/pypa/get-virtualenv/blob/20.19.0/public/virtualenv.pyz?raw=true" +version = "20.20.0" +url = "https://github.com/pypa/get-virtualenv/blob/20.20.0/public/virtualenv.pyz?raw=true" diff --git a/docs/working-examples.md b/docs/working-examples.md index 7790a852..4f6dfebd 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -27,8 +27,8 @@ title: Working examples | [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming data processing. | | [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | | [PyGame][] | ![github icon][] | ![apple icon][] ![linux icon][] | 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. | -| [cmake][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners | +| [cmake][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [scikit-image][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Image processing library. Uses cibuildwheel to build and test a project that uses Cython with platform-native code. | | [twisted-iocpsupport][] | ![github icon][] | ![windows icon][] | A submodule of Twisted that hooks into native C APIs using Cython. | | [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool | @@ -68,14 +68,14 @@ title: Working examples | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | | [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ | | [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | -| [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. | | [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. | +| [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | | [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. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | +| [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 | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | @@ -83,8 +83,8 @@ title: Working examples | [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. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | -| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine | +| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support | | [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | @@ -94,10 +94,10 @@ title: Working examples | [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 | | [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. | -| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | +| [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. | +| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions | @@ -109,9 +109,9 @@ title: Working examples | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [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. | -| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | +| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [pybind11 cross build example][] | ![github icon][] ![gitlab icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Same as pybind11 cmake_example but used to demo Linux ARM + Windows + macOS builds on GitLab | [scikit-learn]: https://github.com/scikit-learn/scikit-learn @@ -133,8 +133,8 @@ title: Working examples [Apache Beam]: https://github.com/apache/beam [asyncpg]: https://github.com/MagicStack/asyncpg [PyGame]: https://github.com/pygame/pygame -[cmake]: https://github.com/scikit-build/cmake-python-distributions [Triton]: https://github.com/openai/triton +[cmake]: https://github.com/scikit-build/cmake-python-distributions [scikit-image]: https://github.com/scikit-image/scikit-image [twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport [PyOxidizer]: https://github.com/indygreg/PyOxidizer @@ -174,14 +174,14 @@ title: Working examples [H3-py]: https://github.com/uber/h3-py [Rtree]: https://github.com/Toblerity/rtree [markupsafe]: https://github.com/pallets/markupsafe -[Picologging]: https://github.com/microsoft/picologging [CTranslate2]: https://github.com/OpenNMT/CTranslate2 +[Picologging]: https://github.com/microsoft/picologging [pybind11 cmake_example]: https://github.com/pybind/cmake_example [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [python-snappy]: https://github.com/andrix/python-snappy [KDEpy]: https://github.com/tommyod/KDEpy -[tgcalls]: https://github.com/MarshalX/tgcalls [time-machine]: https://github.com/adamchainz/time-machine +[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 [sourmash]: https://github.com/dib-lab/sourmash @@ -189,8 +189,8 @@ title: Working examples [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [abess]: https://github.com/abess-team/abess [jq.py]: https://github.com/mwilliamson/jq.py -[iminuit]: https://github.com/scikit-hep/iminuit [mosec]: https://github.com/mosecorg/mosec +[iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer [PyGLM]: https://github.com/Zuzu-Typ/PyGLM [TgCrypto]: https://github.com/pyrogram/tgcrypto @@ -200,10 +200,10 @@ title: Working examples [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 [pillow-heif]: https://github.com/bigcat88/pillow_heif -[polaroid]: https://github.com/daggy1234/polaroid +[fathon]: https://github.com/stfbnc/fathon [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build +[polaroid]: https://github.com/daggy1234/polaroid [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [etebase-py]: https://github.com/etesync/etebase-py [cf-units]: https://github.com/SciTools/cf-units @@ -215,9 +215,9 @@ title: Working examples [GSD]: https://github.com/glotzerlab/gsd [ril]: https://github.com/Cryptex-github/ril-py [SiPM]: https://github.com/EdoPro98/SimSiPM -[xmlstarlet]: https://github.com/dimitern/xmlstarlet [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext +[xmlstarlet]: https://github.com/dimitern/xmlstarlet [pybind11 cross build example]: https://github.com/wbarnha/pybind_cmake_example_crossbuild [appveyor icon]: data/readme_icons/appveyor.svg