enderpy

Crates.ioenderpy
lib.rsenderpy
version0.1.0
sourcesrc
created_at2023-09-23 15:18:19.606161
updated_at2023-09-23 15:18:19.606161
descriptionPython type checker and LSP
homepagehttps://github.com/Glyphack/enderpy
repositoryhttps://github.com/Glyphack/enderpy
max_upload_size
id981296
size32,927
Shaygan Hooshyari (Glyphack)

documentation

https://github.com/Glyphack/enderpy

README

Enderpy

Enderpy is a autocompletion, static type checker & language server for python.

Why Do I Need It?

it provides developers with faster autocomplete suggestions and the ability to easily navigate to the definition and references of variables and functions in their code.

Goals

The primary goal of this project is providing instant feedback as you type. Ruff proved that there is a value in providing faster implementation of static checkers. That's why I'm continuing this path.

This project aims to build the components needed to achieve the goal of providing fast autocompletion and type checking, including:

  • Python parser
  • Python type checker
  • Python language server protocol implementation

Contributing

If you want to help in building this project feel free to take a look at issues and comment on any of them that you want to tackle, feel free to tag us and ask for help when you need more information on something.

You can also use these learning resources for each topic

Inspired By

Commit count: 312

cargo fmt