hohav / py-slippi

Python library for parsing SSBM replay files
MIT License
56 stars 25 forks source link

py-slippi on PyPI doesn't include termcolor #7

Closed nmutalik closed 5 years ago

nmutalik commented 5 years ago

How to reproduce

  1. Have a clean python 3.7.3 environment
  2. pip install py-slippi
  3. In Python, from slippi import Game
  4. Cry

While it's not reflected in the github source, the source from PyPI only has py-ubjson in its source.

Simple workaround is, unsurprisingly, install termcolor, but figured you'd want to know and publish a patch. Sick library, appreciate your work.