Chandler is a PIM, with support for notes, reminders, events, and the concept of triage.
Chandler is also a platform for building a PIM. Chandler aims to allow application builders to build different PIMs by reusing different pieces of Chandler.
The basic unit of data in Chandler is an Item. The Platform project provides tools for building applications that create and extend Items.
Chandler application-specific code.
Sharing doctests are more focused on testing and less on being instructive, so they’re separated out from the main Chandler-Platform and Chandler-App documents.
Tools for developing and debugging Chandler. For the moment, this containts a PyShell window you can use for debugging.
Because Chandler makes extensive use of entry points, any entry points used should be documented in Hooks.txt.
Each Chandler Sub-Project should have a README.txt, a collection of test_*.py tests, and a test_suite.py which runs all tests and doctests all .txt files.