Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.18 KB

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