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

Add typing stubs for regex package #6710

Closed
jpy-git opened this issue Dec 27, 2021 · 2 comments · Fixed by #6713
Closed

Add typing stubs for regex package #6710

jpy-git opened this issue Dec 27, 2021 · 2 comments · Fixed by #6713

Comments

@jpy-git
Copy link
Contributor

jpy-git commented Dec 27, 2021

I would like to add stubs for the regex package:
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.

I've found it really useful in a couple projects and it currently doesn't have stubs/typing. It's implementation is similar to to the stdlib re module so will look there for inspiration.

This should help close this issue in the regex repo.

@srittau
Copy link
Collaborator

srittau commented Dec 27, 2021

We generally accept stubs for all packages installable via PyPI on modern Python versions.

@jpy-git
Copy link
Contributor Author

jpy-git commented Dec 27, 2021

Cool it's available on PyPI so should be fine 👍

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

Successfully merging a pull request may close this issue.

2 participants