Metadata-Version: 1.1
Name: code_monkey
Version: 0.0.1
Summary: A Python refactoring/static analysis tool
Home-page: https://github.com/ForSpareParts/code_monkey
Author: David Jackson
Author-email: altmail@jackson-wallace.net
License: MIT
Description: code_monkey
        ===========
        
        code_monkey is a tool to automate complicated refactoring for large Python
        projects. It builds a tree representing your project, then provides an easy API
        for querying nodes out of the tree. Once you've found the nodes you're looking
        for, you can generate changes and apply them to your whole project at once.
        
Keywords: development code_generation static_analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
