Metadata-Version: 2.1
Name: tqdm-stubs
Version: 0.1.2
Summary: Stub type files for tqdm
Home-page: https://github.com/charmoniumQ/tqdm-stubs
License: MIT
Keywords: tqdm,type,stubs
Author: Samuel Grayson
Author-email: sam+dev@samgrayson.me
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Project-URL: Repository, https://github.com/charmoniumQ/tqdm-stubs
Description-Content-Type: text/x-rst

==========================
tqdm-stubs
==========================

.. image:: https://img.shields.io/pypi/v/tqdm_stubs
   :alt: PyPI Package
   :target: https://pypi.org/project/tqdm_stubs
.. image:: https://img.shields.io/pypi/dm/tqdm_stubs
   :alt: PyPI Downloads
   :target: https://pypi.org/project/tqdm_stubs
.. image:: https://img.shields.io/pypi/l/tqdm_stubs
   :alt: PyPI License
.. image:: https://img.shields.io/pypi/pyversions/tqdm_stubs
   :alt: Python Versions
.. image:: https://img.shields.io/github/stars/charmoniumQ/tqdm-stubs?style=social
   :alt: GitHub stars
   :target: https://github.com/charmoniumQ/tqdm-stubs
.. image:: https://github.com/charmoniumQ/tqdm-stubs/actions/workflows/main.yaml/badge.svg
   :alt: CI status
   :target: https://github.com/charmoniumQ/tqdm-stubs/actions/workflows/main.yaml
.. image:: https://img.shields.io/github/last-commit/charmoniumQ/charmonium.determ_hash
   :alt: GitHub last commit
   :target: https://github.com/charmoniumQ/tqdm-stubs/commits
.. image:: https://img.shields.io/librariesio/sourcerank/pypi/tqdm_stubs
   :alt: libraries.io sourcerank
   :target: https://libraries.io/pypi/tqdm_stubs
.. image:: https://img.shields.io/badge/docs-yes-success
   :alt: Documentation link
.. image:: http://www.mypy-lang.org/static/mypy_badge.svg
   :target: https://mypy.readthedocs.io/en/stable/
   :alt: Checked with Mypy
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: black

Stub type files for tqdm

I found type signatures from `here`_; I put them into their own package and am writing tests.

.. _`here`: https://github.com/lschmelzeisen/nasty-typeshed/blob/master/src/tqdm-stubs/__init__.pyi

----------
Quickstart
----------

If you don't have ``pip`` installed, see the `pip install
guide`_.

.. _`pip install guide`: https://pip.pypa.io/en/latest/installing/

.. code-block:: console

    $ pip install tqdm-stubs

