Metadata-Version: 2.1
Name: papermill_watermark
Version: 0.1.0
Summary: 
Home-page: https://github.com/fhausmann/papermill_watermark
License: MIT
Author: Fabian Hausmann
Author-email: fabian.hausmann@zmnh.uni-hamburg.de
Requires-Python: >=3.9,<4.0
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
Provides-Extra: gpu
Requires-Dist: papermill (>=2.5.0,<3.0.0)
Requires-Dist: py3nvml (>=0.2.7,<0.3.0) ; extra == "gpu"
Requires-Dist: watermark (>=2.4.3,<3.0.0)
Requires-Dist: xmltodict (>=0.13.0,<0.14.0) ; extra == "gpu"
Project-URL: Repository, https://github.com/fhausmann/papermill_watermark
Description-Content-Type: text/markdown

# Watermark Engine for Papermill

Papermill Add-On which adds information for the system and all packages used in the notebook as an output in the end of the notebook.
The package currently works with R & Python only.

## Installation

```bash
pip install papermill_watermark
```

To display GPU information (Python only) install:
```bash
pip install papermill_watermark[gpu]
```

## Usage

```bash
papermill --engine papermill_watermark <INPUT_NOTEBOOK> <OUTPUT_NOTEBOOK>
```
