File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99import inflection
1010from dateutil .parser import isoparse
1111
12+ # pylint:disable=too-many-instance-attributes
1213
1314def transform_value (value , value_type ):
1415 """Helper method to transform raw api value to correct type."""
Original file line number Diff line number Diff line change 1111setup (
1212 name = "blueconnect" ,
1313 version = VERSION ,
14- url = "https://github.com/Exampleveldt /python-blueconnect" ,
15- download_url = "hhttps://github.com/Exampleveldt /python-blueconnect" ,
16- author = "Example Example " ,
17- author_email = "example@example .com" ,
14+ url = "https://github.com/marcelveldt /python-blueconnect" ,
15+ download_url = "hhttps://github.com/marcelveldt /python-blueconnect" ,
16+ author = "Marcel van der Veldt " ,
17+ author_email = "m.vanderveldt@outlook .com" ,
1818 description = "Unofficial API client for Blue Riiot/Blue Connect devices." ,
1919 long_description = README_FILE .read_text (encoding = "utf-8" ),
2020 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments