tomgross / pcloud

A Python implementation of the pCloud API
MIT License
95 stars 28 forks source link

Why is your github package called pycloud but your installed package is named pcloud? #70

Closed ikwyl6 closed 1 year ago

ikwyl6 commented 1 year ago

When I install your github package named 'pycloud', it gets installed as:

~/.local/lib/python3.10/site-packages/pcloud/

why not have it installed as:

~/.local/lib/python3.10/site-packages/pycloud/

so it matches your github name?? Would it make sense to keep it consistent?

tomgross commented 1 year ago

Good question 😉 . It was the intention to call it pycloud in the first place but this was taken on pypi already. In the meantime I think pcloud is the better name.

ikwyl6 commented 1 year ago

https://pypi.org/search/?q=pycloud

There are variances of the name but nothing exactly with “pycloud” on pypi. The closest I saw was pycloud189 or pyicloud. You can probably rename it as “pycloud”..

ikwyl6 commented 1 year ago

Would you consider chaning it to make it consistent?

tomgross commented 1 year ago

Renamed package on github https://github.com/tomgross/pcloud