Skip to content

dnicolodi/meson-python

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Sep 29, 2022
Aug 10, 2022
Feb 10, 2022
Oct 5, 2022
Nov 8, 2022
Nov 4, 2022
Oct 31, 2022
Nov 10, 2022
Oct 31, 2022
Nov 10, 2022
Oct 31, 2022

Repository files navigation

meson-python PyPI version

pre-commit.ci status checks tests codecov Documentation Status

Python build backend (PEP 517) for Meson projects.

See the documentation for more details.

Status

  • Pure Python modules πŸ‘
  • Native modules
    • Don't link against anything πŸ‘
    • Link against external libraries πŸ‘
    • Link against libraries from the Meson project πŸ‘
    • Detect the ABI πŸ‘
  • Scripts (executables in Meson)
    • Don't link against anything πŸ‘
    • Link against external libraries πŸ‘
    • Link against libraries from the Meson project πŸ”¨

Platform Support

  • Linux πŸ‘
  • Windows πŸ”¨
    • Does not support linking against libraries from the Meson project
  • MacOS πŸ”¨
    • Does not support linking against libraries from the Meson project
  • Other UNIX-like ⚠️
    • Most platforms should work, but currently that is not tested or guaranteed