{"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,"search_vec":"'0.1.1097':17 'activ':19 'ai':22 'api':23 'athena':1,5,13,21 'client':24 'develop':20 'intellig':2,6,14 'interact':10 'librari':4,8 'platform':15 'python':3,7 'version':16","created_at":"2026-05-01T17:42:38.040297+00:00","updated_at":"2026-05-01T17:42:38.040297+00:00","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,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":"https://athenaintelligence.ai","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/athena-intelligence/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["llm-agents","ai-ml"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-28","last_verified":"2026-06-28","next_check":"2026-07-28","install_tag":null}}