Metadata-Version: 2.4
Name: reacthass
Version: 0.1.4
Summary: DEPRECATED — use hassreactor instead
Home-page: https://github.com/N4S4/hassreactor
Author: Renato Visaggio
Author-email: synology.python.api@gmail.com
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hassreactor>=0.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# reacthass (DEPRECATED)

**reacthass has been renamed to [hassreactor](https://github.com/N4S4/hassreactor).**

This package is a wrapper that re-exports `hassreactor`. It exists so existing
`pip install reacthass` users get the new package automatically.

Please migrate your code:

```python
# Old
from reacthass import Reactor

# New
from hassreactor import Reactor
```

All imports continue to work, but a `DeprecationWarning` is raised.
