Metadata-Version: 2.1
Name: sonofflan
Version: 0.2.1
Summary: Library to interact with Sonoff devices through LAN mode (without eWeLink cloud)
License: BSD-3-Clause
Keywords: sonoff,ewelink,itead
Author: Danilo Treffiletti
Author-email: urban82@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Requires-Dist: pycryptodome (>=3.15.0,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: zeroconf (>=0.39.4,<0.40.0)
Description-Content-Type: text/markdown

# Sonoff LAN

Library to interact with Sonoff devices through LAN mode (without eWeLink cloud) with firmware
version 3+ (tested up to version 3.7.0).

Author: Danilo Treffiletti <urban82@gmail.com>

License: BSD-3

Version: 0.2.1

## Install

### Requirements
* Python 3.9+

## Usage
Install with
```pip install sonofflan```

Basic utility
```python -m sonofflan```

In your code:
TODO (check __main__.py and tests)

## Contributing
PRs accepted.

## License
BSD-3 (c) Danilo Treffiletti

