Metadata-Version: 2.1
Name: python-openhab
Version: 2.15.0
Summary: python library for accessing the openHAB REST API
Home-page: https://github.com/sim0nx/python-openhab
Author: Georges Toth
Author-email: georges@trypill.org
License: AGPLv3+
Download-URL: https://github.com/sim0nx/python-openhab
Project-URL: Bug Tracker, https://github.com/sim0nx/python-openhab/issues
Project-URL: Documentation, http://python-openhab.readthedocs.io/en/latest/?badge=latest
Project-URL: Source Code, https://github.com/sim0nx/python-openhab
Keywords: openHAB
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5
License-File: LICENSE
Requires-Dist: requests (~=2.26)
Requires-Dist: python-dateutil (~=2.8)
Requires-Dist: requests-oauthlib (~=1.3)
Provides-Extra: dev
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-bandit ; extra == 'dev'
Requires-Dist: flake8-comprehensions ; extra == 'dev'
Requires-Dist: flake8-docstrings ; extra == 'dev'
Requires-Dist: types-python-dateutil ; extra == 'dev'
Requires-Dist: types-requests ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material ; extra == 'docs'
Requires-Dist: mkdocstrings ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: beautifulsoup4 ; extra == 'test'

UNKNOWN

