{"id":27792,"library":"gardenlinux","title":"Garden Linux CICD Utils","description":"CI/CD utility library for Garden Linux development, providing automation helpers and tooling. Version 1.1735.0 supports Python >=3.9 and is released frequently (multiple daily versions).","status":"active","version":"1.1735.0","language":"python","source_language":"en","source_url":"https://github.com/gardenlinux/gardenlinux","tags":["gardenlinux","cicd","utility"],"install":[{"cmd":"pip install gardenlinux","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Main base class for gardenlinux utilities.","symbol":"GardenLinuxBase","correct":"from gardenlinux import GardenLinuxBase"}],"quickstart":{"code":"import os\nfrom gardenlinux import GardenLinuxBase\n\nglb = GardenLinuxBase(api_key=os.environ.get('GARDENLINUX_API_KEY', ''))\nprint(glb.version())","lang":"python","description":"Basic usage example with API key from environment variable."},"warnings":[{"fix":"Upgrade Python to 3.9 or later.","message":"Requires Python >=3.9; incompatible with older Python versions.","severity":"breaking","affected_versions":"All versions"},{"fix":"Set GARDENLINUX_API_KEY in environment instead of passing API key directly.","message":"The API key must be set via environment variable GARDENLINUX_API_KEY, not passed as argument to constructor.","severity":"gotcha","affected_versions":"All versions"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Install the library: pip install gardenlinux; then import using from gardenlinux import GardenLinuxBase","cause":"Incorrect import or library not installed properly.","error":"AttributeError: module 'gardenlinux' has no attribute 'GardenLinuxBase'"},{"fix":"Set the GARDENLINUX_API_KEY environment variable with a valid key before running the script.","cause":"GARDENLINUX_API_KEY environment variable not set or invalid.","error":"ValueError: Invalid API key"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}