Paul McGuire

Results 128 comments of Paul McGuire

This package is no longer being maintained, users should migrate to the `opentelemetry-api` package. Closing.

This package is no longer being maintained, users should migrate to the `opentelemetry-api` package. Closing.

This package is no longer being maintained, users should migrate to the `opentelemetry-api` package. Closing.

Thanks for your patience with this. Indented block handling has always been a challenge, in the face of pyparsing's "just skip over the whitespace" philosophy. And thanks for supplying a...

`OneOrMore` is what is messing this up. `IndentedBlock` does that repetition for you - it has to so that it can detect the change in the leading whitespace. See this...

If you wanted to make this recursive, you could make branch a Forward, and then have a branch be an alternative content to a leaf: ```python import pyparsing as pp...

There is the configParse.py example. Probably better to rename to something like ini_config_parse.py. Also, having been written over 20 years ago, might need some dusting off.

Yes, there is a known problem with the railroad diagrams generating empty blocks, that I've tried a few times to chase down, but it eludes me. That feels like a...

This looks interesting. Please don't check/modify pyparsing_archive.py though. The code that _should_ be checked is in the examples, tests, and pyparsing directories. I don't see where you define the .py...

Never mind, I'm deleting the file. It was there as a security blanket for me while going through the breakup of the single-file release back during the pyparsing 2.x->3 transition,...