LibCST icon indicating copy to clipboard operation
LibCST copied to clipboard

Publishing the parser to crates.io

Open charliermarsh opened this issue 1 year ago • 9 comments

:wave: I know there's a line in the README about publishing to crates.io, but I just wanted to upvote it and couldn't find a better avenue to do so. We use the LibCST parser to support some autofixes in Ruff, and we currently package LibCST as a Git dependency. It'd be more convenient and reliable to pull it in from crates.io (we occasionally see spurious network failures with Git dependencies), and would also enable us to publish Ruff itself to crates.io in the future.

Alternatively, if there isn't interest from the maintainers in publishing this to crates.io, is there any way you'd be open to having me publish (e.g.) an undocumented ruff_libcst package of a fork?

Thanks!

charliermarsh avatar Jul 07 '23 13:07 charliermarsh