Skip to content

Releases: zachdtaylor/pyp

Add alphabetical sorting of packages

20 Oct 01:46
Compare
Choose a tag to compare

This release adds a new feature that sorts entries in the requirements.txt file alphabetically as they are added.

Improvement to pip freeze check

25 Sep 05:02
4327934
Compare
Choose a tag to compare

This improves the search pattern on the output of pip freeze. In particular, pyp will now ignore case and consider - and _ equivalent when searching for matching package names.

Better error handling

18 Jul 21:01
Compare
Choose a tag to compare

This version adds better error handling and a helpful message about allowed commands.

First release

05 Jul 22:50
Compare
Choose a tag to compare

This is the first version of pyp.