1 unstable release

0.1.0 Sep 23, 2023

#9 in #type-checker


Used in 2 crates

AGPL-3.0-only

420KB
11K SLoC

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

Dependencies

~8–20MB
~267K SLoC