@@ -56,14 +56,14 @@ title: Working examples
5656| [ Psycopg 3] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | A modern implementation of a PostgreSQL adapter for Python |
5757| [ H3-py] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] ![ windows icon] [ ] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
5858| [ markupsafe] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] ![ windows icon] [ ] | Safely add untrusted strings to HTML/XML markup. |
59- | [ python-rapidjson] [ ] | ![ travisci icon] [ ] ![ gitlab icon] [ ] ![ appveyor icon] [ ] | ![ windows icon] [ ] ![ linux icon] [ ] | Python wrapper around rapidjson |
6059| [ Rtree] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Rtree: spatial index for Python GIS ¶ |
60+ | [ python-rapidjson] [ ] | ![ travisci icon] [ ] ![ gitlab icon] [ ] ![ appveyor icon] [ ] | ![ windows icon] [ ] ![ linux icon] [ ] | Python wrapper around rapidjson |
6161| [ python-snappy] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] ![ windows icon] [ ] | Python bindings for the snappy google library |
6262| [ pybind11 cmake_example] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Example pybind11 module built with a CMake-based build system |
6363| [ KDEpy] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Kernel Density Estimation in Python |
6464| [ tgcalls] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ windows icon] [ ] | Python ` pybind11 ` binding to Telegram's WebRTC library with third party dependencies like ` OpenSSL ` , ` MozJPEG ` , ` FFmpeg ` , etc. |
65- | [ dd-trace-py] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Uses custom alternate arch emulation on GitHub |
6665| [ pybind11 python_example] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Example pybind11 module built with a Python-based build system |
66+ | [ dd-trace-py] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Uses custom alternate arch emulation on GitHub |
6767| [ cyvcf2] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] | cython + htslib == fast VCF and BCF processing |
6868| [ sourmash] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] ![ windows icon] [ ] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
6969| [ time-machine] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] ![ windows icon] [ ] | Time mocking library using only the CPython C API. |
@@ -89,8 +89,8 @@ title: Working examples
8989| [ pybind11 scikit_build_example] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | An example combining scikit-build and pybind11 |
9090| [ GSD] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] ![ windows icon] [ ] | Cython and NumPy project with 64-bit wheels. |
9191| [ pyinstrument_cext] [ ] | ![ travisci icon] [ ] ![ appveyor icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | A simple C extension, without external dependencies |
92- | [ xmlstarlet] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Python 3.6+ CFFI bindings with true MSVC build. |
9392| [ 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. |
93+ | [ xmlstarlet] [ ] | ![ github icon] [ ] | ![ windows icon] [ ] ![ apple icon] [ ] ![ linux icon] [ ] | Python 3.6+ CFFI bindings with true MSVC build. |
9494| [ CorrectionLib] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
9595| [ SiPM] [ ] | ![ github icon] [ ] | ![ apple icon] [ ] ![ linux icon] [ ] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
9696
@@ -142,14 +142,14 @@ title: Working examples
142142[ Psycopg 3 ] : https://github.com/psycopg/psycopg
143143[ H3-py ] : https://github.com/uber/h3-py
144144[ markupsafe ] : https://github.com/pallets/markupsafe
145- [ python-rapidjson ] : https://github.com/python-rapidjson/python-rapidjson
146145[ Rtree ] : https://github.com/Toblerity/rtree
146+ [ python-rapidjson ] : https://github.com/python-rapidjson/python-rapidjson
147147[ python-snappy ] : https://github.com/andrix/python-snappy
148148[ pybind11 cmake_example ] : https://github.com/pybind/cmake_example
149149[ KDEpy ] : https://github.com/tommyod/KDEpy
150150[ tgcalls ] : https://github.com/MarshalX/tgcalls
151- [ dd-trace-py ] : https://github.com/DataDog/dd-trace-py
152151[ pybind11 python_example ] : https://github.com/pybind/python_example
152+ [ dd-trace-py ] : https://github.com/DataDog/dd-trace-py
153153[ cyvcf2 ] : https://github.com/brentp/cyvcf2
154154[ sourmash ] : https://github.com/dib-lab/sourmash
155155[ time-machine ] : https://github.com/adamchainz/time-machine
@@ -175,8 +175,8 @@ title: Working examples
175175[ pybind11 scikit_build_example ] : https://github.com/pybind/scikit_build_example
176176[ GSD ] : https://github.com/glotzerlab/gsd
177177[ pyinstrument_cext ] : https://github.com/joerick/pyinstrument_cext
178- [ xmlstarlet ] : https://github.com/dimitern/xmlstarlet
179178[ pillow-heif ] : https://github.com/bigcat88/pillow_heif
179+ [ xmlstarlet ] : https://github.com/dimitern/xmlstarlet
180180[ CorrectionLib ] : https://github.com/cms-nanoAOD/correctionlib
181181[ SiPM ] : https://github.com/EdoPro98/SimSiPM
182182
@@ -190,91 +190,91 @@ title: Working examples
190190[ apple icon ] : data/readme_icons/apple.svg
191191[ linux icon ] : data/readme_icons/linux.svg
192192
193- <!-- scikit-learn: 48423 , last pushed 0 days ago -->
194- <!-- Tornado: 20356 , last pushed 0 days ago -->
195- <!-- pytorch-fairseq: 14979 , last pushed 2 days ago -->
196- <!-- Matplotlib: 14798 , last pushed 0 days ago -->
197- <!-- MyPy: 12086 , last pushed 0 days ago -->
198- <!-- pydantic: 8621 , last pushed 0 days ago -->
199- <!-- uvloop: 8276 , last pushed 0 days ago -->
200- <!-- psutil: 7974 , last pushed 0 days ago -->
201- <!-- vaex: 6815 , last pushed 2 days ago -->
202- <!-- Google Benchmark: 6036 , last pushed 4 days ago -->
203- <!-- asyncpg: 5229 , last pushed 25 days ago -->
204- <!-- Apache Beam: 5187 , last pushed 0 days ago -->
205- <!-- scikit-image: 4702 , last pushed 2 days ago -->
206- <!-- twisted-iocpsupport: 4457 , last pushed 0 days ago -->
207- <!-- cmake: 4390 , last pushed 0 days ago -->
208- <!-- duckdb: 4114 , last pushed 1 days ago -->
209- <!-- websockets: 3741 , last pushed 9 days ago -->
210- <!-- cvxpy: 3662 , last pushed 4 days ago -->
211- <!-- Triton: 3425 , last pushed 2 days ago -->
212- <!-- PyOxidizer: 3404 , last pushed 2 days ago -->
213- <!-- OpenSpiel: 3014 , last pushed 1 days ago -->
214- <!-- River: 3001 , last pushed 4 days ago -->
215- <!-- pyzmq: 2977 , last pushed 6 days ago -->
216- <!-- vispy: 2781 , last pushed 16 days ago -->
217- <!-- aiortc: 2723 , last pushed 2 days ago -->
218- <!-- Confluent client for Kafka: 2592 , last pushed 13 days ago -->
219- <!-- tinyobjloader: 2374 , last pushed 6 days ago -->
220- <!-- coverage.py: 1865 , last pushed 2 days ago -->
221- <!-- PyCryptodome: 1835 , last pushed 2 days ago -->
222- <!-- Dependency Injector: 1799 , last pushed 13 days ago -->
223- <!-- numexpr: 1708, last pushed 17 days ago -->
224- <!-- PyYAML: 1697 , last pushed 13 days ago -->
225- <!-- h5py: 1652 , last pushed 10 days ago -->
226- <!-- PyAV: 1428 , last pushed 2 days ago -->
227- <!-- OpenColorIO: 1215, last pushed 11 days ago -->
228- <!-- PyTables: 1091 , last pushed 4 days ago -->
229- <!-- Line Profiler: 1004 , last pushed 3 days ago -->
230- <!-- OpenTimelineIO: 962 , last pushed 0 days ago -->
231- <!-- ruptures: 878 , last pushed 18 days ago -->
232- <!-- pikepdf: 859 , last pushed 2 days ago -->
233- <!-- aioquic: 806 , last pushed 3 days ago -->
234- <!-- google neuroglancer: 706 , last pushed 11 days ago -->
235- <!-- DeepForest: 697 , last pushed 163 days ago -->
236- <!-- Parselmouth: 602 , last pushed 13 days ago -->
237- <!-- AutoPy: 602 , last pushed 8 days ago -->
238- <!-- Psycopg 3: 562 , last pushed 0 days ago -->
239- <!-- H3-py: 465 , last pushed 61 days ago -->
240- <!-- markupsafe: 439 , last pushed 1 days ago -->
241- <!-- python-rapidjson: 436 , last pushed 78 days ago -->
242- <!-- Rtree: 435 , last pushed 12 days ago -->
243- <!-- python-snappy: 418 , last pushed 25 days ago -->
244- <!-- pybind11 cmake_example: 344 , last pushed 19 days ago -->
245- <!-- KDEpy: 323 , last pushed 213 days ago -->
246- <!-- tgcalls: 305 , last pushed 104 days ago -->
247- <!-- dd-trace-py: 289 , last pushed 2 days ago -->
248- <!-- pybind11 python_example: 288 , last pushed 18 days ago -->
249- <!-- cyvcf2: 281 , last pushed 25 days ago -->
250- <!-- sourmash: 268 , last pushed 4 days ago -->
251- <!-- time-machine: 249 , last pushed 4 days ago -->
252- <!-- CTranslate2: 220 , last pushed 4 days ago -->
253- <!-- matrixprofile: 218 , last pushed 191 days ago -->
254- <!-- jq.py: 192, last pushed 153 days ago -->
255- <!-- iminuit: 189, last pushed 50 days ago -->
256- <!-- Tokenizer: 160 , last pushed 25 days ago -->
257- <!-- PyGLM: 127, last pushed 6 days ago -->
258- <!-- bx-python: 109 , last pushed 17 days ago -->
259- <!-- boost-histogram: 103, last pushed 6 days ago -->
260- <!-- iDynTree: 92, last pushed 6 days ago -->
261- <!-- TgCrypto: 83, last pushed 11 days ago -->
262- <!-- pybase64: 75, last pushed 3 days ago -->
263- <!-- etebase-py: 53 , last pushed 6 days ago -->
264- <!-- fathon: 41, last pushed 46 days ago -->
265- <!-- numpythia: 33, last pushed 18 days ago -->
266- <!-- pyjet: 32, last pushed 19 days ago -->
267- <!-- Imagecodecs (fork): 27 , last pushed 44 days ago -->
268- <!-- polaroid: 27 , last pushed 22 days ago -->
269- <!-- clang-format: 23, last pushed 80 days ago -->
270- <!-- ninja: 21, last pushed 3 days ago -->
271- <!-- pybind11 scikit_build_example: 18 , last pushed 18 days ago -->
272- <!-- GSD: 18, last pushed 46 days ago -->
273- <!-- pyinstrument_cext: 10, last pushed 86 days ago -->
274- <!-- xmlstarlet: 7 , last pushed 55 days ago -->
275- <!-- pillow-heif : 7, last pushed 22 days ago -->
276- <!-- CorrectionLib: 6, last pushed 16 days ago -->
277- <!-- SiPM: 4, last pushed 56 days ago -->
193+ <!-- scikit-learn: 48503 , last pushed 0 days ago -->
194+ <!-- Tornado: 20354 , last pushed 7 days ago -->
195+ <!-- pytorch-fairseq: 15031 , last pushed 2 days ago -->
196+ <!-- Matplotlib: 14848 , last pushed 0 days ago -->
197+ <!-- MyPy: 12117 , last pushed 0 days ago -->
198+ <!-- pydantic: 8700 , last pushed 0 days ago -->
199+ <!-- uvloop: 8288 , last pushed 3 days ago -->
200+ <!-- psutil: 7992 , last pushed 1 days ago -->
201+ <!-- vaex: 6832 , last pushed 2 days ago -->
202+ <!-- Google Benchmark: 6065 , last pushed 2 days ago -->
203+ <!-- asyncpg: 5233 , last pushed 32 days ago -->
204+ <!-- Apache Beam: 5205 , last pushed 0 days ago -->
205+ <!-- scikit-image: 4710 , last pushed 2 days ago -->
206+ <!-- twisted-iocpsupport: 4460 , last pushed 3 days ago -->
207+ <!-- cmake: 4402 , last pushed 0 days ago -->
208+ <!-- duckdb: 4147 , last pushed 0 days ago -->
209+ <!-- websockets: 3751 , last pushed 3 days ago -->
210+ <!-- cvxpy: 3675 , last pushed 1 days ago -->
211+ <!-- Triton: 3439 , last pushed 0 days ago -->
212+ <!-- PyOxidizer: 3411 , last pushed 0 days ago -->
213+ <!-- OpenSpiel: 3032 , last pushed 0 days ago -->
214+ <!-- River: 3015 , last pushed 4 days ago -->
215+ <!-- pyzmq: 2982 , last pushed 5 days ago -->
216+ <!-- vispy: 2787 , last pushed 4 days ago -->
217+ <!-- aiortc: 2733 , last pushed 6 days ago -->
218+ <!-- Confluent client for Kafka: 2599 , last pushed 0 days ago -->
219+ <!-- tinyobjloader: 2383 , last pushed 13 days ago -->
220+ <!-- coverage.py: 1873 , last pushed 2 days ago -->
221+ <!-- PyCryptodome: 1848 , last pushed 9 days ago -->
222+ <!-- Dependency Injector: 1810 , last pushed 0 days ago -->
223+ <!-- numexpr: 1708, last pushed 2 days ago -->
224+ <!-- PyYAML: 1703 , last pushed 1 days ago -->
225+ <!-- h5py: 1653 , last pushed 1 days ago -->
226+ <!-- PyAV: 1432 , last pushed 4 days ago -->
227+ <!-- OpenColorIO: 1215, last pushed 1 days ago -->
228+ <!-- PyTables: 1093 , last pushed 2 days ago -->
229+ <!-- Line Profiler: 1018 , last pushed 3 days ago -->
230+ <!-- OpenTimelineIO: 968 , last pushed 0 days ago -->
231+ <!-- ruptures: 880 , last pushed 2 days ago -->
232+ <!-- pikepdf: 867 , last pushed 3 days ago -->
233+ <!-- aioquic: 816 , last pushed 10 days ago -->
234+ <!-- google neuroglancer: 707 , last pushed 2 days ago -->
235+ <!-- DeepForest: 703 , last pushed 170 days ago -->
236+ <!-- Parselmouth: 604 , last pushed 1 days ago -->
237+ <!-- AutoPy: 603 , last pushed 15 days ago -->
238+ <!-- Psycopg 3: 570 , last pushed 0 days ago -->
239+ <!-- H3-py: 466 , last pushed 68 days ago -->
240+ <!-- markupsafe: 440 , last pushed 4 days ago -->
241+ <!-- Rtree: 437 , last pushed 2 days ago -->
242+ <!-- python-rapidjson: 436 , last pushed 85 days ago -->
243+ <!-- python-snappy: 419 , last pushed 32 days ago -->
244+ <!-- pybind11 cmake_example: 345 , last pushed 26 days ago -->
245+ <!-- KDEpy: 325 , last pushed 220 days ago -->
246+ <!-- tgcalls: 308 , last pushed 1 days ago -->
247+ <!-- pybind11 python_example: 291 , last pushed 0 days ago -->
248+ <!-- dd-trace-py: 291 , last pushed 1 days ago -->
249+ <!-- cyvcf2: 282 , last pushed 32 days ago -->
250+ <!-- sourmash: 269 , last pushed 4 days ago -->
251+ <!-- time-machine: 251 , last pushed 0 days ago -->
252+ <!-- CTranslate2: 222 , last pushed 2 days ago -->
253+ <!-- matrixprofile: 219 , last pushed 198 days ago -->
254+ <!-- jq.py: 192, last pushed 160 days ago -->
255+ <!-- iminuit: 189, last pushed 0 days ago -->
256+ <!-- Tokenizer: 161 , last pushed 32 days ago -->
257+ <!-- PyGLM: 127, last pushed 13 days ago -->
258+ <!-- bx-python: 110 , last pushed 4 days ago -->
259+ <!-- boost-histogram: 103, last pushed 3 days ago -->
260+ <!-- iDynTree: 92, last pushed 2 days ago -->
261+ <!-- TgCrypto: 83, last pushed 1 days ago -->
262+ <!-- pybase64: 75, last pushed 2 days ago -->
263+ <!-- etebase-py: 54 , last pushed 13 days ago -->
264+ <!-- fathon: 41, last pushed 53 days ago -->
265+ <!-- numpythia: 33, last pushed 0 days ago -->
266+ <!-- pyjet: 32, last pushed 0 days ago -->
267+ <!-- Imagecodecs (fork): 32 , last pushed 51 days ago -->
268+ <!-- polaroid: 29 , last pushed 29 days ago -->
269+ <!-- clang-format: 23, last pushed 87 days ago -->
270+ <!-- ninja: 21, last pushed 0 days ago -->
271+ <!-- pybind11 scikit_build_example: 19 , last pushed 0 days ago -->
272+ <!-- GSD: 18, last pushed 5 days ago -->
273+ <!-- pyinstrument_cext: 10, last pushed 93 days ago -->
274+ <!-- pillow-heif: 8 , last pushed 29 days ago -->
275+ <!-- xmlstarlet : 7, last pushed 62 days ago -->
276+ <!-- CorrectionLib: 6, last pushed 6 days ago -->
277+ <!-- SiPM: 4, last pushed 63 days ago -->
278278
279279<!-- END bin/projects.py -->
280280
0 commit comments