-
Notifications
You must be signed in to change notification settings - Fork 128
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
Is this library still being maintained? #166
Comments
I'm looking for helpers to review PRs, as I've been busy with concentrations elsewhere. Would you or the thumbs-uppers be interested? This is still the parsing library I reach for, and I still think it's important to have a good parsing lib around that decouples grammars from visitors. (The speed thing has become less of a focus now that non-pure-Python can be deployed easily and securely.) |
I'm interested in helping out with this. I've been working a lot with it recently and it's super useful. |
Thanks, @evanh! I'd be more than pleased to have your help. Do you want to start by looking over and commenting on some of the existing PRs, and then I'll do a meta-review, until our brains come into alignment? After a couple go well, I'll give you commit access, and we can go from there. Just off the top of my head, these are my top priorities for Parsimonious:
Of course, since it's open-source, I'm quite open to others priorities, driven by the community. It's just fallen way down my priority list. And of course, there's lot of infra cleanup to do. We should drop nose, which is obsolete. We should update the versions of Python we use in CI and drop support for Python 2. There are PRs open for both of those. Thanks again! |
Sounds good, I'll start going through what's there and seeing where I can help. |
Hi, I can help out but will need guidance from you guys on what to tackle. |
@swayson Thank you! You could review #135 or open a PR for the patch pointed to in #160. Or attack any of the bulleted priorities I mentioned above. If none of that excites you, we have a lot of open issues! If you list a few that appeal to you, I'd be happy to give an initial impression of whether they're worth pursuing. |
Thank you for the submissions, @swayson closing this out for now |
Hi there,
I am curious whether this library is still being maintained and taking PRs? @erikrose
It is a really good lib, and would be sad to see it go stale.
The text was updated successfully, but these errors were encountered: