Releases: abcnishant007/smartprint
Releases · abcnishant007/smartprint
Feature update: Sort dictionaries using pprint's output
Merge pull request #30 from abcnishant007/abcnishant007-patch-6 ENH: uses pprint's output directly
Feature update: Rich print with pretty print (includes dependencies)
The "rich" dependency was missing from the previous release.
Feature update: Rich print with pretty print
Merge pull request #28 from abcnishant007/added-rich-print ENH: replace pretty print with rich (colourful) print
1.0.2 Release
Documentation improvements were added to explain the pprint usages for Lists and Dicts
1.0.1 Release
Major changes include:
- Pretty printing list and dict with
pprint
- Allow more import keywords in nested prints
- Continuous integration working
What's Changed
- ENH: Added most commonly used imports by @abcnishant007 in #27
Full Changelog: v0.1.6...v1.0.0
v0.1.6
Additional features to handle
- pretty printing of lists and dicts
- sprint inside list comprehension
- Automatic pypi update
0.1.5 Release
Automatic PyPI update
0.1.4 Release
Feature enhancements:
- pretty printing of lists and dicts (using pprint)
- handle cases of inline print statements inside list comprehension
- Automatic pip publishing has been integrated
0.1.3 Release
Feature enhancements:
- pretty printing of lists and dicts (using pprint)
- handle cases of inline print statements inside list comprehension
- Automatic pip publishing has been integrated
v0.1.2
Released on pypi as well
main feature: **Kwargs added
Now, this can be used as to override the print statement on existing code as well