Files
cibuildwheel/docs/working-examples.md
T

349 lines
30 KiB
Markdown
Raw Normal View History

---
title: Working examples
---
<!-- START bin/projects.py -->
<!-- this section is generated by bin/projects.py. Don't edit it directly, instead, edit docs/data/projects.yml -->
| Name | CI | OS | Notes |
|-----------------------------------|----|----|:------|
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
2022-04-28 19:18:49 -04:00
| [NumPy][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The fundamental package for scientific computing with Python. |
2022-06-06 15:53:13 +02:00
| [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
2021-10-07 10:00:30 -04:00
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
2021-11-29 08:49:49 -05:00
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
2022-04-28 19:18:49 -04:00
| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform |
2022-06-06 15:53:13 +02:00
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
2022-04-28 19:18:49 -04:00
| [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. |
2021-10-07 10:00:30 -04:00
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
2022-04-28 19:18:49 -04:00
| [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python |
2022-06-20 06:59:44 +00:00
| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. |
2022-06-06 15:53:13 +02:00
| [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python |
2022-01-25 07:56:17 +01:00
| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 |
2021-10-07 10:00:30 -04:00
| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library |
| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System |
2022-08-10 17:25:27 +00:00
| [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming data processing. |
2022-07-25 06:15:53 +00:00
| [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. |
2022-04-28 19:18:49 -04:00
| [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. |
2022-07-25 06:15:53 +00:00
| [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. |
2022-04-28 19:18:49 -04:00
| [cmake][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
2022-03-28 06:13:55 +00:00
| [twisted-iocpsupport][] | ![github icon][] | ![windows icon][] | A submodule of Twisted that hooks into native C APIs using Cython. |
2021-10-07 10:00:30 -04:00
| [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool |
2022-08-22 06:18:46 +00:00
| [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. |
2022-08-10 17:25:27 +00:00
| [cvxpy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A Python-embedded modeling language for convex optimization problems. |
2022-02-28 10:54:11 -05:00
| [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners |
2022-07-18 16:12:23 +00:00
| [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 |
2022-01-31 06:11:14 +00:00
| [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. |
2022-01-03 12:15:24 +01:00
| [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. |
2021-10-11 06:10:51 +00:00
| [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. |
2022-07-18 16:12:23 +00:00
| [Implicit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes GPU support for linux wheels |
2022-08-22 06:18:46 +00:00
| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy |
2022-08-08 16:51:14 -04:00
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
2021-10-07 10:00:30 -04:00
| [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 |
2022-04-01 22:00:22 -04:00
| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python |
2022-02-22 17:27:47 -05:00
| [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python |
2021-10-11 06:10:51 +00:00
| [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML |
2022-01-25 07:56:17 +01:00
| [numexpr][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more |
2021-10-06 08:44:30 +02:00
| [h5py][] | ![azurepipelines icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. |
2022-04-28 19:18:49 -04:00
| [Wrapt][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python module for decorators, wrappers and monkey patching. |
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
2022-04-28 19:18:49 -04:00
| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python |
2022-05-16 17:48:27 -04:00
| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by qpdf |
2022-06-20 06:59:44 +00:00
| [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. |
2021-10-07 10:00:30 -04:00
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
2022-02-28 10:54:11 -05:00
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
2022-04-28 19:18:49 -04:00
| [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. |
2021-09-13 10:16:27 -04:00
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
2022-07-25 06:15:53 +00:00
| [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) |
2021-11-29 08:49:49 -05:00
| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python |
2022-08-08 16:51:14 -04:00
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
2022-08-22 06:18:46 +00:00
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for machine learning |
2022-03-28 06:13:55 +00:00
| [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. |
2022-03-21 06:14:03 +00:00
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
2021-09-18 16:55:49 +02:00
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
2022-04-01 22:00:22 -04:00
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
2022-04-28 19:18:49 -04:00
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
2022-01-10 22:55:28 -05:00
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
2021-08-23 19:49:42 +01:00
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
| [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 |
2021-08-23 19:49:42 +01:00
| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
2022-07-18 16:12:23 +00:00
| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system |
2022-08-22 06:18:46 +00:00
| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub |
| [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. |
2022-06-27 06:16:07 +00:00
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
2022-08-08 16:51:14 -04:00
| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
2022-06-15 15:13:22 +00:00
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
2022-08-10 17:25:27 +00:00
| [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. |
2022-08-22 06:18:46 +00:00
| [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 |
2021-12-13 09:36:17 -05:00
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
2021-11-11 08:40:15 -05:00
| [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 |
| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. |
2022-06-06 15:53:13 +02:00
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
2022-06-27 06:16:07 +00:00
| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
2022-07-18 16:12:23 +00:00
| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 |
2022-08-22 06:18:46 +00:00
| [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 |
2022-04-28 19:18:49 -04:00
| [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 |
2022-02-22 17:27:47 -05:00
| [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 |
2022-05-16 17:48:27 -04:00
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
2022-01-03 12:15:24 +01:00
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
2022-07-18 16:12:23 +00:00
| [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. |
2021-09-20 06:14:55 +00:00
| [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. |
2022-07-18 16:12:23 +00:00
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
2022-08-10 17:25:27 +00:00
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
2022-07-18 16:12:23 +00:00
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
2022-06-15 15:13:22 +00:00
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
2022-08-22 06:18:46 +00:00
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
2022-06-06 15:53:13 +02:00
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
2022-05-23 20:44:09 +02:00
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
2022-02-22 17:27:47 -05:00
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
2022-01-03 12:15:24 +01:00
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
2022-07-25 06:15:53 +00:00
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
2021-11-25 12:35:11 -05:00
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
2022-08-22 06:18:46 +00:00
| [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. |
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
2022-04-28 19:18:49 -04:00
[NumPy]: https://github.com/numpy/numpy
2022-06-06 15:53:13 +02:00
[Tornado]: https://github.com/tornadoweb/tornado
2021-10-07 10:00:30 -04:00
[pytorch-fairseq]: https://github.com/pytorch/fairseq
2021-11-29 08:49:49 -05:00
[Matplotlib]: https://github.com/matplotlib/matplotlib
2022-04-28 19:18:49 -04:00
[NCNN]: https://github.com/Tencent/ncnn
2022-06-06 15:53:13 +02:00
[Kivy]: https://github.com/kivy/kivy
2022-04-28 19:18:49 -04:00
[Prophet]: https://github.com/facebook/prophet
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
2021-10-07 10:00:30 -04:00
[pydantic]: https://github.com/samuelcolvin/pydantic
2022-04-28 19:18:49 -04:00
[MemRay]: https://github.com/bloomberg/memray
2022-06-20 06:59:44 +00:00
[uvloop]: https://github.com/MagicStack/uvloop
2022-06-06 15:53:13 +02:00
[psutil]: https://github.com/giampaolo/psutil
2021-10-07 10:00:30 -04:00
[vaex]: https://github.com/vaexio/vaex
[Google Benchmark]: https://github.com/google/benchmark
[duckdb]: https://github.com/duckdb/duckdb
2022-08-10 17:25:27 +00:00
[Apache Beam]: https://github.com/apache/beam
2022-07-25 06:15:53 +00:00
[asyncpg]: https://github.com/MagicStack/asyncpg
2022-04-28 19:18:49 -04:00
[PyGame]: https://github.com/pygame/pygame
2022-07-25 06:15:53 +00:00
[scikit-image]: https://github.com/scikit-image/scikit-image
2022-04-28 19:18:49 -04:00
[cmake]: https://github.com/scikit-build/cmake-python-distributions
2022-03-28 06:13:55 +00:00
[twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport
2021-10-07 10:00:30 -04:00
[PyOxidizer]: https://github.com/indygreg/PyOxidizer
2022-08-22 06:18:46 +00:00
[websockets]: https://github.com/aaugustin/websockets
2022-08-10 17:25:27 +00:00
[cvxpy]: https://github.com/cvxpy/cvxpy
2022-02-28 10:54:11 -05:00
[Triton]: https://github.com/openai/triton
2022-07-18 16:12:23 +00:00
[UltraJSON]: https://github.com/ultrajson/ultrajson
[River]: https://github.com/online-ml/river
2022-01-31 06:11:14 +00:00
[OpenSpiel]: https://github.com/deepmind/open_spiel
2022-01-03 12:15:24 +01:00
[pyzmq]: https://github.com/zeromq/pyzmq
2021-10-11 06:10:51 +00:00
[aiortc]: https://github.com/aiortc/aiortc
2022-07-18 16:12:23 +00:00
[Implicit]: https://github.com/benfred/implicit
2022-08-22 06:18:46 +00:00
[vispy]: https://github.com/vispy/vispy
2022-08-08 16:51:14 -04:00
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
2021-10-07 10:00:30 -04:00
[tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader
[Dependency Injector]: https://github.com/ets-labs/python-dependency-injector
2022-04-01 22:00:22 -04:00
[coverage.py]: https://github.com/nedbat/coveragepy
2022-02-22 17:27:47 -05:00
[PyCryptodome]: https://github.com/Legrandin/pycryptodome
2021-10-11 06:10:51 +00:00
[PyYAML]: https://github.com/yaml/pyyaml
2022-01-25 07:56:17 +01:00
[numexpr]: https://github.com/pydata/numexpr
2021-10-06 08:44:30 +02:00
[h5py]: https://github.com/h5py/h5py
2022-04-28 19:18:49 -04:00
[Wrapt]: https://github.com/GrahamDumpleton/wrapt
[PyAV]: https://github.com/PyAV-Org/PyAV
2022-04-28 19:18:49 -04:00
[SimpleJSON]: https://github.com/simplejson/simplejson
2022-05-16 17:48:27 -04:00
[pikepdf]: https://github.com/pikepdf/pikepdf
2022-06-20 06:59:44 +00:00
[OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO
2021-10-07 10:00:30 -04:00
[Line Profiler]: https://github.com/pyutils/line_profiler
2022-02-28 10:54:11 -05:00
[PyTables]: https://github.com/PyTables/PyTables
2022-04-28 19:18:49 -04:00
[OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO
2021-09-13 10:16:27 -04:00
[aioquic]: https://github.com/aiortc/aioquic
2022-07-25 06:15:53 +00:00
[ruptures]: https://github.com/deepcharles/ruptures
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
2021-11-29 08:49:49 -05:00
[Psycopg 3]: https://github.com/psycopg/psycopg
2022-08-08 16:51:14 -04:00
[google neuroglancer]: https://github.com/google/neuroglancer
2022-08-22 06:18:46 +00:00
[envd]: https://github.com/tensorchord/envd
2022-03-28 06:13:55 +00:00
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
2022-03-21 06:14:03 +00:00
[AutoPy]: https://github.com/autopilot-rs/autopy
2021-09-18 16:55:49 +02:00
[H3-py]: https://github.com/uber/h3-py
2022-04-01 22:00:22 -04:00
[Rtree]: https://github.com/Toblerity/rtree
2022-04-28 19:18:49 -04:00
[markupsafe]: https://github.com/pallets/markupsafe
2022-01-10 22:55:28 -05:00
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
2021-08-23 19:49:42 +01:00
[python-snappy]: https://github.com/andrix/python-snappy
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
[KDEpy]: https://github.com/tommyod/KDEpy
2021-08-23 19:49:42 +01:00
[tgcalls]: https://github.com/MarshalX/tgcalls
2022-07-18 16:12:23 +00:00
[pybind11 python_example]: https://github.com/pybind/python_example
2022-08-22 06:18:46 +00:00
[dd-trace-py]: https://github.com/DataDog/dd-trace-py
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
2022-06-27 06:16:07 +00:00
[time-machine]: https://github.com/adamchainz/time-machine
2022-08-08 16:51:14 -04:00
[sourmash]: https://github.com/dib-lab/sourmash
2022-06-15 15:13:22 +00:00
[cyvcf2]: https://github.com/brentp/cyvcf2
2022-08-10 17:25:27 +00:00
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
2022-08-22 06:18:46 +00:00
[abess]: https://github.com/abess-team/abess
[jq.py]: https://github.com/mwilliamson/jq.py
2021-12-13 09:36:17 -05:00
[iminuit]: https://github.com/scikit-hep/iminuit
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
[boost-histogram]: https://github.com/scikit-hep/boost-histogram
2022-06-06 15:53:13 +02:00
[bx-python]: https://github.com/bxlab/bx-python
2022-06-27 06:16:07 +00:00
[TgCrypto]: https://github.com/pyrogram/tgcrypto
2022-07-18 16:12:23 +00:00
[iDynTree]: https://github.com/robotology/idyntree
2022-08-22 06:18:46 +00:00
[mosec]: https://github.com/mosecorg/mosec
2022-04-28 19:18:49 -04:00
[Python-WebRTC]: https://github.com/MarshalX/python-webrtc
[pybase64]: https://github.com/mayeut/pybase64
2022-02-22 17:27:47 -05:00
[Arbor]: https://github.com/arbor-sim/arbor
[fathon]: https://github.com/stfbnc/fathon
2022-05-16 17:48:27 -04:00
[etebase-py]: https://github.com/etesync/etebase-py
2022-01-03 12:15:24 +01:00
[polaroid]: https://github.com/daggy1234/polaroid
2022-07-18 16:12:23 +00:00
[cf-units]: https://github.com/SciTools/cf-units
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
2021-09-20 06:14:55 +00:00
[pillow-heif]: https://github.com/bigcat88/pillow_heif
2022-07-18 16:12:23 +00:00
[power-grid-model]: https://github.com/alliander-opensource/power-grid-model
2022-08-10 17:25:27 +00:00
[clang-format]: https://github.com/ssciwr/clang-format-wheel
2022-07-18 16:12:23 +00:00
[numpythia]: https://github.com/scikit-hep/numpythia
2022-06-15 15:13:22 +00:00
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
2022-08-22 06:18:46 +00:00
[pyjet]: https://github.com/scikit-hep/pyjet
2022-06-06 15:53:13 +02:00
[ninja]: https://github.com/scikit-build/ninja-python-distributions
2022-05-23 20:44:09 +02:00
[GSD]: https://github.com/glotzerlab/gsd
2022-02-22 17:27:47 -05:00
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
2022-01-03 12:15:24 +01:00
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
2022-07-25 06:15:53 +00:00
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
2021-11-25 12:35:11 -05:00
[SiPM]: https://github.com/EdoPro98/SimSiPM
2022-08-22 06:18:46 +00:00
[ril]: https://github.com/Cryptex-github/ril-py
[appveyor icon]: data/readme_icons/appveyor.svg
[github icon]: data/readme_icons/github.svg
[azurepipelines icon]: data/readme_icons/azurepipelines.svg
[circleci icon]: data/readme_icons/circleci.svg
[gitlab icon]: data/readme_icons/gitlab.svg
[travisci icon]: data/readme_icons/travisci.svg
[windows icon]: data/readme_icons/windows.svg
[apple icon]: data/readme_icons/apple.svg
[linux icon]: data/readme_icons/linux.svg
2022-08-22 06:18:46 +00:00
<!-- scikit-learn: 51114, last pushed 0 days ago -->
<!-- NumPy: 21249, last pushed 0 days ago -->
<!-- Tornado: 20697, last pushed 6 days ago -->
<!-- pytorch-fairseq: 18945, last pushed 3 days ago -->
<!-- Matplotlib: 15998, last pushed 0 days ago -->
<!-- NCNN: 15284, last pushed 0 days ago -->
<!-- Kivy: 14913, last pushed 4 days ago -->
<!-- Prophet: 14814, last pushed 16 days ago -->
<!-- MyPy: 13635, last pushed 0 days ago -->
<!-- pydantic: 10836, last pushed 0 days ago -->
<!-- MemRay: 9119, last pushed 3 days ago -->
<!-- uvloop: 8809, last pushed 5 days ago -->
<!-- psutil: 8623, last pushed 3 days ago -->
<!-- vaex: 7240, last pushed 2 days ago -->
<!-- Google Benchmark: 6751, last pushed 0 days ago -->
<!-- duckdb: 5977, last pushed 0 days ago -->
<!-- Apache Beam: 5785, last pushed 0 days ago -->
<!-- asyncpg: 5603, last pushed 8 days ago -->
<!-- PyGame: 5145, last pushed 0 days ago -->
<!-- scikit-image: 5019, last pushed 0 days ago -->
<!-- cmake: 4999, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4709, last pushed 0 days ago -->
<!-- PyOxidizer: 4178, last pushed 0 days ago -->
<!-- websockets: 4123, last pushed 3 days ago -->
<!-- cvxpy: 4044, last pushed 4 days ago -->
<!-- Triton: 3926, last pushed 0 days ago -->
<!-- UltraJSON: 3801, last pushed 13 days ago -->
<!-- River: 3532, last pushed 1 days ago -->
<!-- OpenSpiel: 3291, last pushed 0 days ago -->
<!-- pyzmq: 3139, last pushed 9 days ago -->
<!-- aiortc: 3043, last pushed 6 days ago -->
<!-- Implicit: 2918, last pushed 0 days ago -->
<!-- vispy: 2915, last pushed 16 days ago -->
<!-- Confluent client for Kafka: 2894, last pushed 3 days ago -->
<!-- tinyobjloader: 2617, last pushed 47 days ago -->
<!-- Dependency Injector: 2300, last pushed 18 days ago -->
<!-- coverage.py: 2159, last pushed 0 days ago -->
<!-- PyCryptodome: 2098, last pushed 1 days ago -->
<!-- PyYAML: 1910, last pushed 7 days ago -->
<!-- numexpr: 1796, last pushed 2 days ago -->
<!-- h5py: 1764, last pushed 3 days ago -->
<!-- Wrapt: 1728, last pushed 112 days ago -->
<!-- PyAV: 1632, last pushed 6 days ago -->
<!-- SimpleJSON: 1512, last pushed 51 days ago -->
<!-- pikepdf: 1466, last pushed 1 days ago -->
<!-- OpenColorIO: 1357, last pushed 40 days ago -->
<!-- Line Profiler: 1322, last pushed 4 days ago -->
<!-- PyTables: 1142, last pushed 0 days ago -->
<!-- OpenTimelineIO: 1084, last pushed 3 days ago -->
<!-- aioquic: 1031, last pushed 2 days ago -->
<!-- ruptures: 1017, last pushed 45 days ago -->
<!-- DeepForest: 773, last pushed 99 days ago -->
<!-- Psycopg 3: 759, last pushed 1 days ago -->
<!-- google neuroglancer: 747, last pushed 2 days ago -->
<!-- envd: 736, last pushed 1 days ago -->
<!-- Parselmouth: 675, last pushed 42 days ago -->
<!-- AutoPy: 671, last pushed 239 days ago -->
<!-- H3-py: 559, last pushed 0 days ago -->
<!-- Rtree: 497, last pushed 124 days ago -->
<!-- markupsafe: 487, last pushed 20 days ago -->
<!-- python-rapidjson: 456, last pushed 32 days ago -->
<!-- python-snappy: 444, last pushed 158 days ago -->
<!-- pybind11 cmake_example: 431, last pushed 10 days ago -->
<!-- KDEpy: 396, last pushed 192 days ago -->
<!-- tgcalls: 385, last pushed 51 days ago -->
<!-- pybind11 python_example: 356, last pushed 10 days ago -->
<!-- dd-trace-py: 353, last pushed 2 days ago -->
<!-- CTranslate2: 322, last pushed 16 days ago -->
<!-- time-machine: 320, last pushed 5 days ago -->
2022-08-08 16:51:14 -04:00
<!-- sourmash: 317, last pushed 0 days ago -->
2022-08-22 06:18:46 +00:00
<!-- cyvcf2: 302, last pushed 6 days ago -->
<!-- matrixprofile: 278, last pushed 48 days ago -->
<!-- abess: 275, last pushed 0 days ago -->
<!-- jq.py: 224, last pushed 196 days ago -->
<!-- iminuit: 210, last pushed 5 days ago -->
<!-- Tokenizer: 187, last pushed 16 days ago -->
<!-- PyGLM: 149, last pushed 146 days ago -->
<!-- boost-histogram: 116, last pushed 3 days ago -->
<!-- bx-python: 114, last pushed 228 days ago -->
<!-- TgCrypto: 110, last pushed 170 days ago -->
<!-- iDynTree: 108, last pushed 3 days ago -->
<!-- mosec: 102, last pushed 2 days ago -->
<!-- Python-WebRTC: 93, last pushed 164 days ago -->
<!-- pybase64: 87, last pushed 0 days ago -->
<!-- Arbor: 78, last pushed 2 days ago -->
<!-- fathon: 66, last pushed 80 days ago -->
<!-- etebase-py: 58, last pushed 46 days ago -->
<!-- polaroid: 52, last pushed 102 days ago -->
<!-- cf-units: 49, last pushed 0 days ago -->
<!-- Imagecodecs (fork): 47, last pushed 13 days ago -->
<!-- pillow-heif: 44, last pushed 1 days ago -->
<!-- power-grid-model: 43, last pushed 0 days ago -->
<!-- clang-format: 41, last pushed 19 days ago -->
<!-- numpythia: 34, last pushed 18 days ago -->
<!-- pybind11 scikit_build_example: 33, last pushed 10 days ago -->
<!-- pyjet: 33, last pushed 18 days ago -->
<!-- ninja: 25, last pushed 4 days ago -->
<!-- GSD: 19, last pushed 2 days ago -->
<!-- pyinstrument_cext: 10, last pushed 317 days ago -->
<!-- CorrectionLib: 10, last pushed 9 days ago -->
<!-- xmlstarlet: 9, last pushed 6 days ago -->
<!-- SiPM: 7, last pushed 81 days ago -->
<!-- ril: 4, last pushed 2 days ago -->
<!-- END bin/projects.py -->
> Add your repo here! Let us know on [GitHub Discussions](https://github.com/pypa/cibuildwheel/discussions/485), or send a PR, adding your information to `docs/data/projects.yml`.
>
> <sup>I'd like to include notes here to indicate why an example might be interesting to cibuildwheel users - the styles/technologies/techniques used in each. Please include that in future additions!</sup>
<style>
.wy-nav-content {
/* this table benefits from a wider page */
max-width: 1000px;
}
.rst-content .section table img {
/* make the icons darker on this page */
filter: brightness(0.5);
}
</style>