erikrose / parsimonious

The fastest pure-Python PEG parser I can muster
MIT License
1.8k stars 126 forks source link

Is this library still being maintained? #166

Closed swayson closed 2 years ago

swayson commented 4 years ago

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.

erikrose commented 4 years ago

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.)

evanh commented 4 years ago

I'm interested in helping out with this. I've been working a lot with it recently and it's super useful.

erikrose commented 4 years ago

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!

evanh commented 4 years ago

Sounds good, I'll start going through what's there and seeing where I can help.

swayson commented 4 years ago

Hi, I can help out but will need guidance from you guys on what to tackle.

erikrose commented 3 years ago

@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.

lonnen commented 2 years ago

Thank you for the submissions, @swayson

closing this out for now

alexchandel commented 4 months ago

@evanh / @swayson are you still maintaining this, or is it unmaintained again?