Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the project to python-miio #83

Merged
merged 2 commits into from Oct 2, 2017
Merged

Rename the project to python-miio #83

merged 2 commits into from Oct 2, 2017

Conversation

rytilahti
Copy link
Owner

This commit renames the project to its new name, python-miio.
The name of the package has been changed to 'miio',
although the old 'mirobo' is still available for backwards compatibility.

Anyone trying to access and use the 'mirobo' package will be welcomed
by a deprecation warning, although there are no plans to break the API currently.

README.md got also updated to links for other home-assistant integrations available.

@@ -1,13 +1,13 @@
from setuptools import setup

with open('mirobo/version.py') as f: exec(f.read())
with open('miio/version.py') as f: exec(f.read())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

multiple statements on one line (colon)

warnings.warn("Please convert to using 'miio' package, this package will "
"be removed at some point in the future", DeprecationWarning,
stacklevel=2)
from miio import *

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

module level import not at top of file
'from miio import ' used; unable to detect undefined names
'miio.
' imported but unused

@coveralls
Copy link

coveralls commented Sep 26, 2017

Coverage Status

Changes Unknown when pulling 186a700 on rename-package into ** on master**.

@syssi
Copy link
Collaborator

syssi commented Sep 27, 2017

Looks good! I need a day or two for testing.

@coveralls
Copy link

coveralls commented Sep 27, 2017

Coverage Status

Coverage remained the same at 32.786% when pulling 7ffb980 on rename-package into a6a8ecd on master.

@syssi
Copy link
Collaborator

syssi commented Oct 2, 2017

Just tested. Looks good!

This commit renames the project to its new name, python-miio.
The name of the package has been changed to 'miio',
although the old 'mirobo' is still available for backwards compatibility.

Anyone trying to access and use the 'mirobo' package will be welcomed
by a deprecation warning, although there are no plans to break the API currently.

README.md got also updated to links for other home-assistant integrations available.
@coveralls
Copy link

coveralls commented Oct 2, 2017

Coverage Status

Coverage remained the same at 32.86% when pulling db577ac on rename-package into 5d0f7bb on master.

@coveralls
Copy link

coveralls commented Oct 2, 2017

Coverage Status

Coverage remained the same at 32.86% when pulling 12b9dfd on rename-package into 5d0f7bb on master.

@rytilahti
Copy link
Owner Author

rytilahti commented Oct 2, 2017

Thanks @syssi! And thanks also to @SchumyHao for releasing the new name for our use! :-) A new release will follow during this week.

@rytilahti rytilahti merged commit 148a5c4 into master Oct 2, 2017
@rytilahti rytilahti deleted the rename-package branch October 2, 2017 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants