{"id":26739,"library":"athena-intelligence","title":"Athena Intelligence Python Library","description":"Athena Intelligence Python Library for interacting with the Athena Intelligence platform. Version 0.1.1097, under active development.","status":"active","version":"0.1.1097","language":"python","source_language":"en","source_url":"https://github.com/athenaintelligence/athena-python","tags":["athena","ai","api","client"],"install":[{"cmd":"pip install athena-intelligence","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Wrong import will cause ModuleNotFoundError","wrong":"import Athena","symbol":"Athena","correct":"from athena import Athena"}],"quickstart":{"code":"from athena import Athena\nimport os\n\nclient = Athena(api_key=os.environ.get('ATHENA_API_KEY', ''))\nresponse = client.query(\"Hello, Athena!\")\nprint(response)","lang":"python","description":"Initialize client and make a query."},"warnings":[{"fix":"Pin exact version and test upgrades.","message":"The library is in early alpha; interfaces may change without notice.","severity":"breaking","affected_versions":"all"},{"fix":"Use `from athena import Athena` instead.","message":"Older versions used `from athena import Client`; this is removed.","severity":"deprecated","affected_versions":"<0.1.1000"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run: pip install athena-intelligence and use `from athena import Athena`.","cause":"Case-sensitive import; must be lowercase 'athena'.","error":"ModuleNotFoundError: No module named 'Athena'"},{"fix":"Set environment variable ATHENA_API_KEY or pass it directly to Athena().","cause":"API key missing or invalid.","error":"athena.exceptions.AuthenticationError: 401"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}