Basic definitions for various SC2 game components.


License
Apache-2.0
Install
pip install sc2common==1.1.2

Documentation

PyPI Build Status Coverage Status Crates.io

common values, functions and objects for any packages that support SC2

Purpose

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.

Installation

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