X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fexplanations.rst;h=ecc0b9bf22bad4d6360eeb304ecb4625b1afb2db;hb=refs%2Fheads%2Fmain;hp=86c45ce2622e0b41ff7d70548cc4587f6c9eea22;hpb=b1581f5d521911f847e20501c270c840b1eb6494;p=python-musicpdaio.git diff --git a/doc/source/explanations.rst b/doc/source/explanations.rst index 86c45ce..ecc0b9b 100644 --- a/doc/source/explanations.rst +++ b/doc/source/explanations.rst @@ -3,13 +3,14 @@ Explanations ============ -What is musicpdaio? -------------------- - | « Concurrency is about dealing with lots of things at once. » | Concurrency is not Parallelism -- Rob Pike -**musicpdaio** is the asyncio_ port of python-musicpd_. + +What is musicpdaio? +------------------- + +**musicpdaio** is an asynchronous MPD (`Music Player Daemon`_) client library written in Python. It is the asyncio_ port of python-musicpd_. The goal of this project is to keep python-musicpd_ simplicity and provide asyncio_ support. @@ -19,8 +20,8 @@ Should I use it? * If you need a plain MPD client to manage you MPD server, then stick with non-asyncio module python-musicpd_ - * If you're building an interactive client, concurrent access to MPD or plugin - into another asyncio project then use musicpdaio. + * If you're building an interactive client, concurrent access to MPD or need + to plug into another asyncio project then use musicpdaio. Using the client library