You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/working-examples.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ title: Working examples
74
74
|[Rtree][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Rtree: spatial index for Python GIS |
75
75
|[pybind11 cmake_example][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Example pybind11 module built with a CMake-based build system |
76
76
|[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. |
80
80
|[python-snappy][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Python bindings for the snappy google library |
81
81
|[pybind11 python_example][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Example pybind11 module built with a Python-based build system |
@@ -101,8 +101,8 @@ title: Working examples
101
101
|[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. |
102
102
|[pybind11 scikit_build_example][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| An example combining scikit-build and pybind11 |
103
103
|[polaroid][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
104
-
|[etebase-py][]|![travisci icon][]|![linux icon][]| Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
105
104
|[clang-format][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
105
+
|[etebase-py][]|![travisci icon][]|![linux icon][]| Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
106
106
|[cf-units][]|![github icon][]|![apple icon][]![linux icon][]| Units of measure as required by the Climate and Forecast (CF) Metadata Conventions |
107
107
|[ninja][]|![github icon][]![travisci icon][]|![apple icon][]![linux icon][]![windows icon][]| Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
108
108
|[numpythia][]|![github icon][]|![apple icon][]![linux icon][]| The interface between PYTHIA and NumPy |
@@ -111,8 +111,8 @@ title: Working examples
111
111
|[GSD][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Cython and NumPy project with 64-bit wheels. |
112
112
|[SiPM][]|![github icon][]|![apple icon][]![linux icon][]| High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
113
113
|[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 |
117
117
|[werpy][]|![github icon][]|![windows icon][]![linux icon][]![apple icon][]| An ultra-fast python package using optimized dynamic programming to compute the Word Error Rate (WER). |
118
118
|[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 |
0 commit comments