frequenz-floss / frequenz-repo-config-python

Frequenz repository setup tools and common configuration for Python
https://frequenz-floss.github.io/frequenz-repo-config-python/
MIT License
4 stars 7 forks source link

Consider adding `asyncstdlib` by default to the dependencies in the template #282

Open llucax opened 3 months ago

llucax commented 3 months ago

What's needed?

asyncstdlib provide common functionality for async code that works with async code and it is not present in Python's stdlib yet, like an async filter, map, etc.

Proposed solution

Add https://pypi.org/project/asyncstdlib/ as a dependency by default.

Additional context

Coming from: