Metadata-Version: 2.4
Name: skst_safe_build
Version: 1.1.0
Summary: A safe builder for falling back to setuptools when scikit_build_core fails due to a missing c compiler.
Author-email: Connor Makowski <conmak@mit.edu>
License-Expression: MIT
Project-URL: Homepage, https://github.com/connor-makowski/skst_safe_build
Project-URL: Bug Tracker, https://github.com/connor-makowski/skst_safe_build/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: setuptools>=61.0
Requires-Dist: scikit-build-core

# Skst Safe Build
[![PyPI version](https://badge.fury.io/py/skst_safe_build.svg)](https://badge.fury.io/py/skst_safe_build)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## About
A Python package for safely building and packaging CPP based Python projects. It provides tools and utilities to ensure that your build process works even if a C compiler is not available.
