Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement Python parsing using LibCST #3

Open
NiklasRosenstein opened this issue May 12, 2020 · 4 comments
Open

Re-implement Python parsing using LibCST #3

NiklasRosenstein opened this issue May 12, 2020 · 4 comments
Assignees
Labels
component: docspec-python The docspec Python loader module. type: improvement An improvement to an existing feature.

Comments

@NiklasRosenstein
Copy link
Owner

NiklasRosenstein commented May 12, 2020

LibCST is an actively maintained parser for the Python programming language. lib2to3 will probably not see many fixes or additions in the future, so it should be worth while switching to LibCST.

@NiklasRosenstein NiklasRosenstein self-assigned this May 12, 2020
@NiklasRosenstein NiklasRosenstein transferred this issue from NiklasRosenstein/pydoc-markdown Jun 19, 2020
@NiklasRosenstein NiklasRosenstein added component: docspec-python The docspec Python loader module. type: improvement An improvement to an existing feature. labels Jun 19, 2020
@ariG23498
Copy link
Contributor

This calls for a kabana project scheme
I would love to chime in if need be!

@NiklasRosenstein
Copy link
Owner Author

Hey @ariG23498 , would you still be up to chime in on this? :)

Can you elaborate what you have in mind for the Kanban project? I currently see most of the work as one big chunk that may be a bit hard to parallelize, but happy to hear your point of view on this.

Cheers,

@tristanlatr
Copy link
Contributor

It’s probably possible to use https://github.com/t3rn0/ast-comments instead right?

@NiklasRosenstein
Copy link
Owner Author

Neat! That does look like a good option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: docspec-python The docspec Python loader module. type: improvement An improvement to an existing feature.
Projects
None yet
Development

No branches or pull requests

3 participants