Python ModulesΒΆ
- atomic: Atomic structures
- cli: Application command line support
- Functions for User Commands
- configfile: Application saved settings support
- data_events: Support for bulk tracking of data changes
- geometry: Points and coordinate systems
- graphics: Rendering using OpenGL
- gui: Main Chimera 2 user interface
- history: Application history support
- io: Manage file formats that can be opened and exported
- logger: Application log support
- map: Density maps
- models: Displayed data
- molsurf: Compute molecular surfaces
- orderedset: An ordered set
- pdbio: PDB input/output
- safesave: Safely write files
- serialize: Support serialization of “simple” types
- session: Application session support
- settings: Save/access tool interface values
- surface: Triangulated surface calculations
- tasks: Task creation and monitoring
- tools: Manage running tool instances
- toolshed: Manage installed and available tools
- triggerset: Support for managing triggers and handlers
- utils: Generically useful stuff that doesn’t fit elsewhere