Textpy

Latest version: v0.1.31

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

Scan your dependencies

Page 1 of 4

0.1.31

What's Changed
* Got ANSI escapes to work on Windows.


**Full Changelog**: https://github.com/Chitaoji/textpy/compare/v0.1.30...v0.1.31

0.1.30

What's Changed
* New optional paramter `include=` for `module()`.
* Renamed `tx.PyText` to `tx.TextTree`; the name `PyText` will be deprecated.


**Full Changelog**: https://github.com/Chitaoji/textpy/compare/v0.1.29...v0.1.30

0.1.29

What's Changed
* Updated `PyText.check_format()`, which now returns a boolean value instead of None.
* Updated the `ignore=` parameter for `module()`, which now accepts a list of path-patterns. Paths matching any of these patterns will be ignored when searching for files.

**Full Changelog**: https://github.com/Chitaoji/textpy/compare/v0.1.28...v0.1.29

0.1.28

v0.1.28 is now released on PyPI, download it via: https://pypi.org/project/textpy/0.1.28/.

What's Changed
* Fixed issue: failed to display special characters in `*._repr_mimebundle_()`.


**Full Changelog**: https://github.com/Chitaoji/textpy/compare/v0.1.27...v0.1.28

0.1.27

**NOTE:** v0.1.28 fixed a bug of this version; please use that instead.

What's Changed
* New gloabal parameters: `tree_style=`, `table_style=`, `use_mimebundle=`, and `skip_line_numbers=` - find them under `tx.display_params`.
* Defined `display_params.defaults()` for users to get the default values of the parameters.
* New subclass `PyProperty` inherited from `PyMethod`. Class properties will be stored in instances of `PyProperty` instead of `PyMethod` in the future.
* Updated the method `PyText.jumpto()`: it now allows "/" as delimiters (in addition to "."); if a class or callable is defined more than once, jump to the last (previously first) place where it was defined.
* `PyText` has a `_repr_mimebundle_()` method now.
* New property `PyText.imports`.
* Created a utility class `HTMLTableMaker` in place of `Styler`; this significantly reduces the running overhead of `*._repr_mimebundle_()`.


**Full Changelog**: https://github.com/Chitaoji/textpy/compare/v0.1.26...v0.1.27

0.1.26

v0.1.26 is now released on PyPI, download it via: https://pypi.org/project/textpy/0.1.26/.

What's Changed
* Updated `utils.re_extensions`:
* bugfix for `rsplit()`;
* new string operation `quote_collapse()`.


**Full Changelog**: https://github.com/Chitaoji/textpy/compare/v0.1.25...v0.1.26

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.