{"id":27119,"library":"ls-buildtools","title":"ls-buildtools","description":"Build tools for LS projects. Version 0.1.6, requires Python >=3.10. Active development.","status":"active","version":"0.1.6","language":"python","source_language":"en","source_url":"https://github.com/lsst/ls_buildtools","tags":["build tools","lsst","ls"],"install":[{"cmd":"pip install ls-buildtools","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Wrong because the top-level module is ls_buildtools, not a nested submodule.","wrong":"from ls_buildtools.build import build_project","symbol":"build_project","correct":"from ls_buildtools import build_project"}],"quickstart":{"code":"from ls_buildtools import build_project\n\nbuild_project()","lang":"python","description":"Build the project using default configuration."},"warnings":[{"fix":"Pin to exact version and test upgrades.","message":"The library is in early release (0.x). Expect breaking changes between minor versions.","severity":"breaking","affected_versions":">=0.1.0,<1.0.0"},{"fix":"Always import with underscore: import ls_buildtools","message":"Package name uses hyphen (ls-buildtools) but import uses underscore (ls_buildtools).","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'pip install ls-buildtools' and use 'import ls_buildtools' (underscore).","cause":"Package not installed or import name mismatch.","error":"ModuleNotFoundError: No module named 'ls_buildtools'"},{"fix":"Check docstring of ls_buildtools or use dir(ls_buildtools) to list available attributes.","cause":"Function may have been renamed or removed in newer version.","error":"AttributeError: module 'ls_buildtools' has no attribute 'build_project'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}