realpython / list-of-python-api-wrappers

List of Python API Wrappers and Libraries
2.08k stars 406 forks source link

Added aiomixcloud #68

Closed amikrop closed 5 years ago

amikrop commented 5 years ago

aiomixcloud https://github.com/amikrop/aiomixcloud is an AsyncIO wrapper for Mixcloud's API. It is well-documented and test coverage will soon be 100%. I would be glad to see it on your list, thanks in advance!

amikrop commented 5 years ago

Just wanted to add that synchronous usage is possible as well: https://aiomixcloud.readthedocs.io/en/latest/usage.html#synchronous-mode

mjhea0 commented 5 years ago

looks good!

amikrop commented 5 years ago

Thanks