Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.02 KB

what.rst

File metadata and controls

28 lines (22 loc) · 1.02 KB

What

PyPi module named aioswitcher for integrating with the Switcher Water Heater.

This module:

.. hlist::
   :columns: 1

   * Is packaged with poetry_.
   * Works concurrently using Python's Asynchronous I/O module asyncio_.
   * Is static typed and checked with mypy_ based on PEP484_.
   * Follows black_ code style rules and guidelines.
   * Package is described using ``pyproject.toml`` based on PEP517_ and PEP518_.

Although the aioswitcher module requires the use of Python 3.5/3.6/3.7, The use of Python 3.7 is preferable.