Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Pyflakes

Compare

Claimed by Python Code Quality Authority Analyzed 1 day ago

A Lint-like tool for Python, like PyChecker. It is focused on identifying common errors quickly without executing Python code.

4.61K lines of code

16 current contributors

about 1 month since last commit

29 users on Open Hub

Very Low Activity
4.5
   
I Use This

PyChecker

Compare

  No analysis available

PyChecker is a tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be ... [More] fairly infrequent. PyChecker works in a combination of ways. First, it imports each module. If there is an import error, the module cannot be processed. The import provides some basic information about the module. The code for each function, class, and method is checked for possible problems. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

scspell3k

Compare

  Analyzed about 17 hours ago

Spell checker for source code

1.39K lines of code

0 current contributors

about 5 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This