Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesonbuild/meson-python
Meson PEP 517 Python build backend
https://github.com/mesonbuild/meson-python
Last synced: 3 months ago
JSON representation
Meson PEP 517 Python build backend
- Host: GitHub
- URL: https://github.com/mesonbuild/meson-python
- Owner: mesonbuild
- License: mit
- Created: 2021-08-26T17:45:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:49:38.000Z (3 months ago)
- Last Synced: 2024-10-29T11:52:25.904Z (3 months ago)
- Language: Python
- Homepage: https://mesonbuild.com/meson-python/
- Size: 780 KB
- Stars: 129
- Watchers: 11
- Forks: 66
- Open Issues: 44
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
.. SPDX-FileCopyrightText: 2021 The meson-python developers
.. SPDX-License-Identifier: MIT
meson-python
============``meson-python`` is a Python build back-end built on top of the Meson__
build system. It enables using Meson for the configuration and build
steps of Python packages. Meson is an open source build system meant
to be both extremely fast, and, even more importantly, as user
friendly as possible. ``meson-python`` is best suited for building
Python packages containing extension modules implemented in languages
such as C, C++, Cython, Fortran, Pythran, or Rust. Consult the
documentation__ for more details.Questions regarding the use of ``meson-python`` can be directed to the
discussions__ space on GitHub. Bug reports and feature requests can be
filed as GitHub issues__.__ https://mesonbuild.com/
__ https://mesonbuild.com/meson-python/
__ https://github.com/mesonbuild/meson-python/discussions/
__ https://github.com/mesonbuild/meson-python/issues/