Skip to content

An example Python package that builds cross-Python wheels via ctypes

License

Notifications You must be signed in to change notification settings

joerick/python-ctypes-package-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python ctypes example project

This is an example Python package that builds ctypes-based cross-Python wheels using cibuildwheel.

These wheels have the wheel tag py3-none-PLATFORM, meaning that one wheel will work for any version of Python 3, including PyPy. So you'll end up with one wheel per OS/architecture, which is considerably fewer than building one for each Python.

Thanks to @himbeles for some of the code from their sample ctypes project

About

An example Python package that builds cross-Python wheels via ctypes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published