Skip to content

tree-sitter-grammars/tree-sitter-pymanifest

Repository files navigation

tree-sitter-pymanifest

CI discord matrix pypi

A tree-sitter parser for PyPA manifest files.

Python package

Installation

pip install tree-sitter-pymanifest

References

Editors

  ☑ Neovim
  ☐ Helix
  ☐ Emacs
  ☐ Zed

Changelog

v0.5.1

  • Fix package description

v0.5.0

  • Update bindings
  • Remove custom functions
  • Drop Python 3.8 support

v0.4.0

  • Change bindings layout

v0.3.0

  • Move to tree-sitter-grammars org

v0.2.1

  • Drop Python 3.7 support
  • Remove injections queries
  • Use tree-sitter core highlight captures

v0.2.0

  • Add Python package tests

v0.1.1

  • Bundle queries in the package