{"id":26693,"library":"a2a","title":"a2a","description":"a2a is a Python library for finding corresponding service offerings between Microsoft Azure and Amazon AWS. It helps map cloud services across the two major cloud providers. Current version: 0.44.","status":"active","version":"0.44","language":"python","source_language":"en","source_url":"https://github.com/kshitijcode/a2a","tags":["cloud","azure","aws","mapping"],"install":[{"cmd":"pip install a2a","lang":"bash","label":"pip install"}],"dependencies":[],"imports":[{"note":"Using just 'import a2a' requires a2a.get_match() but it's not a module-level function; correct import path is from a2a import get_match.","wrong":"import a2a","symbol":"get_match","correct":"from a2a import get_match"}],"quickstart":{"code":"from a2a import get_match\n\nresult = get_match('Azure Virtual Machines', 'AWS')\nprint(result)","lang":"python","description":"Maps an Azure service name to its corresponding AWS service."},"warnings":[{"fix":"Use a2a==0.44 in requirements.txt","message":"The library is still in early development (version 0.44) and APIs may change without notice. Pin your version in requirements.","severity":"gotcha","affected_versions":">=0.1, <1.0"},{"fix":"Replace 'from a2a import match' with 'from a2a import get_match'","message":"The function 'match' from older versions is deprecated; use 'get_match' instead.","severity":"deprecated","affected_versions":"<0.43"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run 'pip install a2a' in your active Python environment.","cause":"Library not installed or installed in wrong environment.","error":"ModuleNotFoundError: No module named 'a2a'"},{"fix":"Use 'from a2a import get_match'.","cause":"Using old import pattern 'import a2a' instead of 'from a2a import get_match'.","error":"AttributeError: module 'a2a' has no attribute 'get_match'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}