Metadata-Version: 2.1
Name: iRe.py
Version: 0.2.0
Summary: Export tables and plots from Jupyter notebooks, along with metadata for embedding interactive tables in downstream apps.
Home-page: https://gitlab.com/runsascoded/ire/py
Author: Ryan Williams
Author-email: ryan@runsascoded.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: ipython
Requires-Dist: pandas
Requires-Dist: utz >=0.4.2
Provides-Extra: plotly
Requires-Dist: plotly ; extra == 'plotly'
Provides-Extra: test
Requires-Dist: dvc ; extra == 'test'
Requires-Dist: dvc-s3 ; extra == 'test'
Requires-Dist: jupyter ; extra == 'test'
Requires-Dist: juq.py ; extra == 'test'
Requires-Dist: nbval ; extra == 'test'
Requires-Dist: papermill ; extra == 'test'
Requires-Dist: plotly ; extra == 'test'
Requires-Dist: pytest <8.1 ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: fastparquet ==2024.2.0 ; extra == 'test'
Requires-Dist: matplotlib ==3.8.2 ; extra == 'test'
Requires-Dist: pandas ==2.1.4 ; extra == 'test'
Requires-Dist: kaleido ; extra == 'test'
Requires-Dist: lxml ; extra == 'test'

# iRe.py
Export tables and plots from Jupyter notebooks, along with metadata for embedding interactive tables in downstream apps.

See [iRe/www], which renders notebooks annotated by iRe.py as interactive reports.

## Installation
```bash
pip install ire.py
```

## Usage
See [examples/](examples):
- [export-test.ipynb](examples/export-test.ipynb)
- [export-test-no-dvc.ipynb](examples/export-test-no-dvc.ipynb)

## Testing
See [.gitlab-ci.yml](.gitlab-ci.yml).

[iRe/www]: https://gitlab.com/runsascoded/ire/www
