module documentation

A module containing specifications for all callable hooks in the Kedro's execution timeline. For more information about these specifications, please visit [Pluggy's documentation](https://pluggy.readthedocs.io/en/stable/#specs)

Class DataCatalogSpecs Namespace that defines all specifications for a data catalog's lifecycle hooks.
Class DatasetSpecs Namespace that defines all specifications for a dataset's lifecycle hooks.
Class KedroContextSpecs Namespace that defines all specifications for a Kedro context's lifecycle hooks.
Class NodeSpecs Namespace that defines all specifications for a node's lifecycle hooks.
Class PipelineSpecs Namespace that defines all specifications for a pipeline's lifecycle hooks.