aravagarwal/CodeCloakPII
0
1# tree-sitter-python2 3[![CI][ci]](https://github.com/tree-sitter/tree-sitter-python/actions/workflows/ci.yml)4[![discord][discord]](https://discord.gg/w7nTvsVJhm)5[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)6[![crates][crates]](https://crates.io/crates/tree-sitter-python)7[![npm][npm]](https://www.npmjs.com/package/tree-sitter-python)8 9Python grammar for [tree-sitter][].10 11[tree-sitter]: https://github.com/tree-sitter/tree-sitter12 13## References14 15- [Python 2 Grammar](https://docs.python.org/2/reference/grammar.html)16- [Python 3 Grammar](https://docs.python.org/3/reference/grammar.html)17 18[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-python/ci.yml?logo=github&label=CI19[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord20[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix21[npm]: https://img.shields.io/npm/v/tree-sitter-python?logo=npm22[crates]: https://img.shields.io/crates/v/tree-sitter-python?logo=rust23 