{"id":13994385,"url":"https://github.com/scikit-build/scikit-build","last_synced_at":"2025-05-14T02:04:55.277Z","repository":{"id":18548203,"uuid":"21749516","full_name":"scikit-build/scikit-build","owner":"scikit-build","description":"Improved build system generator for CPython C, C++, Cython and Fortran extensions","archived":false,"fork":false,"pushed_at":"2025-05-05T21:11:10.000Z","size":2295,"stargazers_count":506,"open_issues_count":186,"forks_count":122,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-05T22:26:19.573Z","etag":null,"topics":["build-tool","c","c-extension","c-plus-plus","cmake","cpython","cython","fortran","kitware","packaging","python","scikit-build","wheels"],"latest_commit_sha":null,"homepage":"https://scikit-build.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scikit-build.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-07-11T20:00:17.000Z","updated_at":"2025-04-29T03:50:24.000Z","dependencies_parsed_at":"2023-01-13T19:53:32.570Z","dependency_job_id":"e12dbc94-d7ee-4e92-bdb1-44487425cbd7","html_url":"https://github.com/scikit-build/scikit-build","commit_stats":{"total_commits":1063,"total_committers":72,"mean_commits":14.76388888888889,"dds":0.5437441204139228,"last_synced_commit":"9e20ec612893541d253674e688269e2495be0a12"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-build%2Fscikit-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-build%2Fscikit-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-build%2Fscikit-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-build%2Fscikit-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scikit-build","download_url":"https://codeload.github.com/scikit-build/scikit-build/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253528958,"owners_count":21922634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build-tool","c","c-extension","c-plus-plus","cmake","cpython","cython","fortran","kitware","packaging","python","scikit-build","wheels"],"created_at":"2024-08-09T14:02:50.654Z","updated_at":"2025-05-14T02:04:55.244Z","avatar_url":"https://github.com/scikit-build.png","language":"Python","readme":"===============================\nscikit-build\n===============================\n\n.. image:: https://github.com/scikit-build/scikit-build/actions/workflows/ci.yml/badge.svg\n    :target: https://github.com/scikit-build/scikit-build/actions/workflows/ci.yml\n\n.. image:: https://dev.azure.com/scikit-build/scikit-build/_apis/build/status/scikit-build.scikit-build?branchName=main\n   :target: https://dev.azure.com/scikit-build/scikit-build/_build/latest?definitionId=1\u0026branchName=main\n\n.. image:: https://codecov.io/gh/scikit-build/scikit-build/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/scikit-build/scikit-build\n    :alt: Code coverage status\n\n.. image:: https://img.shields.io/static/v1?label=Discussions\u0026message=Ask\u0026color=blue\u0026logo=github\n    :target: https://github.com/orgs/scikit-build/discussions\n    :alt: GitHub Discussion\n\n.. START-INTRO\n\n**scikit-build** is a Python build system for CPython C/C++/Fortran/Cython\nextensions using CMake.\n\nThe scikit-build package is fundamentally just glue between the ``setuptools``\nPython module and `CMake`_.\n\nThe next generation of scikit-build, `scikit-build-core`_, is currently under development.\nThis provides a simple, reliable build backend for CMake that does not use\nsetuptools and provides a lot of new features. Scikit-build-core can also power\na setuptools-based extension system, which will eventually become the backend\nfor scikit-build (classic). If you do not require extensive customization of\nthe build process, you should consider trying scikit-build-core instead of\nscikit-build.\n\nTo get started, see `this example \u003chttps://scikit-build.readthedocs.io/en/latest/usage.html#example-of-setup-py-cmakelists-txt-and-pyproject-toml\u003e`_. For more examples, see `scikit-build-sample-projects \u003chttps://github.com/scikit-build/scikit-build-sample-projects\u003e`_.\n\n.. END-INTRO\n\nLatest Release\n--------------\n\n.. table::\n\n  +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+\n  | Versions                                                                    | Downloads                                                                     |\n  +=============================================================================+===============================================================================+\n  | .. image:: https://img.shields.io/pypi/v/scikit-build.svg                   | .. image:: https://img.shields.io/pypi/dm/scikit-build                        |\n  |     :target: https://pypi.python.org/pypi/scikit-build                      |     :target: https://pypi.python.org/pypi/scikit-build                        |\n  +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+\n  | .. image:: https://anaconda.org/conda-forge/scikit-build/badges/version.svg | .. image:: https://anaconda.org/conda-forge/scikit-build/badges/downloads.svg |\n  |     :target: https://anaconda.org/conda-forge/scikit-build                  |     :target: https://anaconda.org/conda-forge/scikit-build                    |\n  +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+\n\n.. INJECT-CHANGELOG\n\nPublications\n------------\n\nPlease use the first citation when referencing scikit-build in scientific publications.\n\n* Jean-Christophe Fillion-Robin, Matt McCormick, Omar Padron, Max Smolens, Michael Grauer, \u0026 Michael Sarahan. (2018, July 13). jcfr/scipy_2018_scikit-build_talk: SciPy 2018 Talk | scikit-build: A Build System Generator for CPython C/C++/Fortran/Cython Extensions. Zenodo. https://doi.org/10.5281/zenodo.2565368\n\n* Schreiner, Henry, Rickerby, Joe, Grosse-Kunstleve, Ralf, Jakob, Wenzel, Darbois, Matthieu, Gokaslan, Aaron, Fillion-Robin, Jean-Christophe, \u0026 McCormick, Matt. (2022, August 1). Building Binary Extensions with pybind11, scikit-build, and cibuildwheel. https://doi.org/10.25080/majora-212e5952-033\n\n\nHistory\n-------\n\nPyCMake was created at SciPy 2014 in response to general difficulties building\nC++ and Fortran based Python extensions across platforms.  It was renamed to\n\"scikit-build\" in 2016. Scikit-build-core was started in 2022.\n\n\nKnown Issues\n------------\n\nThese issues are likely to be addressed in upcoming releases, and are\nalready addressed in `scikit-build-core`_.\n\n* Editable installs do not work with the latest versions of Setuptools (and had\n  issues with older versions, too).\n* Configuration scikit-build cares about _must_ be specified in ``setup()``\n  currently.\n* The cache directory (``_skbuild``) may need to be deleted between builds in\n  some cases (like rebuilding with a different Python interpreter).\n* AIX requires a newer version of CMake than the IBM-supplied CMake 3.22.0\n  from the AIX Toolbox for Open Source Software.  We currently recommend\n  building CMake from source on AIX.\n\nWe are also working on improving scikit-build, so there are some upcoming\nchanges and deprecations:\n\n* All deprecated setuptools/distutils features are also deprecated in\n  scikit-build, like the ``test`` command, ``easy_install``, etc.\n* Older versions of CMake (\u003c3.15) are not recommended; a future version will\n  remove support for older CMake's (along with providing a better mechanism for\n  ensuring a proper CMake is available).\n\nIf you need any of these features, please open or find an issue explaining what\nand why you need something.\n\nMiscellaneous\n-------------\n\n* Free software: MIT license\n* Documentation: http://scikit-build.readthedocs.org\n* Source code: https://github.com/scikit-build/scikit-build\n* Discussions: https://github.com/orgs/scikit-build/discussions\n* Scikit-build-core: https://github.com/scikit-build/scikit-build-core\n\n\nSupport for this work was provided by NSF grant `OAC-2209877 \u003chttps://www.nsf.gov/awardsearch/showAward?AWD_ID=2209877\u003e`_.\n\n.. _scikit-build-core: https://scikit-build-core.readthedocs.io\n.. _cmake: https://cmake.org\n","funding_links":[],"categories":["Python","Other"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscikit-build%2Fscikit-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscikit-build%2Fscikit-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscikit-build%2Fscikit-build/lists"}