Metadata-Version: 2.4
Name: pastacopy
Version: 0.1.0
Summary: Magical copy-paste utils.
Author-email: Eldar Abraham <your.email@example.com>
Project-URL: Homepage, https://eldarab.github.io/pastacopy/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: bump-my-version; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocs-gen-files; extra == "docs"
Requires-Dist: mkdocs-literate-nav; extra == "docs"
Requires-Dist: mkdocs-jupyter; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: mkdocs-section-index; extra == "docs"

# pastacopy

Magical copy-paste utils

## Installation

```shell
pip install pastacopy
```

## Getting Started

The best way to get started is to follow the [Demo](example_notebooks/demo/) notebook.
