Skip to content

Commit

Permalink
intro docs updated: added typing library
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Feb 3, 2021
1 parent 430b1f6 commit c497f62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ The library is downloadable and installable from Pypi. Just use standard command

* pip install construct
* pip install construct[extras]


Type Hints / Type Annotations
---------------------------------

As an extension to this library there is the `construct-typing <https://pypi.org/project/construct-typing/>`_ library, which provides PEP 561 compliant stub files for this library. It also provides extended adapters to describe complex structures using PEP 526 type annotations for improved static code analysis with mypy.

* pip install construct-typing

0 comments on commit c497f62

Please sign in to comment.