print statement checker plugin for flake8
Project description
Flake8 print plugin
==================
Check for Print statements in python files. Currently gives false positives of doc strings and mult line strings. Lots of work to do.
This module provides a plugin for ``flake8``, the Python code checker.
Installation
------------
You can install or upgrade ``flake8-print`` with these commands::
$ pip install flake8-print
$ pip install --upgrade flake8-print
Plugin for Flake8
-----------------
When both ``flake8 2.2`` and ``flake8-print`` are installed, the plugin is
available in ``flake8``::
$ flake8 --version
2.0 (pep8: 1.4.5, flake8-print: 1.0, pyflakes: 0.6.1)
To Cover
------------
Cover multline comments and doc strings.
Changes
-------
1.2 - 2014-06-30
````````````````
* Does not catch the word print in single line strings
* Does not catch inline comments with print in it
* Added tests
1.1 - 2014-06-30
````````````````
* First release
1.0 - 2014-06-30
````````````````
* Whoops
==================
Check for Print statements in python files. Currently gives false positives of doc strings and mult line strings. Lots of work to do.
This module provides a plugin for ``flake8``, the Python code checker.
Installation
------------
You can install or upgrade ``flake8-print`` with these commands::
$ pip install flake8-print
$ pip install --upgrade flake8-print
Plugin for Flake8
-----------------
When both ``flake8 2.2`` and ``flake8-print`` are installed, the plugin is
available in ``flake8``::
$ flake8 --version
2.0 (pep8: 1.4.5, flake8-print: 1.0, pyflakes: 0.6.1)
To Cover
------------
Cover multline comments and doc strings.
Changes
-------
1.2 - 2014-06-30
````````````````
* Does not catch the word print in single line strings
* Does not catch inline comments with print in it
* Added tests
1.1 - 2014-06-30
````````````````
* First release
1.0 - 2014-06-30
````````````````
* Whoops
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flake8-print-1.2.1.tar.gz
(2.3 kB
view details)
File details
Details for the file flake8-print-1.2.1.tar.gz.
File metadata
- Download URL: flake8-print-1.2.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
883bf92c4369df159dd125d61c9b591c8be82638c798d11364bca5dfd3f760ea
|
|
| MD5 |
79f444c3f5772093c4b543b18f9376ca
|
|
| BLAKE2b-256 |
7134b7eeb371ec1cc81390d5bf90a0313c185c119146af114830e63c467d68f5
|