Metadata-Version: 2.3
Name: dealcards
Version: 0.0.0
License-File: LICENSE
Requires-Dist: anywidget
Provides-Extra: dev
Requires-Dist: jupyterlab; extra == 'dev'
Requires-Dist: watchfiles; extra == 'dev'
Description-Content-Type: text/markdown

# dealcards

## Installation

```sh
pip install dealcards
```

## Development installation

Create a virtual environment and and install dealcards in *editable* mode with the
optional development dependencies:

```sh
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
```

Open `example.ipynb` in JupyterLab, VS Code, or your favorite editor
to start developing. Changes made in `src/dealcards/static/` will be reflected
in the notebook.
