witsch / apitizer

A plone.api refactoring helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plone APItizer

This is an experiment to refactor existing Plone packages to use plone.api using rope.

After setting things up you can run the apitizer script from your source checkout:

$ git clone git@github.com:witsch/apitizer.git
$ cd apitizer
$ make
$ cd <your-project>
$ <path-to-apitizer>/bin/apitizer

About

A plone.api refactoring helper


Languages

Language:Python 93.8%Language:Makefile 6.2%