darwishzain / pynalyser

Static Python Code Analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pynalyser Logo

Static Python Code Analyzer

GitHub PyPI - Python Version PyPI Link to the documentation GitHub Repo stars


🎯 The goals of Pynalyser are

  • to deeply analyze and check your Python code for types and other information
  • not to require any additional information such as annotations
  • to be cross-platform and do not oblige additional installation
  • to be modular and easily expandable

πŸ—Ί Mini roadmap

  • More convenient representation of code
  • πŸ‘¨β€πŸ”§ Type inference
  • Symbolic evaluation
  • VSCode extension with smart hints and refactoring options

βœ” Installation

Pynalyser is available on PyPI

pip install pynalyser

πŸ“ƒ Documentation

The documentation is available here.

🏭 Repository structure

  • The docs directory contains the documentation for the package.
  • The pynalyser directory contains the pynalyser source (the package itself).
  • The requirements directory contains the PyPi requirements files for the pynalyser package.
  • The tests directory contains the test suite for the pynalyser package.

πŸ‘€ Changelog

Want to see what is happening in here?
Look into the CHANGELOG.md!

πŸ’— Thanks for your contributions


0dminnimda

πŸ’» πŸ“– ⚠️ 🎨 πŸš‡ πŸ‘€

wert-rar

⚠️

globe

πŸ’»

Gunjan Lunkad

πŸš‡

🌟 Thanks to everyone who starred the repository on GitHub

Stargazers repo roster for @0dminnimda/pynalyser

About

Static Python Code Analyzer

License:MIT License


Languages

Language:Python 100.0%