Description
The package has the same name as another package progressbar. Could you please make it clear in what way (if at all) those two projects are related. This would be useful, because as for now, the packages overshadow each other. One cannot use both at the same time.
The name suggests that progressbar2 is somehow the successor of progressbar, which I doubt this is the case.
Please add a comment about this in the introduction. Just to make it clear :)
See PEP-423 for some conventions related to package names. I think it is recommended to use a single name for project and package. So maybe you should use progressbar2 as package name, not progressbar. (=> import progressbar2 as progressbar)
Description
The package has the same name as another package progressbar. Could you please make it clear in what way (if at all) those two projects are related. This would be useful, because as for now, the packages overshadow each other. One cannot use both at the same time.
The name suggests that progressbar2 is somehow the successor of progressbar, which I doubt this is the case.
Please add a comment about this in the introduction. Just to make it clear :)
See PEP-423 for some conventions related to package names. I think it is recommended to use a single name for project and package. So maybe you should use progressbar2 as package name, not progressbar. (=>
import progressbar2 as progressbar)