Skip to content

a1s/pytype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytype is a static analyzer for Python code.

License

Apache 2.0

Abstract

pytype can statically analyze your Python code, and point out bugs and errors it finds. It works on any kind of code, and doesn't need any special directives to be useful.

However, it can additionally verify (and leverage) type annotations.

How to get started

You currently need Python 2.7 to run pytype. (It can analyze Python 3, though)

git clone https://github.com/google/pytype.git
cd pytype
git submodule init
git submodule update
python setup.py install
pip install pyyaml
pytype your_python_code.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.9%
  • C++ 8.0%
  • Other 1.1%