FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ArielMarco/pytype · GitHub

forked from google/pytype
 
 

Latest commit

 

History

2,011 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL