YREA-SLS/SLS_Python
Kyler Olsen c1db0937a2 Created sls_build_backend module to help build the python module 2025-12-02 22:22:53 -07:00
..
sls Created sls_build_backend module to help build the python module 2025-12-02 22:22:53 -07:00
sls_build_backend Created sls_build_backend module to help build the python module 2025-12-02 22:22:53 -07:00
tests Python Project Skeleton 2025-12-02 19:10:11 -07:00
.gitignore worked on filling in the project 2025-12-02 21:38:27 -07:00
README.md Created sls_build_backend module to help build the python module 2025-12-02 22:22:53 -07:00
pyproject.toml Created sls_build_backend module to help build the python module 2025-12-02 22:22:53 -07:00

README.md

SLS Python

Building

cd SLS_Python
python -m venv .venv
source .venv/bin/activate

pip install build wheel "setuptools>=61.0"

# Install the backend (one-time setup)
pip install -e sls_build_backend

# Build with --no-isolation (required because backend is local)
python -m build --no-isolation