loongson/pypi/: scikit-build-0.15.0 metadata and description

Homepage Simple index

Improved build system generator for Python C/C++/Fortran/Cython extensions

author The scikit-build team
author_email scikit-build@googlegroups.com
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Natural Language :: English
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
description_content_type text/x-rst; charset=UTF-8
keywords scikit-build
license MIT
project_urls
  • Documentation, https://scikit-build.readthedocs.io/
  • Bug Tracker, https://github.com/scikit-build/scikit-build/issues
  • Changelog, https://scikit-build.readthedocs.io/en/latest/changes.html
  • Mailing List, https://groups.google.com/forum/#!forum/scikit-build
  • Examples, https://github.com/scikit-build/scikit-build-sample-projects
provides_extras test
requires_dist
  • distro
  • packaging
  • wheel (>=0.29.0)
  • setuptools (<45,>=28.0.0) ; python_version < "3"
  • setuptools (>=28.0.0) ; python_version >= "3"
  • pygments ; extra == 'docs'
  • sphinx (>=4) ; extra == 'docs'
  • sphinx-issues ; extra == 'docs'
  • sphinx-rtd-theme (>=1.0) ; extra == 'docs'
  • sphinxcontrib-moderncmakedomain (>=3.19) ; extra == 'docs'
  • build (>=0.5) ; extra == 'test'
  • codecov (>=2.0.5) ; extra == 'test'
  • coverage (>=4.2) ; extra == 'test'
  • cython (>=0.25.1) ; extra == 'test'
  • flake8 (>=3.0.4) ; extra == 'test'
  • path.py (>=11.5.0) ; extra == 'test'
  • pytest (>=4.5.0) ; extra == 'test'
  • pytest-cov (>=2.7.1) ; extra == 'test'
  • pytest-mock (>=1.10.4) ; extra == 'test'
  • pytest-runner (>=5.1) ; extra == 'test'
  • pytest-virtualenv (>=1.2.5) ; extra == 'test'
  • requests ; extra == 'test'
  • six (>=1.10.0) ; extra == 'test'
  • ubelt (>=0.8.2) ; extra == 'test'
  • virtualenv ; extra == 'test'
  • xdoctest (>=0.10.0) ; extra == 'test'
  • pathlib2 ; (python_version < "3.0") and extra == 'test'

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
scikit_build-0.15.0-py2.py3-none-any.whl
Size
76 KB
Type
Python Wheel
Python
2.7

Improved build system generator for CPython C/C++/Fortran/Cython extensions.

Better support is available for additional compilers, build systems, cross compilation, and locating dependencies and determining their build requirements.

The scikit-build package is fundamentally just glue between the setuptools Python module and CMake.

To get started, see this example and scikit-build-sample-projects.

Latest Release

Versions Downloads
https://img.shields.io/pypi/v/scikit-build.svg https://img.shields.io/pypi/dm/scikit-build
https://anaconda.org/conda-forge/scikit-build/badges/version.svg https://anaconda.org/conda-forge/scikit-build/badges/downloads.svg

Build Status

GitHub Actions Azure
https://github.com/scikit-build/scikit-build/actions/workflows/ci.yml/badge.svg https://dev.azure.com/scikit-build/scikit-build/_apis/build/status/scikit-build.scikit-build?branchName=master

Overall Health

Requirements Status https://codecov.io/gh/scikit-build/scikit-build/branch/master/graph/badge.svg

History

PyCMake was created at SciPy 2014 in response to general difficulties building C++ and Fortran based Python extensions across platforms. It was renamed to “scikit-build” in 2016.