https://github.com/nymann/refacto
https://github.com/nymann/refacto
language-server lsp python3 refactoring refactoring-tools
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/refacto
- Owner: nymann
- License: mit
- Created: 2022-09-02T18:58:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T13:43:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-10T20:12:34.412Z (over 1 year ago)
- Topics: language-server, lsp, python3, refactoring, refactoring-tools
- Language: Python
- Homepage: https://pypi.org/project/py-refacto/
- Size: 96.7 KB
- Stars: 5
- 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)