Metadata-Version: 2.1
Name: kedro-inspect
Version: 0.1.0
Summary: The only inspect tool you need for Kedro project
Author-email: Nok Lam Chan <mediumnok@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.7.0
Requires-Dist: typer>=0.9.0

# kedro-inspect

## Install

``` sh
pip install kedro-inspect
```


## How to use

``` python
kedro-inspect
```

To see what commands are available, run:
```
kedro-inspect
```



## Todo
- Implemented a TraceHook that can be included in project without calling CLI

# Stack
Dependency: pdm
Docs: mkdocs
CLI: typer

Todo:
- Config Tracibility - is it possible to trace where's the config coming from (useful for VSCode extension)
