{"library":"seeq-spy","title":"Seeq Spy","description":"Easy-to-use Python interface for Seeq, providing high-level access to Seeq data, analyses, and workbooks. Current version: 201.0. Release cadence is irregular, following Seeq product updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install seeq-spy"],"cli":null},"imports":["import seeq.spy as spy"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import seeq.spy as spy\nimport os\n\n# Authenticate using URL and credentials\nurl = os.environ.get('SEEQ_URL', 'https://demo.seeq.com')\nspy.login(url, username='demo', password='demo')\n\n# Search for a signal\nresults = spy.search({'Name': 'Temperature'})\nprint(results.head())","lang":"python","description":"Import the spy module, authenticate via spy.login, and search for data items. Replace credentials with your own.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}