Metadata-Version: 2.5
Name: citem_jupyter_lab
Version: 0.1.1
Summary: Look up and insert citations
Project-URL: Homepage, https://codeberg.org/divinemadman/citem-jupyter-lab
Project-URL: Bug Tracker, https://codeberg.org/divinemadman/citem-jupyter-lab/issues
Project-URL: Repository, https://codeberg.org/divinemadman/citem-jupyter-lab.git
Author-email: Divine Madman <divinemadman@proton.me>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: jupyter,jupyterlab,jupyterlab-extension
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: jupyter-builder>=1.2.0; extra == 'dev'
Requires-Dist: jupyterlab>=4; extra == 'dev'
Description-Content-Type: text/markdown

# citem_jupyter_lab

[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)

Look up and insert citations

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install citem_jupyter_lab
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall citem_jupyter_lab
```

## Contributing

If you would like to contribute to this extension, please refer to the [Contributing Guide](CONTRIBUTING.md).
