Metadata-Version: 2.1
Name: huey-stubs
Version: 0.0.1
Summary: Type stubs for huey
Home-page: https://github.com/henribru/huey-stubs
License: Apache-2.0
Author: Henrik Bruådal
Author-email: henrik.bruasdal@gmail.com
Requires-Python: >=3.4,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Stubs Only
Requires-Dist: huey (>=2.4.3,<3.0.0)
Requires-Dist: typing (>=3.10.0,<4.0.0); python_version < "3.5"
Requires-Dist: typing-extensions (>3.10.0,<5.0.0)
Project-URL: Repository, https://github.com/henribru/huey-stubs
Description-Content-Type: text/markdown

# Type stubs for Huey
[![PyPI version](https://badge.fury.io/py/huey-stubs.svg)](https://badge.fury.io/py/huey-stubs)

This package provides type stubs for the [huey](https://github.com/coleifer/huey) package.

Note that the types aren't complete, though the most commonly used parts of the API should be covered.
Contributions to expand the coverage are welcome.

If you find incorrect annotations, please create an issue.

## Installation

```shell script
$ pip install huey-stubs
```

