An open API service indexing awesome lists of open source software.

https://github.com/joerick/python-abi3-package-sample

An example Python package that builds ABI3-compatible wheels
https://github.com/joerick/python-abi3-package-sample

Last synced: 4 months ago
JSON representation

An example Python package that builds ABI3-compatible wheels

Awesome Lists containing this project

README

          

# Python Limited API example project

This is an example Python package that builds ABI3 compatible wheels using
cibuildwheel.

Most of this repo is standard boilerplate, the interesting configuration is
in [setup.py](./setup.py).