palazzem / econnect-python

API adapter used to control programmatically an Elmo alarm system
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Release the project on PyPI #42

Closed palazzem closed 4 years ago

palazzem commented 4 years ago

Overview

The project hit the first release (0.1.0 and 0.2.0). We should release it on PyPI so that it's easier to use and install.

palazzem commented 4 years ago

Hey @markin I saw you released my project in PyPI: https://pypi.org/project/elmo/

I'm planning to release the project in PyPI too, probably making some small changes but in the overall I'm pretty happy with the current status of the project. Considered it's already used in your home-automation contribution, what if I integrate some of your changes in the upstream, and release it?

In this way we avoid having the same project published twice, and you can still contribute here whenever new features are added (or simply use mine when I add).

What do you think?

markin commented 4 years ago

Hi @palazzem, sorry if I published it but I've done it because I wanted to integrate with home-assistant. Let me know how you want to proceed, it is fine for me.

palazzem commented 4 years ago

Oh no worries! For me it's great that you find this project useful! Let's do that:

On another topic, I was thinking to change the repository/package name to econnect-python because it's more meaningful. That said, I probably keep the code referencing as elmo. So you install econnect-python and you import elmo module. What do you think?

markin commented 4 years ago

Everything sounds good for me.

palazzem commented 4 years ago

I've renamed the project and now it's called econnect-python. The latest package (with your changes) is available:

I'm going to close this issue considering now the package is officially released and it includes your changes! Thank you!