Metadata-Version: 2.1
Name: nato
Version: 1.0.0
Summary: Are completely arbitrary words better than 1 letter variables?  Let's find out together!
Home-page: http://github.com/steder/nato
Author: Mike Steder
Author-email: steder@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Dist: astor

NATO
-------------------

One letter variables thoughtlessly strewed about a codebase annoyed a colleague and an idle thought became this poorly named project.

Uses the AST (and some cool projects like `Astor` and `codegen.py`) to quickly mangle / transform your code.

Why not just rename the variable and be done with it?
=========================================================
Excellent question!  It's fun to play at the A.S.T.!

Example usage
===================

..::

  $ python -m nato somefile.py > one_letter_variable_free.py


