Metadata-Version: 2.1
Name: aiojobs-stubs
Version: 0.2.2
Summary: External type annotations for the aiojobs library
Home-page: https://github.com/gleb-chipiga/aiojobs-stubs
Author: Gleb Chipiga
License: Apache 2
Keywords: asyncio,aiohttp,jobs,tasks,stubs,mypy
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: AsyncIO
Requires-Python: >=3.8
Description-Content-Type: text/x-rst

About
=====

This repository contains external type annotations (see `PEP 484 <https://www.python.org/dev/peps/pep-0484/>`_) for the `aiojobs <https://github.com/aio-libs/aiojobs>`_ library.

Installation
============

To use these stubs with mypy, you have to install the aiojobs-stubs package.

.. code-block:: python

  pip install aiojobs-stubs

