Metadata-Version: 2.1
Name: nbstudy
Version: 0.0.1a1
Summary: Tools for studying notebooks
Project-URL: Documentation, https://github.com/DylanLukes/nbstudy#readme
Project-URL: Issues, https://github.com/DylanLukes/nbstudy/issues
Project-URL: Source, https://github.com/DylanLukes/nbstudy
Author-email: Dylan Lukes <lukes.dylan@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Requires-Dist: click
Requires-Dist: requests
Description-Content-Type: text/markdown

# nbstudy - tools for studying notebooks

[![CI Testing](https://github.com/DylanLukes/nbstudy/actions/workflows/test.yml/badge.svg)](https://github.com/DylanLukes/nb-study-tools/actions/workflows/test.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/nb-study-tools.svg)](https://pypi.org/project/nbstudy)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nb-study-tools.svg)](https://pypi.org/project/nbstudy)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

From anywhere:

```console
pip install nbstudy
nbstudy -h
```

## Installation (Development)

From inside a clone of this repository:

```console
hatch shell
nbstudy -h
```

## License

`nbstudy` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.
