pystatsd icon indicating copy to clipboard operation
pystatsd copied to clipboard

A Python client for statsd

Results 6 pystatsd issues
Sort by recently updated
recently updated
newest added

fixes #146 I used `pyright --verifytypes` to check [type completeness](https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#type-completeness) of public API. Unfortunately I had to move tests to a separate package to exclude them from pyright check.

Curious to know if this is intended behaviour or not. Example: ``` >>> import statsd >>> # use the default, "localhost" ... # there is _not_ a statsd server running...

help-wanted

Add type hints to all (public API) code make the distribution PEP 561 compliant. This allows `mypy` (and other tools?) to find the type hints and use them in linting....

help-wanted

Hello! In Kubernetes world, where an IP of a host can change often, catching all socket errors is not very helpful. For example, if the IP of statsd host is...

semver:minor

I'd like to use statsd for an async codebase I have. Hoping to start adding proper support. I believe this can be done without doubling the API surface area (not...