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

Added parsy to 'Text Processing / Parsers' section #993

Closed
wants to merge 2 commits into from

Conversation

spookylukey
Copy link

What is this Python project?

It's a parser combinator library for creating text parsers and/or lexers.

What's the difference between this Python project and similar ones?

It is similar to pyparsing in terms of approach (i.e. parser combinator), but benefits from:

  • Borrowing from the best of parser combinator libraries from other languages (like Parsec from Haskell) etc.
  • Much nicer, smaller and cleaner implementation.
  • A focus on generating nicely structured results i.e. your own custom data types, rather list-of-lists that then need further (often fragile) handling.
  • Excellent, up to date documentation, including all the different types you want - tutorial, reference and examples - all in once place.
  • Modern best practices with everything you'd expect from a modern project on GitHub rather than SourceForge - 100% test coverage, Travis/Codecov/Read The Docs integration etc.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
@spookylukey
Copy link
Author

Could this be merged now @vinta ? I can rebase if needed.

@stale
Copy link

stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@spookylukey
Copy link
Author

This PR is ready for merging, and has the required votes. What else am I supposed to be doing?

@stale stale bot removed the stale label Oct 30, 2019
@stale stale bot added the stale label Nov 29, 2019
@stale stale bot closed this Nov 29, 2019
@ruancomelli
Copy link

@vinta could you please take a look at this PR? I'd love to see parsy among the other awesome libraries 😎

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

Successfully merging this pull request may close these issues.

2 participants