Metadata-Version: 2.1
Name: django-huey-stubs
Version: 0.0.1
Summary: Type stubs for django-huey
Home-page: https://github.com/henribru/django-huey-stubs
License: Apache-2.0
Author: Henrik Bruådal
Author-email: henrik.bruasdal@gmail.com
Requires-Python: >=3.6,<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.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: django-huey (>=1.0.0,<2.0.0)
Requires-Dist: huey-stubs (>=0.0.1,<0.0.2)
Requires-Dist: typing-extensions (>3.10.0,<5.0.0)
Project-URL: Repository, https://github.com/henribru/django-huey-stubs
Description-Content-Type: text/markdown

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

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

If you find incorrect annotations, please create an issue.  

## Installation

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

