{"library":"seeq","title":"Seeq SDK for Python","description":"The Seeq SDK for Python provides programmatic access to the Seeq data analytics platform, enabling automation of data retrieval, analysis, and configuration tasks. Current version is 66.133.1.20260430, updated daily. Requires Python >=2.7.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install seeq"],"cli":null},"imports":["import seeq","import seeq"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import seeq\n\n# Use url, username, password from environment or config\nurl = os.environ.get('SEEQ_URL', '')\nusername = os.environ.get('SEEQ_USERNAME', '')\npassword = os.environ.get('SEEQ_PASSWORD', '')\n\n# Login using the SDK's built-in authentication\nclient = seeq.SDK(url, username=username, password=password)\n\n# Example: list worksheets\nworksheets = client.worksheets.search()\nfor ws in worksheets:\n    print(ws.name)","lang":"python","description":"Basic login and worksheet listing using environment variables for credentials.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}