Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nymann/refacto
https://github.com/nymann/refacto
language-server lsp python3 refactoring refactoring-tools
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/refacto
- Owner: nymann
- License: mit
- Created: 2022-09-02T18:58:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T13:43:21.000Z (over 1 year ago)
- Last Synced: 2024-10-10T18:44:16.545Z (about 1 month ago)
- Topics: language-server, lsp, python3, refactoring, refactoring-tools
- Language: Python
- Homepage: https://pypi.org/project/py-refacto/
- Size: 96.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Refacto 🪄
A Python3 refactoring Language Server implemented via code-actions, powered by [LibCST](https://github.com/Instagram/LibCST) and [pygls](https://github.com/openlawlibrary/pygls).
[refactoring_inline_variable_and_extract_variable_scope.webm](https://user-images.githubusercontent.com/7005867/188514352-137651d0-cce7-4d64-a1ab-eb38eef9141d.webm)
## Installation
```sh
pip install py-refacto
```### Example Client Integration
##### Neovim
Until Refacto is in the official nvim-lspconfig repository, you can use my fork [nymann/nvim-lspconfig](https://github.com/nymann/nvim-lspconfig/).
## Development
For help getting started developing check [DEVELOPMENT.md](DEVELOPMENT.md)