A set of Python utilities for calling the Linear API. Current version 0.2.0, supports Python >=3.9. Development is active but the library is still early-stage.
pip install linear-apiVerified import paths — ran on the pinned version, not inferred.
Initialize the client with your API key and fetch the current user.
Pin to a specific version, e.g., pip install linear-api==0.2.0, and check the changelog before upgrading.
Use 'from linear_api import ...' (underscore).
Use LinearAPI(api_key='...') instead of LinearAPI(token='...').
No dependency data recorded yet.