deivit24 / python-steam-api

MIT License
25 stars 11 forks source link

Conflicts with the ValvePython/steam package #11

Closed Laeborg closed 3 months ago

Laeborg commented 9 months ago

Namespace seems to conflict with the ValvePython/steam package.

Is it possible to change dir name to steam-web-api or something similar instead?

deivit24 commented 6 months ago

Hey sorry for just getting back to you on this. Been busy with work! Just so I understand this correctly, there is a ValvePython package and you are trying to import something that has the same steam directory name and it conflicts with our steam directory?

Laeborg commented 6 months ago

Exactly! ValvePython/steam is widely used, so I think the correct solution would be to change the dir name for this package.

deivit24 commented 6 months ago

Is there a way for the time being to alias for now? Or does it still have a conflict? Can I see an error message?

I want to see If I can replicate the issue

mscheltienne commented 3 months ago

@deivit24 Both your package and https://github.com/ValvePython/steam are called steam, thus import steam yields a conflict if both packages are installed in the same environment. I agree with @Laeborg that your package being less used, it would be nice if you could rename it.

deivit24 commented 3 months ago

@mscheltienne Sounds good. sorry for just getting back, since I got no reply last time, I thought it was not an issue. Will work on this over the weekend. Goal to have a release with this change