metricq / metricq-python

🐍 The MetricQ Python interface
https://metricq.github.io/metricq-python/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

feat: add required py.typed file to support typing when used as library #105

Closed kinnarr closed 3 years ago

kinnarr commented 3 years ago

Requires ~current mypy master~ mypy v0.900 for @total_ordering to work

Maybe we should check typing in our other python projects, if everything works as expected