stianaske / pybotvac

Python module for interacting with Neato Botvac Connected vacuum robots.
MIT License
85 stars 44 forks source link

Optimization and refinements done for Home-Assistant #13

Closed jabesq closed 6 years ago

jabesq commented 6 years ago

This PR contains some optimization done for Home-Assistant

Question: Is there a plan to send this API on Pypi so it will be easier to deploy and manage ?

stianaske commented 6 years ago

Looks good! Thanks! I did some preparations for adding it to Pypi, but never actually launched id. I'll look into it.

andrey-git commented 6 years ago

@stianaske please upload to pypi if possible.

I think it should be as easy as

pip3 install twine
python3 setup.py sdist
twine upload dist/*

after you create pypi user.

stianaske commented 6 years ago

@andrey-git version 0.0.7 has been uploaded to pypi. Appologies for the slow response.