Metadata-Version: 2.1
Name: backoff-stubs
Version: 1.10.0.post4
Summary: External type annotations for the backoff library
Home-page: https://github.com/gleb-chipiga/backoff-stubs
Author: Gleb Chipiga
License: MIT
Keywords: retry,backoff,decorators,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 :: MIT License
Classifier: Development Status :: 5 - Production/Stable
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
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

About
=====

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

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

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

.. code-block:: python

  pip install backoff-stubs

