Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
pgen2/ | 04-Jul-2025 | - | 2,333 | 1,848 | ||
Grammar.txt | D | 04-Jul-2025 | 11 KiB | 253 | 221 | |
LICENSE | D | 04-Jul-2025 | 12.5 KiB | 255 | 207 | |
PatternGrammar.txt | D | 04-Jul-2025 | 793 | 29 | 19 | |
README.rst | D | 04-Jul-2025 | 383 | 10 | 6 | |
__init__.py | D | 04-Jul-2025 | 73 | 2 | 1 | |
fixer_base.py | D | 04-Jul-2025 | 5.9 KiB | 188 | 136 | |
fixer_util.py | D | 04-Jul-2025 | 13.7 KiB | 494 | 363 | |
patcomp.py | D | 04-Jul-2025 | 6.2 KiB | 210 | 164 | |
pygram.py | D | 04-Jul-2025 | 1.2 KiB | 41 | 22 | |
pytree.py | D | 04-Jul-2025 | 25 KiB | 862 | 685 |
README.rst
1A fork of python's lib2to3 with select features backported from black's blib2to3. 2 3Reasons for forking: 4 5- black's fork of lib2to3 already considers newer features like Structured Pattern matching 6- lib2to3 itself is deprecated and no longer getting support 7 8Maintenance moving forward: 9- Most changes moving forward should only have to be done to the grammar files in this project. 10