-
PartNParcel is a "parceller"--a Chandler parcel that creates Chandler parcels. It takes an XRC file generated from WxGlade? or XRCed, converts it to a Chandler-compliant XRC file, and generates all the other necessary files, folders, and python code to create a working skeleton of a Chandler parcel that can be easily fleshed out with additional python code.
I wrote PartNParcel because I found creating a parcel to be a pain in the butt and required too much typing. I figured that a graphical tool that reduced the number of steps required to make a Chandler parcel (i.e. create this folder, create that python file, edit this .XRC file, etc) would be useful for developers tasked with creating a Chandler parcel.
List of (Useful) Links
-
How To Write a ViewerParcel; don't know what to make of the discussion thread
The Sun is setting on ViewerParcels when the tutorial is about writing a ChandlerProject/ViewerParcel
