Metadata-Version: 2.3
Name: pyperclip-stubs
Version: 0.0.3
Summary: PEP 561 type stubs for pyperclip.
License: MIT
Keywords: pep561,stubs,types
Author: Andrew Udvare
Author-email: audvare@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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: Typing :: Stubs Only
Provides-Extra: erdantic
Requires-Dist: erdantic (<2.0) ; extra == "erdantic"
Requires-Dist: typing-extensions (>=4.13.1,<5.0.0)
Project-URL: Documentation, https://pyperclip-stubs.readthedocs.org
Project-URL: Homepage, https://tatsh.github.io/pyperclip-stubs/
Project-URL: Issues, https://github.com/Tatsh/pyperclip-stubs/issues
Project-URL: Repository, https://github.com/Tatsh/pyperclip-stubs
Description-Content-Type: text/markdown

# pyperclip-stubs

[![QA](https://github.com/Tatsh/pyperclip-stubs/actions/workflows/qa.yml/badge.svg)](https://github.com/Tatsh/pyperclip-stubs/actions/workflows/qa.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/pyperclip-stubs)](https://pypi.org/project/pyperclip-stubs/)
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/pyperclip-stubs)](https://github.com/Tatsh/pyperclip-stubs/tags)
[![License](https://img.shields.io/github/license/Tatsh/pyperclip-stubs)](https://github.com/Tatsh/pyperclip-stubs/blob/master/LICENSE.txt)
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/pyperclip-stubs/v0.0.3/master)](https://github.com/Tatsh/pyperclip-stubs/compare/v0.0.3...master)

## Deprecation notice

Please use [types-pyperclip](https://pypi.org/project/types-pyperclip/).

## Description

PEP 561 type stubs for pyperclip.

## Installation

### Poetry

```shell
poetry add pyperclip-stubs
```

### Pip

```shell
pip install pyperclip-stubs
```

