2020-12-12 18:29:46 +00:00
---
title : Working examples
---
2021-07-20 18:50:45 +01:00
<!-- 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-08-29 07:26:28 +00: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-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-09-06 20:52:55 -04: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-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 |
2021-07-20 18:50:45 +01:00
| [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-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` |
2022-09-20 13:34:54 -04:00
| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy |
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 |
2021-07-20 18:50:45 +01:00
| [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. |
2021-07-20 18:50:45 +01:00
| [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 |
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-09-20 13:34:54 -04:00
| [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. |
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. |
2022-09-20 13:34:54 -04:00
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML, based on buildkit |
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-09-06 20:52:55 -04:00
| [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 |
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 |
2021-07-20 18:50:45 +01:00
| [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. |
2021-07-20 18:50:45 +01:00
| [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 |
2021-07-20 18:50:45 +01:00
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
2022-06-06 15:53:13 +02:00
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
2022-09-06 20:52:55 -04:00
| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. |
2022-06-27 06:16:07 +00:00
| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
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-09-20 13:34:54 -04:00
| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 |
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 |
2021-11-08 11:34:30 -05:00
| [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. |
2021-07-20 18:50:45 +01:00
| [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. |
2021-07-20 18:50:45 +01:00
[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
2021-07-20 18:50:45 +01:00
[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
[cmake]: https://github.com/scikit-build/cmake-python-distributions
2022-09-06 20:52:55 -04:00
[scikit-image]: https://github.com/scikit-image/scikit-image
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
2021-07-20 18:50:45 +01:00
[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-08 16:51:14 -04:00
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
2022-09-20 13:34:54 -04:00
[vispy]: https://github.com/vispy/vispy
2021-10-07 10:00:30 -04:00
[tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader
2021-07-20 18:50:45 +01:00
[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
2021-07-20 18:50:45 +01:00
[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
2021-10-07 10:00:30 -04:00
[Line Profiler]: https://github.com/pyutils/line_profiler
2022-09-20 13:34:54 -04:00
[OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO
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
2022-09-13 01:45:10 -04:00
[envd]: https://github.com/tensorchord/envd
2021-11-29 08:49:49 -05:00
[Psycopg 3]: https://github.com/psycopg/psycopg
2022-09-06 20:52:55 -04:00
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
[google neuroglancer]: https://github.com/google/neuroglancer
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
2021-07-20 18:50:45 +01:00
[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
2021-07-20 18:50:45 +01:00
[jq.py]: https://github.com/mwilliamson/jq.py
2021-12-13 09:36:17 -05:00
[iminuit]: https://github.com/scikit-hep/iminuit
2021-07-20 18:50:45 +01:00
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
2022-06-06 15:53:13 +02:00
[bx-python]: https://github.com/bxlab/bx-python
2022-09-06 20:52:55 -04:00
[boost-histogram]: https://github.com/scikit-hep/boost-histogram
2022-06-27 06:16:07 +00:00
[TgCrypto]: https://github.com/pyrogram/tgcrypto
2022-08-22 06:18:46 +00:00
[mosec]: https://github.com/mosecorg/mosec
2022-09-20 13:34:54 -04:00
[iDynTree]: https://github.com/robotology/idyntree
2022-04-28 19:18:49 -04:00
[Python-WebRTC]: https://github.com/MarshalX/python-webrtc
2021-11-08 11:34:30 -05:00
[pybase64]: https://github.com/mayeut/pybase64
2022-02-22 17:27:47 -05:00
[Arbor]: https://github.com/arbor-sim/arbor
2021-07-20 18:50:45 +01:00
[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
2021-07-20 18:50:45 +01:00
[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
2022-09-06 20:52:55 -04:00
[cirrusci icon]: data/readme_icons/cirrusci.svg
2021-07-20 18:50:45 +01:00
[windows icon]: data/readme_icons/windows.svg
[apple icon]: data/readme_icons/apple.svg
[linux icon]: data/readme_icons/linux.svg
2022-09-20 13:34:54 -04:00
<!-- scikit-learn: 51403, last pushed 0 days ago -->
<!-- NumPy: 21474, last pushed 0 days ago -->
<!-- Tornado: 20743, last pushed 12 days ago -->
<!-- pytorch-fairseq: 19191, last pushed 2 days ago -->
<!-- Matplotlib: 16136, last pushed 0 days ago -->
<!-- NCNN: 15506, last pushed 0 days ago -->
<!-- Kivy: 15023, last pushed 6 days ago -->
<!-- Prophet: 14915, last pushed 1 days ago -->
<!-- MyPy: 13792, last pushed 0 days ago -->
<!-- pydantic: 11091, last pushed 2 days ago -->
<!-- MemRay: 9238, last pushed 0 days ago -->
<!-- uvloop: 8881, last pushed 2 days ago -->
<!-- psutil: 8696, last pushed 0 days ago -->
<!-- vaex: 7296, last pushed 2 days ago -->
<!-- Google Benchmark: 6836, last pushed 4 days ago -->
<!-- duckdb: 6390, last pushed 0 days ago -->
<!-- Apache Beam: 5862, last pushed 0 days ago -->
<!-- asyncpg: 5635, last pushed 1 days ago -->
<!-- PyGame: 5210, last pushed 0 days ago -->
<!-- cmake: 5079, last pushed 0 days ago -->
<!-- scikit-image: 5042, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4749, last pushed 0 days ago -->
<!-- PyOxidizer: 4292, last pushed 0 days ago -->
<!-- websockets: 4163, last pushed 2 days ago -->
<!-- cvxpy: 4082, last pushed 0 days ago -->
<!-- Triton: 4009, last pushed 0 days ago -->
<!-- UltraJSON: 3840, last pushed 3 days ago -->
<!-- River: 3622, last pushed 3 days ago -->
<!-- OpenSpiel: 3318, last pushed 1 days ago -->
<!-- pyzmq: 3156, last pushed 2 days ago -->
<!-- aiortc: 3072, last pushed 12 days ago -->
<!-- Implicit: 2946, last pushed 18 days ago -->
<!-- Confluent client for Kafka: 2932, last pushed 1 days ago -->
<!-- vispy: 2931, last pushed 0 days ago -->
<!-- tinyobjloader: 2643, last pushed 75 days ago -->
<!-- Dependency Injector: 2361, last pushed 10 days ago -->
<!-- coverage.py: 2196, last pushed 1 days ago -->
<!-- PyCryptodome: 2125, last pushed 16 days ago -->
<!-- PyYAML: 1932, last pushed 5 days ago -->
<!-- numexpr: 1813, last pushed 13 days ago -->
<!-- h5py: 1778, last pushed 1 days ago -->
<!-- Wrapt: 1743, last pushed 25 days ago -->
<!-- PyAV: 1659, last pushed 5 days ago -->
<!-- SimpleJSON: 1519, last pushed 79 days ago -->
<!-- pikepdf: 1491, last pushed 0 days ago -->
<!-- Line Profiler: 1372, last pushed 2 days ago -->
<!-- OpenColorIO: 1364, last pushed 8 days ago -->
<!-- PyTables: 1148, last pushed 3 days ago -->
<!-- OpenTimelineIO: 1096, last pushed 0 days ago -->
<!-- aioquic: 1055, last pushed 1 days ago -->
<!-- ruptures: 1043, last pushed 24 days ago -->
<!-- envd: 988, last pushed 0 days ago -->
<!-- Psycopg 3: 784, last pushed 0 days ago -->
<!-- DeepForest: 777, last pushed 0 days ago -->
<!-- google neuroglancer: 753, last pushed 10 days ago -->
<!-- Parselmouth: 695, last pushed 70 days ago -->
<!-- AutoPy: 674, last pushed 267 days ago -->
<!-- H3-py: 560, last pushed 21 days ago -->
<!-- Rtree: 502, last pushed 152 days ago -->
<!-- markupsafe: 494, last pushed 13 days ago -->
<!-- python-rapidjson: 459, last pushed 60 days ago -->
<!-- python-snappy: 443, last pushed 186 days ago -->
<!-- pybind11 cmake_example: 441, last pushed 2 days ago -->
<!-- KDEpy: 404, last pushed 220 days ago -->
<!-- tgcalls: 390, last pushed 79 days ago -->
<!-- pybind11 python_example: 363, last pushed 0 days ago -->
<!-- dd-trace-py: 357, last pushed 0 days ago -->
<!-- CTranslate2: 334, last pushed 2 days ago -->
<!-- time-machine: 330, last pushed 6 days ago -->
<!-- sourmash: 321, last pushed 0 days ago -->
<!-- cyvcf2: 305, last pushed 34 days ago -->
<!-- matrixprofile: 285, last pushed 76 days ago -->
<!-- abess: 282, last pushed 7 days ago -->
<!-- jq.py: 229, last pushed 6 days ago -->
<!-- iminuit: 212, last pushed 23 days ago -->
<!-- Tokenizer: 187, last pushed 5 days ago -->
<!-- PyGLM: 151, last pushed 174 days ago -->
<!-- bx-python: 118, last pushed 21 days ago -->
<!-- boost-histogram: 116, last pushed 1 days ago -->
<!-- TgCrypto: 110, last pushed 198 days ago -->
<!-- mosec: 109, last pushed 2 days ago -->
<!-- iDynTree: 108, last pushed 3 days ago -->
<!-- Python-WebRTC: 94, last pushed 192 days ago -->
<!-- pybase64: 88, last pushed 5 days ago -->
<!-- Arbor: 80, last pushed 1 days ago -->
<!-- fathon: 68, last pushed 108 days ago -->
<!-- etebase-py: 58, last pushed 74 days ago -->
<!-- polaroid: 54, last pushed 130 days ago -->
2022-08-22 06:18:46 +00:00
<!-- cf-units: 49, last pushed 0 days ago -->
2022-09-20 13:34:54 -04:00
<!-- Imagecodecs (fork): 48, last pushed 41 days ago -->
<!-- pillow-heif: 48, last pushed 6 days ago -->
<!-- power-grid-model: 48, last pushed 2 days ago -->
<!-- clang-format: 43, last pushed 12 days ago -->
<!-- numpythia: 34, last pushed 18 days ago -->
<!-- pybind11 scikit_build_example: 33, last pushed 0 days ago -->
<!-- pyjet: 32, last pushed 18 days ago -->
<!-- ninja: 25, last pushed 0 days ago -->
<!-- GSD: 19, last pushed 6 days ago -->
<!-- pyinstrument_cext: 10, last pushed 345 days ago -->
<!-- CorrectionLib: 10, last pushed 4 days ago -->
<!-- xmlstarlet: 9, last pushed 34 days ago -->
<!-- SiPM: 8, last pushed 109 days ago -->
<!-- ril: 5, last pushed 5 days ago -->
2021-07-20 18:50:45 +01:00
<!-- 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>
2020-12-12 18:29:46 +00:00
<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>