This package definse constants, types, containers and functions commonly used throughout the Starcraft 2 deveopment space. Consolidating these into a single package allows developers to utilize these items while ensuring they are centrally defined and implemented once. Its usage is as a library only with no specific functionality to invoke except through one's own code.
This package is often automatically installed as a dependency by other packages that support Starcraft 2 in some way. This package can also be directly installed by itself. Installation is also supported via pypi.org.
EXAMPLE:
pip install sc2common