• Home
Name Date Size #Lines LOC

..--

pgen2/04-Jul-2025-2,3331,848

Grammar.txtD04-Jul-202511 KiB253221

LICENSED04-Jul-202512.5 KiB255207

PatternGrammar.txtD04-Jul-2025793 2919

README.rstD04-Jul-2025383 106

__init__.pyD04-Jul-202573 21

fixer_base.pyD04-Jul-20255.9 KiB188136

fixer_util.pyD04-Jul-202513.7 KiB494363

patcomp.pyD04-Jul-20256.2 KiB210164

pygram.pyD04-Jul-20251.2 KiB4122

pytree.pyD04-Jul-202525 KiB862685

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