Metadata-Version: 2.1
Name: nbtoolkit
Version: 0.1.1
Summary: A simple utility for extracting images from Jupyter Notebooks
License: MIT
Author: Jake Walker
Author-email: hi@jakew.me
Requires-Python: >=3.9,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# nbtoolkit

A simple command line utility for working with Jupyter Notebooks.

## Installation

Use [pipx](https://pipx.pypa.io/stable/) to install nbtoolkit into an isolated virtual environment _(`pip` also works, if you don't want to install `pipx`)_.

```bash
pipx install nbtoolkit
```

## Usage

```bash
# extract images
nbkit mynotebook.ipynb
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

