Python Library Confusion

I am pretty new to Blynk (and python).
I have found two python libraries:
blynk-library-python
and
Blynk Python Library
I was wondering if anyone can clarify why there are two seemingly similar libraries and any reasons for using one over the other?
It has led to confusion for me, as module names are very similar e.g. blynklib versus BlynkLib…

You need to use this one…

But not the bundled release package called version 0.2.0
You need version 1.0.0, and you do that by using the files on the GitHub page.

TBH, Python isn’t really that well supported by Blynk, as most people use devices that run C++

Pete.

Many thanks