Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pyparsing/pyparsing
Python library for creating PEG parsers
https://github.com/pyparsing/pyparsing
Fix a typo and two unused names
dalps opened this pull request 9 days ago
dalps opened this pull request 9 days ago
Make blocks in railroad diagrams links to related production blocks
ptmcg opened this issue 14 days ago
ptmcg opened this issue 14 days ago
packrat test failures with 3.2.1-git and python3.10
nieder opened this issue 25 days ago
nieder opened this issue 25 days ago
Use non-capturing groups in common.fnumber and common.ieee_float
gerlero opened this pull request 30 days ago
gerlero opened this pull request 30 days ago
`pp.remove_quotes` has no typing annotations
rafrafek opened this issue about 1 month ago
rafrafek opened this issue about 1 month ago
Improve performance of cpp_style_comment
gerlero opened this pull request about 1 month ago
gerlero opened this pull request about 1 month ago
How to extract the most recent timestamp of data
jiuyuan-light opened this issue about 1 month ago
jiuyuan-light opened this issue about 1 month ago
Railroad diagrams don't handle some forms of recursive grammar
ptmcg opened this issue about 1 month ago
ptmcg opened this issue about 1 month ago
Translating parsing errors
robertlagrant opened this issue about 2 months ago
robertlagrant opened this issue about 2 months ago
Cython pyparsing 3.2.0 stripped
baruchoxman opened this pull request about 2 months ago
baruchoxman opened this pull request about 2 months ago
Cython pyparsing 3.1.4
baruchoxman opened this pull request about 2 months ago
baruchoxman opened this pull request about 2 months ago
return in finally can swallow exceptions
iritkatriel opened this issue 2 months ago
iritkatriel opened this issue 2 months ago
TypeError in version 3.2.0
YoannUniKS opened this issue 2 months ago
YoannUniKS opened this issue 2 months ago
seeing ` ImportError: cannot import name 'Set' from 'pyparsing'` issue in 3.2.0 release
chenrui333 opened this issue 2 months ago
chenrui333 opened this issue 2 months ago
`IndexError`s are handled differently than other exceptions
AugustKarlstedt opened this issue 3 months ago
AugustKarlstedt opened this issue 3 months ago
QuotedString doesn't support multiple escape sequences
nadavhaik opened this issue 3 months ago
nadavhaik opened this issue 3 months ago
Add found string as property
OdysseasKr opened this pull request 3 months ago
OdysseasKr opened this pull request 3 months ago
fix: Python 3.8 doesn't support type hinting with subscripted generics like list[str].
berrytern opened this pull request 3 months ago
berrytern opened this pull request 3 months ago
Version 3.1.4 broke on Python 3.6
ceshihao opened this issue 4 months ago
ceshihao opened this issue 4 months ago
Add Python 3.6 to CI
felixfontein opened this pull request 4 months ago
felixfontein opened this pull request 4 months ago
[3.1.3] Revert 3bb8076 for Python 3.6
hswong3i opened this pull request 4 months ago
hswong3i opened this pull request 4 months ago
pyparsing 3.1.3 fails on Python 3.6
felixfontein opened this issue 4 months ago
felixfontein opened this issue 4 months ago
Ambiguous parsing problem cannot be solved with FollowedBy - am I doing something wrong?
thirstydev opened this issue 5 months ago
thirstydev opened this issue 5 months ago
Erroneous behaviour when using Forward/Combine
kevemueller opened this issue 6 months ago
kevemueller opened this issue 6 months ago
Cleanup: remove extraneous HTML example output file.
jayaddison opened this pull request 6 months ago
jayaddison opened this pull request 6 months ago
match_previous_expr does not handle nested expressions
ptmcg opened this issue 7 months ago
ptmcg opened this issue 7 months ago
delta_time example does not handle "2pm Sunday" or "2pm next Sunday" correctly when run on Sunday
ptmcg opened this issue 7 months ago
ptmcg opened this issue 7 months ago
How to resolve the conflict between OneOrMore and Keyword
Gu-f opened this issue 7 months ago
Gu-f opened this issue 7 months ago
set_parse_action handler receives seemingly erroneous loc argument
bernd-wechner opened this issue 7 months ago
bernd-wechner opened this issue 7 months ago
Update README.rst - Add monthly downloads badge
ayushjain01 opened this pull request 7 months ago
ayushjain01 opened this pull request 7 months ago
More regressions since 3.0.9
lemenkov opened this issue 7 months ago
lemenkov opened this issue 7 months ago
Problem with as_keyword in one_of
theroucken opened this issue 7 months ago
theroucken opened this issue 7 months ago
IndentedBlock causes parse actions of its first element to be called twice
Honza0297 opened this issue 8 months ago
Honza0297 opened this issue 8 months ago
Cannot access nested named elements
Honza0297 opened this issue 9 months ago
Honza0297 opened this issue 9 months ago
annotate ParserElement kwargs
AugustKarlstedt opened this pull request 9 months ago
AugustKarlstedt opened this pull request 9 months ago
Fix typo in examples
pavlozt opened this pull request 9 months ago
pavlozt opened this pull request 9 months ago
Added a new example showcasing a recursive parser for parsing advance…
gialmisi opened this pull request 10 months ago
gialmisi opened this pull request 10 months ago
Since 3.1.2, the pre-PEP-8 compat wrapper passes on wrong args
eylenburg opened this issue 10 months ago
eylenburg opened this issue 10 months ago
Refactor: attempt to simplify the multiply operator.
jayaddison opened this pull request 10 months ago
jayaddison opened this pull request 10 months ago
Refactor: remove one isinstance comparison from the runtime code path.
jayaddison opened this pull request 10 months ago
jayaddison opened this pull request 10 months ago
Fix reference to string.ascii_letters
joelsgp opened this pull request 10 months ago
joelsgp opened this pull request 10 months ago
Change "pypyparsing" to "pyparsing" in example
joelsgp opened this pull request 10 months ago
joelsgp opened this pull request 10 months ago
.INI example?
egberts opened this issue 10 months ago
egberts opened this issue 10 months ago
Bind9 example as a Git module here?
egberts opened this issue 10 months ago
egberts opened this issue 10 months ago
Add codespell (config, workflow, pre-commit) to detect new typos, fix found typos
yarikoptic opened this pull request 10 months ago
yarikoptic opened this pull request 10 months ago
Example request: email parsing
johnwbyrd opened this issue 11 months ago
johnwbyrd opened this issue 11 months ago
Accept floating-point NaN and Inf as fnumber
rwpeterson opened this pull request 11 months ago
rwpeterson opened this pull request 11 months ago
How to parse a math formula string into a lambda function?
ShannonZ opened this issue 11 months ago
ShannonZ opened this issue 11 months ago
Remove support for Python 3.6 and 3.7
InSyncWithFoo opened this pull request 12 months ago
InSyncWithFoo opened this pull request 12 months ago
Changes towards 3.2.0
InSyncWithFoo opened this issue 12 months ago
InSyncWithFoo opened this issue 12 months ago
Avoid assigning an empty error message to delegated parse exception
InSyncWithFoo opened this pull request 12 months ago
InSyncWithFoo opened this pull request 12 months ago
Use typing.Self where applicable
InSyncWithFoo opened this pull request 12 months ago
InSyncWithFoo opened this pull request 12 months ago
Confusing output of `ZeroOrMore` and `DeLimitedList` (solved after reading docs)
Freakwill opened this issue 12 months ago
Freakwill opened this issue 12 months ago
ignore one \n but do not ignore double \n
Freakwill opened this issue 12 months ago
Freakwill opened this issue 12 months ago
IndentedBlock ignores indentation
veikman opened this issue about 1 year ago
veikman opened this issue about 1 year ago
break out base_operand infix_notation
RoDuth opened this issue about 1 year ago
RoDuth opened this issue about 1 year ago
quoted_string railroad diagram differs when multiple
RoDuth opened this issue about 1 year ago
RoDuth opened this issue about 1 year ago
Custom error messages inside Group
capeleiro opened this issue about 1 year ago
capeleiro opened this issue about 1 year ago
Add a make_copies parameter to .leave_whitespace()
InSyncWithFoo opened this pull request about 1 year ago
InSyncWithFoo opened this pull request about 1 year ago
.leave_whitespace() may make unnecessary copies
InSyncWithFoo opened this issue about 1 year ago
InSyncWithFoo opened this issue about 1 year ago
pyparsing 3.1.1 caused problem in OpenMolcas
ABQTrap opened this issue about 1 year ago
ABQTrap opened this issue about 1 year ago
Whitespace changes for readability
InSyncWithFoo opened this pull request about 1 year ago
InSyncWithFoo opened this pull request about 1 year ago
Code refactoring for other files
InSyncWithFoo opened this pull request about 1 year ago
InSyncWithFoo opened this pull request about 1 year ago
Code refactoring/denesting for core.py
InSyncWithFoo opened this pull request about 1 year ago
InSyncWithFoo opened this pull request about 1 year ago
Minor code refactoring/denesting for results.py
InSyncWithFoo opened this pull request about 1 year ago
InSyncWithFoo opened this pull request about 1 year ago
General code refactoring/denesting
InSyncWithFoo opened this issue about 1 year ago
InSyncWithFoo opened this issue about 1 year ago
ci: add Python 3.12 to test matrix
nijel opened this pull request about 1 year ago
nijel opened this pull request about 1 year ago
Python 3.12 support
nijel opened this issue about 1 year ago
nijel opened this issue about 1 year ago
Should set_parse_action accept a class?
RoDuth opened this issue about 1 year ago
RoDuth opened this issue about 1 year ago
Character index (span data) of matched non-terminals/terminals
kgoba opened this issue about 1 year ago
kgoba opened this issue about 1 year ago
pymicko example
zzarko opened this issue about 1 year ago
zzarko opened this issue about 1 year ago
Minor update to HowToUsePyparsing.rst
Patrick-Ze opened this pull request over 1 year ago
Patrick-Ze opened this pull request over 1 year ago
RecursionError with Forward syntax
RobinetDenisAcsone opened this issue over 1 year ago
RobinetDenisAcsone opened this issue over 1 year ago
Use pep8 version of method set_name
volans- opened this pull request over 1 year ago
volans- opened this pull request over 1 year ago
Fix pep8 compatibility code (fixes #501)
volans- opened this pull request over 1 year ago
volans- opened this pull request over 1 year ago
setResultsName in version 3.1.1 destroys previous resultnames.
nilsw1 opened this issue over 1 year ago
nilsw1 opened this issue over 1 year ago
Regression when using OneOrMore with nestedExpr
tobias-urdin opened this issue over 1 year ago
tobias-urdin opened this issue over 1 year ago
Word min argument regression in Pyparsing 3.1.0
volans- opened this issue over 1 year ago
volans- opened this issue over 1 year ago
Pylint errors on Pyparsing v3.1.0 with old-style method/argument names
volans- opened this issue over 1 year ago
volans- opened this issue over 1 year ago
SkipTo removes ignored expression since v3.1.0
catcombo opened this issue over 1 year ago
catcombo opened this issue over 1 year ago
Allow `int` or `None` for `cache_size_limit` to `enable_packrat`.
mikeurbach opened this pull request over 1 year ago
mikeurbach opened this pull request over 1 year ago
The `enable_packrat` type annotation prevents passing `None` for `cache_size_limit`
mikeurbach opened this issue over 1 year ago
mikeurbach opened this issue over 1 year ago
Misleading debug text when encountering `\r`
rowlesmr opened this issue over 1 year ago
rowlesmr opened this issue over 1 year ago
Different behaviour from `Word(string_of_chars)` and `OneOrMore(string_of_chars)`
rowlesmr opened this issue over 1 year ago
rowlesmr opened this issue over 1 year ago
Limit error message overriding
ksunden opened this pull request over 1 year ago
ksunden opened this pull request over 1 year ago
`QuotedString`, `multiline=True` and a newline in the quote sequence
rowlesmr opened this issue over 1 year ago
rowlesmr opened this issue over 1 year ago
Consider rewriting slow parts in rust
jonathan-s opened this issue over 1 year ago
jonathan-s opened this issue over 1 year ago
pyparsing library over flow when it exceed in max 18 condition?
Hemun143 opened this issue over 1 year ago
Hemun143 opened this issue over 1 year ago
Unused code in QuotedString
nijel opened this issue over 1 year ago
nijel opened this issue over 1 year ago
[Bug] IndentedBlock example from docs is broken
RevanthRameshkumar opened this issue over 1 year ago
RevanthRameshkumar opened this issue over 1 year ago
Having tabs in a nested expression while scanning a string returns wrong range
shmuelamit opened this issue over 1 year ago
shmuelamit opened this issue over 1 year ago
pyparsing.create_diagram("output.html") not compatible with railroad-diagrams 3.0
dmoore247 opened this issue over 1 year ago
dmoore247 opened this issue over 1 year ago
NotAny(FollowedBy()) failing
genry718 opened this issue over 1 year ago
genry718 opened this issue over 1 year ago
pp.ParserElement.enable_left_recursion() gives runtime error
hhoppe opened this issue over 1 year ago
hhoppe opened this issue over 1 year ago
Add CSS to Railroad output
schnorea opened this pull request over 1 year ago
schnorea opened this pull request over 1 year ago
Fix railroad so head, body args included in html
schnorea opened this pull request over 1 year ago
schnorea opened this pull request over 1 year ago
locatedExpr vs Located Migrating code from pyparsing 2.4.7 to pyparsing 3.0.9
anjalyge opened this issue over 1 year ago
anjalyge opened this issue over 1 year ago
Badly rendered railroad diagram
sammorley-short opened this issue over 1 year ago
sammorley-short opened this issue over 1 year ago
how to parse this data
yosiasz opened this issue over 1 year ago
yosiasz opened this issue over 1 year ago
SkipTo Erroneously Steps Into Grammar's ignoreExpr
Elkniwt opened this issue almost 2 years ago
Elkniwt opened this issue almost 2 years ago