Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork14
A hatch plugin to help build Jupyter packages
License
jupyterlab/hatch-jupyter-builder
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This provides abuild hook plugin forHatch that adds a build step for use with Jupyter packages.
Table of Contents
The full documentation is available onRead The Docs.
pip install hatch-jupyter-builderTo test this package locally with another package, use the following:
[tool.hatch.build.hooks.jupyter-builder]dependencies = ["hatch-jupyter-builder@file://<path_to_this_repo>"]
You can skip the build by setting theSKIP_JUPYTER_BUILDER environmentvariable.
This library can be used to migrate from asetuptools based package tousehatch_jupyter_builder. It will attempt to migratejupyter-packagingconfig as well, if present.
To migrate, run the following:
python -m hatch_jupyter_builder.migrate.The migration script will do most of the migration automatically, butwill prompt you for anything it cannot do itself.
To compare dist files with a reference checkout, run the following:
python -m hatch_jupyter_builder.compare_migration<source_dir><target_dir> sdist
Usewheel to compare wheel file contents.
See thedocumentation for more information on migration for more details.
hatch-jupyter-builder is distributed under the terms of theMIT license.
About
A hatch plugin to help build Jupyter packages
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.