Skip to content

Commit

Permalink
Fix #210: Link to typeshed typing stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Sep 29, 2021
1 parent 3c16dd9 commit 34c38ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -72,6 +72,11 @@ cachetools is available from PyPI_ and can be installed by running::

pip install cachetools

Typing stubs for this package are provided by typeshed_ and can be
installed by running::

pip install types-cachetools


Project Resources
------------------------------------------------------------------------
Expand All @@ -96,6 +101,7 @@ Licensed under the `MIT License`_.
.. _cache algorithm: https://en.wikipedia.org/wiki/Cache_algorithms

.. _PyPI: https://pypi.org/project/cachetools/
.. _typeshed: https://github.com/python/typeshed/
.. _Documentation: https://cachetools.readthedocs.io/
.. _Issue tracker: https://github.com/tkem/cachetools/issues/
.. _Source code: https://github.com/tkem/cachetools/
Expand Down

0 comments on commit 34c38ff

Please sign in to comment.