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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ title: Working examples
35
35
|[pedalboard][]|![github icon][]|![windows icon][]![linux icon][]![apple icon][]| A Python library for working with audio data and audio plugins by wrapping the [JUCE](https://github.com/juce-framework/JUCE/) C++ framework. Uses cibuildwheel to deploy on as many operating systems and Python versions as possible with only one dependency (any NumPy). |
36
36
|[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. |
|[UltraJSON][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Ultra fast JSON decoder and encoder written in C with Python bindings |
39
38
|[aiortc][]|![github icon][]|![apple icon][]![linux icon][]| WebRTC and ORTC implementation for Python using asyncio. |
39
+
|[UltraJSON][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Ultra fast JSON decoder and encoder written in C with Python bindings |
40
40
|[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. |
41
41
|[Dependency Injector][]|![travisci icon][]|![windows icon][]![apple icon][]![linux icon][]| Dependency injection framework for Python, uses Windows TravisCI |
42
42
|[pyzmq][]|![github icon][]![circleci icon][]|![windows icon][]![apple icon][]![linux icon][]| Python bindings for zeromq, the networking library. Uses Cython on CPython and CFFI on PyPy. ARM wheels for linux are built natively on CircleCI. |
@@ -70,8 +70,8 @@ title: Working examples
70
70
|[time-machine][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Time mocking library using only the CPython C API. |
71
71
|[Picologging][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| A high-performance logging library for Python. |
72
72
|[pybind11 cmake_example][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Example pybind11 module built with a CMake-based build system |
|[tgcalls][]|![github icon][]|![apple icon][]![windows icon][]| Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
@@ -81,17 +81,17 @@ title: Working examples
81
81
|[python-snappy][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Python bindings for the snappy google library |
82
82
|[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. |
83
83
|[cyvcf2][]|![github icon][]|![apple icon][]![linux icon][]| cython + htslib == fast VCF and BCF processing |
84
-
|[jq.py][]|![travisci icon][]|![apple icon][]![linux icon][]| Python bindings for jq |
85
84
|[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. |
85
+
|[jq.py][]|![travisci icon][]|![apple icon][]![linux icon][]| Python bindings for jq |
86
86
|[Tokenizer][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Fast and customizable text tokenization library with BPE and SentencePiece support |
87
87
|[iminuit][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Jupyter-friendly Python interface for C++ MINUIT2 |
88
88
|[keyvi][]|![github icon][]|![linux icon][]![apple icon][]| FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime |
89
89
|[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. |
90
90
|[PyGLM][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Fast OpenGL Mathematics (GLM) for Python |
91
91
|[TgCrypto][]|![travisci icon][]|![windows icon][]![apple icon][]![linux icon][]| Includes a Windows Travis build. |
|[streaming-form-data][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Streaming parser for multipart/form-data written in Cython |
94
93
|[Confluent client for Kafka][]|![travisci icon][]|![apple icon][]![linux icon][]![windows icon][]| setup in `tools/wheels/build-wheels.bat`|
94
+
|[streaming-form-data][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Streaming parser for multipart/form-data written in Cython |
95
95
|[bx-python][]|![travisci icon][]|![apple icon][]![linux icon][]| A library that includes Cython extensions. |
96
96
|[power-grid-model][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Python/C++ library for distribution power system analysis |
97
97
|[pybase64][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| Fast Base64 encoding/decoding in Python |
@@ -109,8 +109,8 @@ title: Working examples
109
109
|[numpythia][]|![github icon][]|![apple icon][]![linux icon][]| The interface between PYTHIA and NumPy |
110
110
|[pyjet][]|![github icon][]|![windows icon][]![apple icon][]![linux icon][]| The interface between FastJet and NumPy |
111
111
|[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. |
112
-
|[GSD][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Cython and NumPy project with 64-bit wheels. |
113
112
|[SiPM][]|![github icon][]|![apple icon][]![linux icon][]| High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
113
+
|[GSD][]|![github icon][]|![apple icon][]![linux icon][]![windows icon][]| Cython and NumPy project with 64-bit wheels. |
|[CorrectionLib][]|![github icon][]|![apple icon][]![linux icon][]| Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
0 commit comments