Tealprint

Latest version: v0.3.0

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

Scan your dependencies

0.3.0

Breaking Changes

- Added argument color to error and warning [22](https://github.com/Senth/tealprint/issues/22)
- Added pop_indent to arguments [21](https://github.com/Senth/tealprint/issues/21)

Added

- Ability to set default color for error and warning [22](https://github.com/Senth/tealprint/issues/22)
- Can now disable unicode and colors, and both will be disabled if terminal lacks unicode support [20](https://github.com/Senth/tealprint/issues/20)

0.2.2

Added

- Add support for Python 3.10

0.2.1

Fixed

- When calling `TealPrint.debug("", push_indent=True)` it didn't push the indent if current level was higher.

0.2.0

Breaking Changes

- `tealprint.TealPrint.level` now moved to `tealprint.TealConfig.level`
- `TealPrint` indentation now is a bool instead of an int. See [4](https://github.com/Senth/tealprint/issues/4)

Changed

- "Please report this [...]" message in `TealPrint.error()` is now optional, and is not shown by default [6](https://github.com/Senth/tealprint/issues/6)

Added

- Buffer messages and print them all at the same time [3](https://github.com/Senth/tealprint/issues/3)
- Change indent spaces and indent character [5](https://github.com/Senth/tealprint/issues/5)
- Can now push/pop indentation so that you don't have to keep track of indentation throughout classes [[4](https://github.com/Senth/tealprint/issues/4)]
- Examples of indentation and colors in [README.md](README.md)

0.1.0

Added

- First version
- Print levels (none, error, warning, info, verbose, debug)
- Ability to color using colored package

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.