Ycecream

Latest version: v1.3.17

Safety actively analyzes 627119 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.3.17

----------------------------
Removed __all__ from the pprint source, which prevented ycecream to work properly.

1.3.16.2

----------------------------
Changed prepare.py to dynamically make setup.py (from setupx.py and readme.md).

1.3.16

--------------------------
Ycecream now supports the underscore_number functionality of pprint
(even for Python < 3.10, but not Python 2.7).
Therefore, a new attribute underscore_number (abbreviated un) is introduced.
This attribute is False by default.
Example usage:
powers = [10**i for i in range(8)]
y(powers, underscore_numbers=True)
results in
y| powers: [1, 10, 100, 1_000, 10_000, 100_000, 1_000_000, 10_000_000]

1.3.15

--------------------------
Updated readme and made it available on PyPI.
Checked compatibility with Python 3.12.

1.3.14

==========================
It is now possible to suppress the parent function/method when line numbers are shown.
To do so, just use one of
show_line_numbers = "n"
show_line_numbers = "no parent"
sln = "n"
sln = "no parent"
The readme file has been updated and corrected.

1.3.13

==========================
A bug made that there was still a dependency: executing. Fixed.

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.