madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
125 stars 41 forks source link

[FEATURE] Support for version trailing wildcard #79

Open vrigal opened 2 years ago

vrigal commented 2 years ago

It would be nice to be able to parse a version with a trailing wildcard (e.g. requirements-parser==0.5.*), as defined in PEP440.

I don't now much the library, maybe supporting such versions would break things.