Metadata-Version: 2.1
Name: hatch-jupyter-builder
Version: 0.0.1
Summary: A hatch plugin to help build Jupyter packages
Project-URL: Documentation, https://github.com/blink1073/hatch-jupyter-builder#readme
Project-URL: Issues, https://github.com/blink0173/hatch-jupyter-builder/issues
Project-URL: Source, https://github.com/blink0173/hatch-jupyter
Author-email: Steven Silvester <steven.silvester@ieee.org>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Provides-Extra: test
Requires-Dist: pre-commit; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# hatch-jupyter-builder

[![PyPI - Version](https://img.shields.io/pypi/v/hatch-jupyter-builder.svg)](https://pypi.org/project/hatch-jupyter-builder)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch-jupyter-builder.svg)](https://pypi.org/project/hatch-jupyter-builder)

---

**Table of Contents**

- [Installation](#installation)
- [License](#license)
- [Configuration](#license)

## Installation

```console
pip install hatch-jupyter-builder
```

## License

`hatch-jupyter` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Configuration

```toml
[tool.hatch.build.targets.wheel.hooks.jupyter]
dependencies = ["hatch-jupyter-builder"]
build_function = "hatch_jupyter_builder.npm_builder"
ensured_targets = ["foo/generated.txt"]

[tool.hatch.build.targets.wheel.hooks.jupyter_builder.build_kwargs]
build_cmd = "build:src"
```
