diff --git a/README.md b/README.md index db68862a..3fe8e771 100644 --- a/README.md +++ b/README.md @@ -161,10 +161,13 @@ Here are some repos that use cibuildwheel. | [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 ΒΆ | +| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | +| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | +| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Compute and compare MinHash signatures for DNA data sets. | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | | [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 | @@ -210,10 +213,13 @@ Here are some repos that use cibuildwheel. [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [Rtree]: https://github.com/Toblerity/rtree +[python-snappy]: https://github.com/andrix/python-snappy +[markupsafe]: https://github.com/pallets/markupsafe [KDEpy]: https://github.com/tommyod/KDEpy [cyvcf2]: https://github.com/brentp/cyvcf2 [pybind11 cmake_example]: https://github.com/pybind/cmake_example [pybind11 python_example]: https://github.com/pybind/python_example +[sourmash]: https://github.com/dib-lab/sourmash [dd-trace-py]: https://github.com/DataDog/dd-trace-py [iminuit]: https://github.com/scikit-hep/iminuit [jq.py]: https://github.com/mwilliamson/jq.py @@ -245,53 +251,56 @@ Here are some repos that use cibuildwheel. [apple icon]: docs/data/readme_icons/apple.svg [linux icon]: docs/data/readme_icons/linux.svg - - - - + + + + - - + + - + - - - - - + + + + + - - + + - + + + - - + + + - + - - + + - - + + - + - - - + + + diff --git a/docs/data/projects.yml b/docs/data/projects.yml index a7449f24..c72f39f4 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -2,6 +2,7 @@ # name: required, printed name # gh: GitHub repo (eventually a url: could be added for non-github projects) # stars: GitHub repo (optional, if different from package, such as for Twisted) +# pypi: The pypi name, if different from the GitHub package name # os: Operating system list, [windows, apple, linux] (optional) # ci: [appveyor, github, azurepipelines, circleci, gitlab, travisci] (optional) # notes: (text, optional) @@ -29,6 +30,7 @@ - name: Parselmouth gh: YannickJadoul/Parselmouth + pypi: praat-parselmouth notes: 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. ci: [github] os: [windows, apple, linux] @@ -82,6 +84,7 @@ - name: PyAV gh: PyAV-Org/PyAV + pypi: av ci: [github] os: [windows, apple, linux] notes: Pythonic bindings for FFmpeg's libraries. @@ -109,6 +112,7 @@ - name: etebase-py gh: etesync/etebase-py + pypi: etebase notes: Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. ci: [travisci] os: [linux] @@ -175,6 +179,7 @@ - name: jq.py gh: mwilliamson/jq.py + pypi: jq ci: [travisci] os: [apple, linux] @@ -226,6 +231,7 @@ - name: Dependency Injector gh: ets-labs/python-dependency-injector + pypi: dependency-injector ci: [travisci] os: [windows, apple, linux] notes: Dependency injection framework for Python, uses Windows TravisCI @@ -237,11 +243,13 @@ - name: PyTables gh: PyTables/PyTables + pypi: tables ci: [github] os: [windows, apple, linux] - name: dd-trace-py gh: DataDog/dd-trace-py + pypi: ddtrace ci: [github] os: [windows, apple, linux] notes: Uses custom alternate arch emulation on GitHub @@ -270,6 +278,7 @@ - name: MyPy gh: mypyc/mypy_mypyc-wheels stars: python/mypy + pypi: mypy ci: [github] os: [apple, linux, windows] notes: MyPyC, the compiled component of MyPy. @@ -277,6 +286,7 @@ - name: Imagecodecs (fork) gh: czaki/imagecodecs_build stars: cgohlke/imagecodecs + pypi: imagecodecs ci: [azurepipelines] ci_config: azure-pipelines.yaml os: [apple, linux] @@ -293,8 +303,24 @@ ci: [github] os: [apple, linux, windows] notes: Time mocking library using only the CPython C API. + - name: polaroid gh: daggy1234/polaroid ci: [github] os: [apple, linux, windows] notes: Full range of wheels for setuptools rust, with auto release and PyPI deploy. + +- name: python-snappy + gh: andrix/python-snappy + ci: [github] + os: [apple, linux, windows] + +- name: sourmash + gh: dib-lab/sourmash + ci: [github] + os: [apple, linux, windows] + +- name: markupsafe + gh: pallets/markupsafe + ci: [github] + os: [apple, linux, windows]