Developer DocsΒΆ
The other sections of the documentation are about using chaintool; this final section is about the chaintool code itself.
Note that chaintool is purpose-built as a command-line utility. The public interfaces of its modules are for the use of other modules within the package, and are largely not that useful for integration with external code.
The module interfaces are documented here as a matter of form, and as a reference for any work extending or modifying chaintool.
- chaintool package
- Submodules
- chaintool.cli module
- chaintool.command module
- chaintool.command_impl_core module
- chaintool.command_impl_op module
- chaintool.command_impl_print module
- chaintool.completions module
- chaintool.completions_setup module
- chaintool.info module
- chaintool.locks module
- chaintool.sequence module
- chaintool.sequence_impl_core module
- chaintool.sequence_impl_op module
- chaintool.shared module
- chaintool.shortcuts module
- chaintool.shortcuts_setup module
- chaintool.virtual_tools module
- chaintool.xfer module
- Module contents
XXX Anything else to say about overall structure? How about the completion scripts and chaintool_completions_helper?