Metadata-Version: 2.1
Name: tree-sitter-languages
Version: 0.1.0
Summary: Binary Python wheels for all tree sitter languages.
Home-page: https://github.com/grantjenks/py-tree-sitter-languages
Author: Grant Jenks
Author-email: contact@grantjenks.com
License: Apache 2.0
Project-URL: Documentation, https://github.com/grantjenks/py-tree-sitter-languages
Project-URL: Source, https://github.com/grantjenks/py-tree-sitter-languages
Project-URL: Tracker, https://github.com/grantjenks/py-tree-sitter-languages/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
License-File: LICENSE
Requires-Dist: tree-sitter

==================================================
Python Bindings for Tree Sitter with All Languages
==================================================


Install
=======

.. code-block:: shell

   pip install tree_sitter_languages


Usage
=====

.. code-block:: python

   from tree_sitter_languages import get_parser

   parser = get_parser('python')


