Skip to content

Commit c4e7934

Browse files
authored
add types classifier and badge (#1272)
1 parent 776452f commit c4e7934

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A 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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]
1920
requires-python = ">=3.9"
2021
dependencies = ["pyyaml>=5.2"]

0 commit comments

Comments
 (0)