ua-parser / uap-python

Python implementation of ua-parser
Apache License 2.0
561 stars 152 forks source link

Add py.typed #222

Closed masklinn closed 2 weeks ago

masklinn commented 2 weeks ago

This marker file is necessary when distributing libraries, in order for the consumer side to know that the library is typed and for typecheckers to know to use it directly rather than look for a stub package (or give up on typing).

Closes #218