Metadata-Version: 2.1
Name: alga
Version: 0.2.0
Summary: CLI for remote controlling LG webOS TVs
Home-page: https://github.com/Tenzer/alga
License: MIT
Author: Jeppe Fihl-Pearson
Author-email: jeppe@tenzer.dk
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Classifier: Topic :: Multimedia
Classifier: Typing :: Typed
Requires-Dist: rich
Requires-Dist: typer[all]
Requires-Dist: wakeonlan
Requires-Dist: websocket-client
Project-URL: Repository, https://github.com/Tenzer/alga
Description-Content-Type: text/markdown

Alga
====

A command line utility for controlling a LG webOS TV over the network.

It is still in it's early stages of development but the implemented functionality should work.

Work yet to do:
---------------

* Add tests
* Add way of adding TV without having to set environment variables
* Add CI for running Ruff and Mypy
* Add CI for releasing versions to PyPI when tags are added
* Add support for Python versions besides 3.12

