AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 0.3.0 * Rewrites clean to just remove ANSI codes, not whatever it was doing before (which seemed to be stripping all characters from the string) * Adds random function to get a random color (thanks @azillion) * Adds replace_color function to allow setting replacement for a given color (e.g. replace blue with magneta) (thanks @frostming) * Adds reset_replace_color to reset any replacement colors set - Update URL in the spec to be correct - Write a description
- update to 0.2.0 * Add crayons.enable() * color funcs generated from __all__ var * Disable colors on TERM=dumb
- Don't forget python_module workaround.
- initial package