Metadata-Version: 2.1
Name: ipydrawio-mathjax
Version: 1.3.0
Summary: MathJax for ipydrawio
Home-page: https://ipydrawio.rtfd.io
Author: ipydrawio Contributors
Author-email: ripxl@example.com
License: Apache-2.0
Project-URL: Bug Tracker, https://github.com/deathbeds/ipydrawio/issues
Project-URL: Changelog, https://github.com/deathbeds/ipydrawio/blob/main/CHANGELOG.md
Project-URL: Coverage, https://app.codecov.io/gh/deathbeds/ipydrawio
Project-URL: Documentation, https://ipydrawio.rtfd.io
Project-URL: Source Code, https://github.com/deathbeds/ipydrawio
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ipydrawio (==1.3.0)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# IPyDrawio Math

[![docs][docs-badge]][docs] [![binder-badge][]][binder]
[![install from pypi][pypi-badge]][pypi] [![install from conda-forge][conda-badge]][conda]
[![build][workflow-badge]][workflow] [![coverage][cov-badge]][cov]

> MathJax for ipydrawio

See the [main project repo](https://github.com/deathbeds/ipydrawio) for more
information.

## Installation

> _Note: the `mamba`/`conda` installation method ensures `nodejs` is available_

```bash
mamba install -c conda-forge ipydrawio-mathjax  # recommended, or...
conda install -c conda-forge ipydrawio-mathjax  # or...
pip install ipydrawio-mathjax
```

## Open Source

This work is licensed under the [Apache-2.0] License.

```
Copyright 2023 ipydrawio contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

[apache-2.0]:
  https://github.com/deathbeds/ipydrawio/blob/main/py_packages/ipydrawio-mathjax/LICENSE.txt
[binder]:
  http://mybinder.org/v2/gh/deathbeds/ipydrawio/main?urlpath=lab/tree/docs/Poster.dio.svg
[binder-badge]: https://mybinder.org/badge_logo.svg
[pypi-badge]: https://img.shields.io/pypi/v/ipydrawio-mathjax
[pypi]: https://pypi.org/project/ipydrawio-mathjax
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/ipydrawio-mathjax
[conda]: https://anaconda.org/conda-forge/ipydrawio-mathjax
[workflow-badge]:
  https://github.com/deathbeds/ipydrawio/workflows/.github/workflows/ci.yml/badge.svg
[workflow]:
  https://github.com/deathbeds/ipydrawio/actions?query=branch%3Amain+workflow%3A.github%2Fworkflows%2Fci.yml
[cov-badge]:
  https://codecov.io/gh/deathbeds/ipydrawio/branch/main/graph/badge.svg?token=9B74VKHQDK
[cov]: https://codecov.io/gh/deathbeds/ipydrawio
[docs-badge]: https://readthedocs.org/projects/ipydrawio/badge/?version=latest
[docs]: https://ipydrawio.rtfd.io
