From 734377b5f5834c9de8caab3e74f8daa48b2500fa Mon Sep 17 00:00:00 2001 From: Dimiter Naydenov Date: Sun, 4 Oct 2020 20:45:46 +0300 Subject: [PATCH] Add xmlstarlet to Working examples. Building binary wheels for Python 3.6+ and Linux, MacOS, and Windows. The easiest way to install and use the tool on Windows (from Python), also builds a truly native MSVC win_amd64 binary (not MinGW64). I couldn't find a good example of a usable CFFI cross-platform binary wheel build setup (esp. when the original C sources only build under MinGW32). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e833f4e8..9c904ee9 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Here are some repos that use cibuildwheel. - [pikepdf](https://github.com/pikepdf/pikepdf) - [fathon](https://github.com/stfbnc/fathon) - [etebase-py](https://github.com/etesync/etebase-py) - Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed, built on Travis CI. - +- [xmlstarlet](https://github.com/dimitern/xmlstarlet) - Python CFFI bindings to XMLStarlet XML processing CLI. > Add your repo here! Send a PR. > > I'd like to include notes here to indicate why an example might be interesting to cibuildwheel users - the styles/technologies/techniques used in each. Please include that in future additions!