storborg / pep8nazi

Keep your interpreter pristine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pep8nazi - Because it's 2011, people.

Authors: Scott Torborg (storborg)
Version: 0.1

This library prevents non-PEP8 code from being imported into the interpreter.

Installation

Simple as:

$ easy_install pep8nazi

Or if you prefer:

$ pip install pep8nazi

Usage

Import it at the top of your module, before everything:

$ import pep8nazi

About

Keep your interpreter pristine.


Languages

Language:Python 100.0%