Contents Menu Expand Light mode Dark mode Auto light/dark mode
meson-python 0.14.0.dev0
meson-python 0.14.0.dev0

Information

  • Change-log
  • Projects using meson-python
  • Security

Tutorials

  • Introduction to Python packaging with meson-python
  • Using data files
  • Entry points
  • Executable

How to guides

  • First project
  • Adding dependencies
  • Editable installs
  • Use build config settings
  • Passing arguments to Meson
  • Use a permanent build directory
  • Executable with internal dependencies

Reference

  • Build config settings
  • pyproject.toml settings
  • Environment variables
  • Quirks
  • Limitations

Explanations

  • How does meson-python work?
  • Default build options
  • How do we handle internal dependencies?
  • How do editable installs work?

Contributing

  • Getting started
  • Commit format
  • Test suite
  • Documentation
  • Release Process

Project Links

  • Source Code
  • Issue Tracker
  v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Security#

Distributors are recommended to fetch release sources via the Git tags on our repository, or the source distributions on the meson-python PyPI page, both are PGP-signed with one of the following keys:

  • 3DCE51D60930EBA47858BA4146F633CBB0EB4BF2 (Filipe LaĆ­ns)

  • 52BDC33FD1FBAB569D47FFA923D9E5499A08BDC5 (Ralf Gommers)

Fetching artifact signatures from PyPI

To fetch the PGP signatures for artifacts on PyPI, simply add .asc to the artifact URL.

Next
Introduction to Python packaging with meson-python
Previous
Projects using meson-python
Copyright © 2021, The meson-python developers
Made with Sphinx and @pradyunsg's Furo