Python3
Adds support for python3 Simplified it a bit with using class decorator instead of a metaclass Closes https://github.com/mattrobenolt/colors.py/issues/7
this looks good to me. would love to see a merge/pypi release.
@mattrobenolt Do you think this looks good enough for a merge and a new release?
A PyPi release would really be useful, as I don't like vendoring the @Jerakin release (which is excellent and integrates a test suite; i just prefer to avoid vendoring).
A FYI for anyone that reads this - you can intall arbitary python packages from github with pip pip install https://github.com/Jerakin/colors.py/archive/master.zip