A small wrapper around lib2to3 to help write Python 3 compatible code.
Project description
py3kwarn is a small wrapper around lib2to3 to help write Python3 compatible code. It provides flake8-style warning messages.
See the lib2to3 documentation for information on warning messages.
Pull requests are welcome!
Installation
Requires Python 2.7+
$ pip install py3kwarn
…or to install from the git repository:
$ git clone git://github.com/liamcurry/py3kwarn.git $ cd py3kwarn $ make install
Usage from the command line
$ py3kwarn [filename]
Usage with vim
To use with vim, check out my syntastic fork which adds py3kwarn as a syntax checker for python. If you want to use py3kwarn and syntastic with another syntax checker (like flake8), then you will have to add this to your vim config:
let g:syntastic_python_checkers=['flake8', 'py3kwarn']
TODO
An option for friendlier messages would be nice.
Use argparse to add some smarter options.
Better docs
Make it work with Python 2.6
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
File details
Details for the file py3kwarn-0.1.2.tar.gz
.
File metadata
- Download URL: py3kwarn-0.1.2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b0ce49557d55c7daea1fe008df140d09d63da3989d15bf451bd707539ebacde |
|
MD5 | 8ca9c539ac1840067814b516f66862e5 |
|
BLAKE2b-256 | 407efdc017a957f4fc63d717b642fbed1b3568f9a134e99a43f5f05f633550b2 |