Metadata-Version: 2.4
Name: pynormanshutters
Version: 0.1.3
Summary: Python client for Norman shutters
License: MIT License
        
        Copyright (c) 2024 Tom Wilkie
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: requests
Requires-Dist: zeroconf
Description-Content-Type: text/markdown

# Client Library and CLI for Norman PerfectTilt Motorized Shutters
This project provides a client library and command-line interface (CLI) to interact with
Norman PerfectTilt motorized shutters. The CLI allows you to perform various actions such 
as retrieving information about windows, rooms, scenes, schedules, and controlling the 
shutters to open or close them fully.

## Requirements
* Python 3.x
* requests library

## Installation
1. Clone the repository or download the script:
```sh
git clone https://github.com/tomwilkie/pynormanshutters.git
cd pynormanshutters
```
1. Install the required Python library:
```sh
pip install requests
```

## Usage
To use the CLI, run the motorized_shutters_cli.py script with the appropriate arguments:
```sh
python main.py <address> <command>
```

## Commands
* get_window_info: Retrieve information about the windows.
* get_room_info: Retrieve information about the rooms.
* get_scene_info: Retrieve information about the scenes.
* get_schedule_info: Retrieve information about the schedules.
* fullclose: Fully close the shutters.
* fullopen: Fully open the shutters.

## License
This project is licensed under the MIT License. See the LICENSE file for details.

## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any changes.
