libyear icon indicating copy to clipboard operation
libyear copied to clipboard

Add support for Pipfiles

Open jvale opened this issue 3 years ago • 0 comments

Adds initial support for Pipfiles, including:

  • Normal pacakge definitions
  • Wildcard definitions (any version will do)
  • Editable dependencies (e.g. git repos, these are ignored)
  • Complex package definitions (only version information is used)

Unit test was added to test file parsing and documentation was updated.

jvale avatar Aug 03 '22 18:08 jvale