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
- Host: GitHub
- URL: https://github.com/joerick/python-abi3-package-sample
- Owner: joerick
- License: apache-2.0
- Created: 2022-04-29T12:17:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T14:19:54.000Z (over 1 year ago)
- Last Synced: 2024-10-14T10:27:53.332Z (about 1 year ago)
- Language: C
- Size: 34.2 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).