python-kasa/kasa
Teemu R ed57563e8b
Convert to use poetry & pyproject.toml for dep & build management (#54)
* Convert to use poetry and pyproject.toml, update README

* add some resources for contributors

* minor adjustments

* ci: separate tests from linting, run using poetry

* add pytest-mock to dev requirements

* combine running tests and reporting to codecov

* generate both xml and html coverage reports

* add codecov to dev dependencies
2020-05-12 12:11:47 +02:00
..
tests Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
__init__.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
cli.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
discover.py Remove sync interface, add asyncio discovery (#14) 2020-01-12 22:44:19 +01:00
protocol.py async++, small powerstrip improvements (#46) 2020-04-21 20:46:13 +02:00
smartbulb.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
smartdevice.py Ignore D202 where necessary (#50) 2020-04-25 21:21:39 +02:00
smartdimmer.py Allow 0 brightness for smartdimmer (#47) 2020-04-22 10:48:28 +03:00
smartplug.py Convert to use poetry & pyproject.toml for dep & build management (#54) 2020-05-12 12:11:47 +02:00
smartstrip.py Return on_since only when its available and the device is on (#48) 2020-04-24 17:47:57 +03:00