Registry / azure / a2a
library0.44pypypi✓ verified 82d ago

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.

pip install a2a
INSTALL
IMPORT
SIG · A2A
A
a2a
azurepythonv0.44
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GithubSpider
from a2a import GithubSpider
from a2a import get_match
runner
from a2a import runner
from a2a import get_match

Maps an Azure service name to its corresponding AWS service.

from a2a import get_match result = get_match('Azure Virtual Machines', 'AWS') print(result)
Debug
Known issues
gotchaThe library is still in early development (version 0.44) and APIs may change without notice. Pin your version in requirements.
fix
Use a2a==0.44 in requirements.txt
affects: >=0.1, <1.0
deprecatedThe function 'match' from older versions is deprecated; use 'get_match' instead.
fix
Replace 'from a2a import match' with 'from a2a import get_match'
affects: <0.43
Upgrade
Version history
0.44latest on PyPI · released Aug 4, 2020
Audit
Dependencies

No dependency data recorded yet.

Agent activity
68 hits · last 30 days
node
58
Perplexity
1
OpenAI (training)
1
Resources
a2a — pip install a2a · libregistry