internal/test/: meson-python-0.15.0 metadata and description

Homepage Simple index

Meson Python build backend (PEP 517)

classifiers
  • Development Status :: 5 - Production/Stable
  • Programming Language :: Python
  • Topic :: Software Development :: Build Tools
description_content_type text/x-rst
keywords meson,build,backend,pep517,package
license Copyright © 2022 the meson-python contributors Copyright © 2021 Quansight Labs and Filipe Laíns Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
maintainer Thomas Li
maintainer_email Ralf Gommers <ralf.gommers@gmail.com>, Daniele Nicolodi <daniele@grinta.net>, Henry Schreiner <HenrySchreinerIII@gmail.com>
project_urls
  • Homepage, https://github.com/mesonbuild/meson-python
  • Repository, https://github.com/mesonbuild/meson-python
  • Documentation, https://meson-python.readthedocs.io/
  • Changelog, https://meson-python.readthedocs.io/en/latest/changelog.html
provides_extras docs
requires_dist
  • colorama; os_name == "nt"
  • meson>=0.63.3; python_version < "3.12"
  • meson>=1.2.3; python_version >= "3.12"
  • pyproject-metadata>=0.7.1
  • tomli>=1.0.0; python_version < "3.11"
  • build; extra == "test"
  • pytest>=6.0; extra == "test"
  • pytest-cov[toml]; extra == "test"
  • pytest-mock; extra == "test"
  • cython>=3.0.3; extra == "test"
  • wheel; extra == "test"
  • typing-extensions>=3.7.4; python_version < "3.11" and extra == "test"
  • furo>=2021.08.31; extra == "docs"
  • sphinx~=4.0; extra == "docs"
  • sphinx-copybutton>=0.5.0; extra == "docs"
  • sphinx-design>=0.1.0; extra == "docs"
  • sphinxext-opengraph>=0.7.0; extra == "docs"
requires_python >=3.7
File Tox results History
meson_python-0.15.0-py3-none-any.whl
Size
25 KB
Type
Python Wheel
Python
3

meson-python is a Python build backend built on top of the Meson build system. It enables to use 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.