What are you using LibCST for? #687
zsol
started this conversation in
Show and tell
Replies: 3 comments
|
Mainly to improve FastAPI ecosystem. This week we merged Kludex/starlette#1376 on Starlette, and I'm creating a codemod to make our users' life easier. |
0 replies
|
Now I'm using to create |
0 replies
|
Libcst is used in the micropython-stubber project to merge different partial stub definitions to create stub packages that are published to pypi, and to generate different variations of stub generation scripts that are run on micropython microcontrollers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Reading about all the different use cases helps keep me motivated, and we might learn from each other.
I'll start with an unusual one: @lpetre and I maintain an indexer that uses ScopeProvider to infer cross-references between Python files. This powers automatic dead code removal, and IDE features (like jump-to-def, find-references).
What are you using LibCST for?
All reactions