docs: add time-machine as working example (#604)

* Add time-machine as working example

* docs: rerun projects.py

Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Adam Johnson
2021-02-20 15:04:56 -05:00
committed by GitHub
co-authored by Henry Schreiner
parent 66195bf4bc
commit b5b825783f
2 changed files with 61 additions and 52 deletions
+55 -52
View File
@@ -147,8 +147,8 @@ Here are some repos that use cibuildwheel.
| [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. |
| [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. |
| [numexpr][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more |
| [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. |
| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python |
| [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. |
| [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python |
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
| [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI |
@@ -156,8 +156,8 @@ Here are some repos that use cibuildwheel.
| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. |
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
| [pikepdf][] | ![azurepipelines icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by qpdf |
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
| [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. |
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
@@ -169,6 +169,7 @@ Here are some repos that use cibuildwheel.
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
| [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. |
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
| [CTranslate2][] | ![github icon][] | ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution. |
| [Tokenizer][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
@@ -179,8 +180,8 @@ Here are some repos that use cibuildwheel.
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
| [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. |
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
@@ -194,8 +195,8 @@ Here are some repos that use cibuildwheel.
[pyzmq]: https://github.com/zeromq/pyzmq
[aiortc]: https://github.com/aiortc/aiortc
[numexpr]: https://github.com/pydata/numexpr
[h5py]: https://github.com/h5py/h5py
[coverage.py]: https://github.com/nedbat/coveragepy
[h5py]: https://github.com/h5py/h5py
[River]: https://github.com/online-ml/river
[PyAV]: https://github.com/PyAV-Org/PyAV
[Dependency Injector]: https://github.com/ets-labs/python-dependency-injector
@@ -203,8 +204,8 @@ Here are some repos that use cibuildwheel.
[ruptures]: https://github.com/deepcharles/ruptures
[aioquic]: https://github.com/aiortc/aioquic
[google neuroglancer]: https://github.com/google/neuroglancer
[AutoPy]: https://github.com/autopilot-rs/autopy
[pikepdf]: https://github.com/pikepdf/pikepdf
[AutoPy]: https://github.com/autopilot-rs/autopy
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
[Rtree]: https://github.com/Toblerity/rtree
@@ -216,6 +217,7 @@ Here are some repos that use cibuildwheel.
[iminuit]: https://github.com/scikit-hep/iminuit
[jq.py]: https://github.com/mwilliamson/jq.py
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
[time-machine]: https://github.com/adamchainz/time-machine
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
[bx-python]: https://github.com/bxlab/bx-python
@@ -226,8 +228,8 @@ Here are some repos that use cibuildwheel.
[pyjet]: https://github.com/scikit-hep/pyjet
[numpythia]: https://github.com/scikit-hep/numpythia
[fathon]: https://github.com/stfbnc/fathon
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
@@ -241,52 +243,53 @@ Here are some repos that use cibuildwheel.
[apple icon]: docs/data/readme_icons/apple.svg
[linux icon]: docs/data/readme_icons/linux.svg
<!-- scikit-learn: 43800, last pushed 0 days ago -->
<!-- Matplotlib: 12963, last pushed 0 days ago -->
<!-- MyPy: 9770, last pushed 0 days ago -->
<!-- psutil: 6990, last pushed 5 days ago -->
<!-- scikit-image: 4143, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4140, last pushed 7 days ago -->
<!-- websockets: 3146, last pushed 9 days ago -->
<!-- pyzmq: 2675, last pushed 1 days ago -->
<!-- aiortc: 2113, last pushed 7 days ago -->
<!-- numexpr: 1512, last pushed 16 days ago -->
<!-- h5py: 1474, last pushed 2 days ago -->
<!-- coverage.py: 1471, last pushed 2 days ago -->
<!-- River: 1296, last pushed 0 days ago -->
<!-- PyAV: 1142, last pushed 13 days ago -->
<!-- Dependency Injector: 1070, last pushed 0 days ago -->
<!-- PyTables: 1001, last pushed 6 days ago -->
<!-- ruptures: 589, last pushed 3 days ago -->
<!-- aioquic: 571, last pushed 78 days ago -->
<!-- google neuroglancer: 555, last pushed 0 days ago -->
<!-- AutoPy: 517, last pushed 134 days ago -->
<!-- pikepdf: 517, last pushed 5 days ago -->
<!-- Parselmouth: 450, last pushed 1 days ago -->
<!-- python-rapidjson: 410, last pushed 39 days ago -->
<!-- Rtree: 387, last pushed 28 days ago -->
<!-- KDEpy: 235, last pushed 37 days ago -->
<!-- cyvcf2: 233, last pushed 0 days ago -->
<!-- pybind11 cmake_example: 226, last pushed 35 days ago -->
<!-- pybind11 python_example: 224, last pushed 73 days ago -->
<!-- dd-trace-py: 206, last pushed 0 days ago -->
<!-- iminuit: 166, last pushed 25 days ago -->
<!-- jq.py: 140, last pushed 102 days ago -->
<!-- matrixprofile: 124, last pushed 2 days ago -->
<!-- CTranslate2: 123, last pushed 0 days ago -->
<!-- Tokenizer: 115, last pushed 3 days ago -->
<!-- bx-python: 95, last pushed 30 days ago -->
<!-- boost-histogram: 66, last pushed 0 days ago -->
<!-- pybase64: 54, last pushed 0 days ago -->
<!-- TgCrypto: 51, last pushed 65 days ago -->
<!-- etebase-py: 40, last pushed 17 days ago -->
<!-- pyjet: 27, last pushed 3 days ago -->
<!-- numpythia: 24, last pushed 9 days ago -->
<!-- fathon: 20, last pushed 4 days ago -->
<!-- pyinstrument_cext: 10, last pushed 57 days ago -->
<!-- Imagecodecs (fork): 10, last pushed 7 days ago -->
<!-- xmlstarlet: 7, last pushed 2 days ago -->
<!-- pybind11 scikit_build_example: 2, last pushed 18 days ago -->
<!-- scikit-learn: 44623, last pushed 0 days ago -->
<!-- Matplotlib: 13149, last pushed 0 days ago -->
<!-- MyPy: 9944, last pushed 0 days ago -->
<!-- psutil: 7071, last pushed 1 days ago -->
<!-- scikit-image: 4193, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4172, last pushed 2 days ago -->
<!-- websockets: 3196, last pushed 1 days ago -->
<!-- pyzmq: 2696, last pushed 1 days ago -->
<!-- aiortc: 2216, last pushed 0 days ago -->
<!-- numexpr: 1538, last pushed 7 days ago -->
<!-- coverage.py: 1501, last pushed 3 days ago -->
<!-- h5py: 1483, last pushed 0 days ago -->
<!-- River: 1395, last pushed 0 days ago -->
<!-- PyAV: 1169, last pushed 5 days ago -->
<!-- Dependency Injector: 1132, last pushed 0 days ago -->
<!-- PyTables: 1003, last pushed 5 days ago -->
<!-- ruptures: 623, last pushed 6 days ago -->
<!-- aioquic: 583, last pushed 3 days ago -->
<!-- google neuroglancer: 565, last pushed 13 days ago -->
<!-- pikepdf: 540, last pushed 18 days ago -->
<!-- AutoPy: 520, last pushed 163 days ago -->
<!-- Parselmouth: 466, last pushed 0 days ago -->
<!-- python-rapidjson: 416, last pushed 68 days ago -->
<!-- Rtree: 387, last pushed 57 days ago -->
<!-- KDEpy: 242, last pushed 4 days ago -->
<!-- cyvcf2: 242, last pushed 5 days ago -->
<!-- pybind11 cmake_example: 233, last pushed 65 days ago -->
<!-- pybind11 python_example: 232, last pushed 10 days ago -->
<!-- dd-trace-py: 213, last pushed 0 days ago -->
<!-- iminuit: 169, last pushed 8 days ago -->
<!-- jq.py: 144, last pushed 9 days ago -->
<!-- matrixprofile: 133, last pushed 23 days ago -->
<!-- time-machine: 131, last pushed 0 days ago -->
<!-- CTranslate2: 129, last pushed 1 days ago -->
<!-- Tokenizer: 123, last pushed 3 days ago -->
<!-- bx-python: 95, last pushed 59 days ago -->
<!-- boost-histogram: 68, last pushed 0 days ago -->
<!-- pybase64: 55, last pushed 2 days ago -->
<!-- TgCrypto: 53, last pushed 94 days ago -->
<!-- etebase-py: 45, last pushed 46 days ago -->
<!-- pyjet: 27, last pushed 10 days ago -->
<!-- numpythia: 24, last pushed 10 days ago -->
<!-- fathon: 21, last pushed 18 days ago -->
<!-- Imagecodecs (fork): 15, last pushed 8 days ago -->
<!-- pyinstrument_cext: 10, last pushed 7 days ago -->
<!-- xmlstarlet: 7, last pushed 3 days ago -->
<!-- pybind11 scikit_build_example: 4, last pushed 28 days ago -->
<!-- END bin/projects.py -->
+6
View File
@@ -287,3 +287,9 @@
ci: [github]
os: [apple, linux, windows]
notes: Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example.
- name: time-machine
gh: adamchainz/time-machine
ci: [github]
os: [apple, linux, windows]
notes: Time mocking library using only the CPython C API.