Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing packages with _ in name #1

Open
Amar1729 opened this issue May 12, 2022 · 1 comment
Open

Parsing packages with _ in name #1

Amar1729 opened this issue May 12, 2022 · 1 comment

Comments

@Amar1729
Copy link
Owner

I think more_itertools was parsed as more - investigate

@Amar1729
Copy link
Owner Author

probably cause current RE doesn't include _ in character class, should be easy fix

parsed = re.match(r"\s*([A-Za-z0-9\-]+)", line)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant