Metadata-Version: 2.4
Name: bookshelf-producer
Version: 0.4.3
Summary: Publishing utilities for bookshelf books
Requires-Python: >=3.10
Requires-Dist: bookshelf<0.5.0,>=0.4.0
Requires-Dist: click-log>=0.3.2
Requires-Dist: click>=8.0.1
Requires-Dist: ipykernel>6.0.0
Requires-Dist: jupytext>=1.14.7
Requires-Dist: papermill>=2.4.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: seaborn>=0.12.2
Description-Content-Type: text/markdown

# Bookshelf Producer

A package for producing `Books`.

```text
    pip install bookshelf-producer
```

## This package is retiring

`bookshelf-producer` is frozen.
It will be retired once every feedstock has migrated to the support an API driven approach.
No new features will be added here.

Its `bookshelf` dependency is pinned below `0.5.0`,
because the `bookshelf` distribution will be migrated to the Bookshelf SDK at that version
and the producer write path it calls is being replaced rather than shimmed.
Nothing else changes for anyone still using it.
The `bookshelf run` and `bookshelf publish` commands keep working as they are.
