hello-cpp --------- Example Python package with a C++-based C-extension Build with ``` pip wheel -w dist --verbose . ``` ## Build Status | Linux | macOS | Windows | |----------------------------------------------|----------------------------------------------|----------------------------------------------| | [![CircleCI][circleci_image]][circleci_link] | [![TravisCI][travisci_image]][travisci_link] | [![AppVeyor][appveyor_image]][appveyor_link] | [circleci_image]: https://circleci.com/gh/python-packaging-tutorial/hello-cpp/tree/master-with-ci.svg?style=svg [circleci_link]: https://circleci.com/gh/python-packaging-tutorial/hello-cpp/tree/master-with-ci [travisci_image]: https://travis-ci.com/python-packaging-tutorial/hello-cpp.svg?branch=master-with-ci [travisci_link]: https://travis-ci.com/python-packaging-tutorial/hello-cpp [appveyor_image]: https://ci.appveyor.com/api/projects/status/5720yfkd6yn4nfs3/branch/master-with-ci?svg=true [appveyor_link]: https://ci.appveyor.com/project/python-packaging-tutorial/hello-cpp/branch/master-with-ci