Metadata-Version: 2.4
Name: fabric-notebook-toolkit
Version: 0.0.1.dev0
Summary: Preview placeholder package for Fabric Notebook Toolkit.
Author: Microsoft Corporation
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Fabric Notebook Toolkit

This is a preview placeholder for the future public release of Fabric Notebook
Toolkit. It intentionally contains only a small `hello()` API and does not
include the `fntk` CLI, Fabric CLI plugin, or production notebook features.

```python
from notebook_cli import hello

print(hello())
```
