Amar1729 / pip-rewind

Install python modules from pypi from a previous date in history
https://pypi.org/project/pip-rewind/
MIT License
5 stars 1 forks source link

Parsing packages with `_` in name #1

Open Amar1729 opened 2 years ago

Amar1729 commented 2 years ago

I think more_itertools was parsed as more - investigate

Amar1729 commented 2 years ago

probably cause current RE doesn't include _ in character class, should be easy fix https://github.com/Amar1729/pip-rewind/blob/a335f5c2b836fa169f7037872dff4a2f7d26232d/pip_rewind/parser.py#L23