polyglot-piranha 0.3.35__cp312-cp312-macosx_10_13_universal2.whl → 0.4.0__cp312-cp312-macosx_10_13_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: polyglot_piranha
3
- Version: 0.3.35
3
+ Version: 0.4.0
4
+ Requires-Dist: pytest>=8.0 ; extra == 'dev'
5
+ Provides-Extra: dev
4
6
  License-File: LICENSE
5
7
  License-File: NOTICE
6
8
  Summary: Polyglot Piranha is a library for performing structural find and replace with deep cleanup.
@@ -114,6 +116,15 @@ A few additional links on Piranha:
114
116
 
115
117
  If you have any questions on how to use Piranha or find any bugs, please [open a GitHub issue](https://github.com/uber/piranha/issues).
116
118
 
119
+ ## Piranha Development
120
+
121
+ Piranha uses several grammar repositories with custom patches to support the transformations. While
122
+ these patches are being upstreamed, there may be discrepancies between the grammars in this
123
+ repository and the upstream grammars. Therefore, we have built a custom tree-sitter playground
124
+ that can be used to test the grammars and queries for easier development:
125
+
126
+ https://uber.github.io/piranha/tree-sitter-playground/
127
+
117
128
  ## License
118
129
  Piranha is licensed under the Apache 2.0 license. See the LICENSE file for more information.
119
130
 
@@ -0,0 +1,12 @@
1
+ LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
2
+ polyglot_piranha.pyi,sha256=Aef4ZhgaF9WkC5tmBDCLSPmO2_qZUa_hIFf42fpDrD8,10802
3
+ NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147
4
+ polyglot_piranha/__init__.pyi,sha256=Aef4ZhgaF9WkC5tmBDCLSPmO2_qZUa_hIFf42fpDrD8,10802
5
+ polyglot_piranha/__init__.py,sha256=pghVgChf0-NgAG_zd7CzKtvFuBDxg5Wh-GcHx2PoTzg,147
6
+ polyglot_piranha/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ polyglot_piranha/polyglot_piranha.cpython-312-darwin.so,sha256=pvOlkC2QJa05nILWNuehwtsFDJQywYMxvNDyquNxbSc,49278320
8
+ polyglot_piranha-0.4.0.dist-info/RECORD,,
9
+ polyglot_piranha-0.4.0.dist-info/WHEEL,sha256=j_26oMZud46l8a3qDfe-IEG5vPpGp7ps9eWSWD4BZwg,138
10
+ polyglot_piranha-0.4.0.dist-info/METADATA,sha256=TiPCclZBUfyoivo96ZtjTxKl8RRzwcclsqXjdwj2x1Y,5424
11
+ polyglot_piranha-0.4.0.dist-info/licenses/LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
12
+ polyglot_piranha-0.4.0.dist-info/licenses/NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147
@@ -1,12 +0,0 @@
1
- LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
2
- polyglot_piranha.pyi,sha256=Aef4ZhgaF9WkC5tmBDCLSPmO2_qZUa_hIFf42fpDrD8,10802
3
- NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147
4
- polyglot_piranha/__init__.pyi,sha256=Aef4ZhgaF9WkC5tmBDCLSPmO2_qZUa_hIFf42fpDrD8,10802
5
- polyglot_piranha/__init__.py,sha256=pghVgChf0-NgAG_zd7CzKtvFuBDxg5Wh-GcHx2PoTzg,147
6
- polyglot_piranha/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- polyglot_piranha/polyglot_piranha.cpython-312-darwin.so,sha256=TkxZ9q376JlkVVnrTNWqNAH4NeP4jNoDIf7U4UO_Ij8,49097648
8
- polyglot_piranha-0.3.35.dist-info/RECORD,,
9
- polyglot_piranha-0.3.35.dist-info/WHEEL,sha256=j_26oMZud46l8a3qDfe-IEG5vPpGp7ps9eWSWD4BZwg,138
10
- polyglot_piranha-0.3.35.dist-info/METADATA,sha256=YB8rrlOkk_ytze3f55Lx4Cs2PaQfCfY670FyzeHPGqc,4918
11
- polyglot_piranha-0.3.35.dist-info/licenses/LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
12
- polyglot_piranha-0.3.35.dist-info/licenses/NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147