Metadata-Version: 2.2
Name: toshiba_ac_ir_codegen
Version: 1.0.0
Summary: Toshiba IR Remove Control Code Generator
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Thierry Ygé
Author-email: tyge@adobe.com
License: MIT
Project-URL: Documentation, https://github.com/tyge68/toshiba-ac
Project-URL: Source, https://github.com/tyge68/toshiba-ac/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: importlib-metadata; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"

.. These are examples of badges you might want to add to your README:
   please update the URLs accordingly

    .. image:: https://api.cirrus-ci.com/github/<USER>/toshiba-ac.svg?branch=main
        :alt: Built Status
        :target: https://cirrus-ci.com/github/<USER>/toshiba-ac
    .. image:: https://readthedocs.org/projects/toshiba-ac/badge/?version=latest
        :alt: ReadTheDocs
        :target: https://toshiba-ac.readthedocs.io/en/stable/
    .. image:: https://img.shields.io/coveralls/github/<USER>/toshiba-ac/main.svg
        :alt: Coveralls
        :target: https://coveralls.io/r/<USER>/toshiba-ac
    .. image:: https://img.shields.io/pypi/v/toshiba-ac.svg
        :alt: PyPI-Server
        :target: https://pypi.org/project/toshiba-ac/
    .. image:: https://img.shields.io/conda/vn/conda-forge/toshiba-ac.svg
        :alt: Conda-Forge
        :target: https://anaconda.org/conda-forge/toshiba-ac
    .. image:: https://pepy.tech/badge/toshiba-ac/month
        :alt: Monthly Downloads
        :target: https://pepy.tech/project/toshiba-ac
    .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
        :alt: Twitter
        :target: https://twitter.com/toshiba-ac

.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/

|

=====================
Toshiba-ac-ir-codegen
=====================


    A Toshiba AC IR code generator to control your ACs.


This code is inspired / backport of cli tool written in Golang by Mario Hros (source on https://github.com/k3a/toshiba-ac)
It aimed to be used in Home Assistant via LocalTuya integration (to be added)

For now it provide a simple API to generate the code and to format it so that it is ready to be used with TinyTuya.


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.4. For details and usage
information on PyScaffold see https://pyscaffold.org/.
