File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44
55A Concrete Syntax Tree (CST) parser and serializer library for Python
66
7- |support-ukraine | |readthedocs-badge | |ci-badge | |pypi-badge | |pypi-download | |notebook-badge |
7+ |support-ukraine | |readthedocs-badge | |ci-badge | |pypi-badge | |pypi-download | |notebook-badge | | types-badge |
88
99.. |support-ukraine | image :: https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB
1010 :alt: Support Ukraine - Help Provide Humanitarian Aid to Ukraine.
@@ -31,6 +31,10 @@ A Concrete Syntax Tree (CST) parser and serializer library for Python
3131 :target: https://mybinder.org/v2/gh/Instagram/LibCST/main?filepath=docs%2Fsource%2Ftutorial.ipynb
3232 :alt: Notebook
3333
34+ .. |types-badge | image :: https://img.shields.io/pypi/types/libcst
35+ :target: https://pypi.org/project/libcst
36+ :alt: PYPI - Types
37+
3438.. intro-start
3539
3640 LibCST parses Python 3.0 -> 3.13 source code as a CST tree that keeps
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ classifiers = [
1515 " Programming Language :: Python :: 3.11" ,
1616 " Programming Language :: Python :: 3.12" ,
1717 " Programming Language :: Python :: 3.13" ,
18+ " Typing :: Typed" ,
1819]
1920requires-python = " >=3.9"
2021dependencies = [" pyyaml>=5.2" ]
You can’t perform that action at this time.
0 commit comments