
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
crayons
Advanced tools
.. image:: https://img.shields.io/pypi/v/crayons.svg :target: https://pypi.org/project/crayons/
.. image:: https://github.com/MasterOdin/crayons/workflows/Test/badge.svg :target: https://github.com/MasterOdin/crayons/actions?query=workflow%3ATest+branch%3Amaster
.. image:: https://img.shields.io/pypi/l/crayons.svg :target: https://pypi.python.org/pypi/crayons
.. image:: https://img.shields.io/pypi/wheel/crayons.svg :target: https://pypi.python.org/pypi/crayons
.. image:: https://img.shields.io/pypi/pyversions/crayons.svg :target: https://pypi.python.org/pypi/crayons
This module is really simple, it gives you colored strings for terminal
usage. Included colors are red, green, yellow, blue, black, magenta, cyan, white, and
normal (as well as clean and disable).
Crayons is nice because it automatically wraps a given string in both the foreground color, as well as returning to the original state after the string is complete. Most terminal color libraries make you manage this yourself.
Arguments include always=True and bold=True.
disable(), all future calls to colors will be ignored.normal(), color is reset to default foreground color::
# red is red, white is white.
>>> print('{} white'.format(crayons.red('red')))
red white
That's it!
::
$ pip install crayons
FAQs
TextUI colors for Python.
We found that crayons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.