colors.py icon indicating copy to clipboard operation
colors.py copied to clipboard

Python3

Open Jerakin opened this issue 7 years ago • 4 comments

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

Jerakin avatar Dec 18 '18 09:12 Jerakin

this looks good to me. would love to see a merge/pypi release.

jvanasco avatar May 09 '19 03:05 jvanasco

@mattrobenolt Do you think this looks good enough for a merge and a new release?

Jerakin avatar Jul 03 '19 09:07 Jerakin

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).

jvanasco avatar Sep 03 '19 20:09 jvanasco

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

Jerakin avatar Sep 07 '19 06:09 Jerakin