Metadata-Version: 2.3
Name: binaryornot-stubs
Version: 0.0.4
Summary: PEP 561 type stubs for binaryornot.
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://binaryornot-stubs.readthedocs.org
Project-URL: Homepage, https://tatsh.github.io/binaryornot-stubs/
Project-URL: Issues, https://github.com/Tatsh/binaryornot-stubs/issues
Project-URL: Repository, https://github.com/Tatsh/binaryornot-stubs
Description-Content-Type: text/markdown

# binaryornot-stubs

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

## Deprecation notice

These types have been merged into Typeshed. Please use [types-binaryornot](https://pypi.org/project/types-binaryornot/).

PEP 561 type stubs for binaryornot.

## Installation

### Poetry

```shell
poetry add binaryornot-stubs
```

### Pip

```shell
pip install binaryornot-stubs
```

