Metadata-Version: 2.2
Name: juham_core
Version: 0.0.3
Summary: Juha's Ultimate Home Automation Masterpiece
Author-email: J Meskanen <juham.api@gmail.com>
Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
License: LICENSE
        =======
        
        Copyright (c) 2024, Juha Meskanen
        
        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. **
        
        
Project-URL: Homepage, https://meskanen.com
Project-URL: Bug Reports, https://meskanen.com
Project-URL: Funding, https://meskanen.com
Project-URL: Say Thanks!, http://meskanen.com
Project-URL: Source, https://meskanen.com
Keywords: home,automation,juham
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: masterpiece>=0.1.18
Requires-Dist: masterpiece_influx>=0.0.2
Requires-Dist: masterpiece_pahomqtt>=0.0.3
Requires-Dist: requests>=2.31
Requires-Dist: pytz>=2024.1
Requires-Dist: importlib-metadata
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: types-pyz; extra == "dev"

Welcome to Juham™ - Juha's Ultimate Home Automation Masterpiece
===============================================================

Description
-----------

``Juham`` extend the functionality of ``Masterpiece`` object by adding capabilities for MQTT
communication and integration with time series databases. The base class provides only a minimal
set of interfaces. Actual features, such as MQTT and time series database implementations — along with home
automation-specific functionalities — are provided through separate plugin modules built on ``Juham`` class.


Project Status
--------------

**Current State**: **Pre-Alpha (Status 2)**  

In its current form, Juham™ may still resemble more of a home automation experiment (or even a "mess") than 
a "masterpiece," but I'm working hard to reach that goal!


Goals
-----

The aim of Juham™ is to have fun by learning Python and GitLab ecosystems, by developing a home automation
framework capable of controlling all the devices in my home, with the potential to be adapted for other homes as well.



Special Thanks
--------------

This project would not have been possible without the generous support of two exceptional 
individuals: my friend, **Teppo K.**, and my son, **Mahi**. 

- Teppo provided the initial spark for this project by donating a Raspberry Pi, a temperature sensor, and an inspiring demonstration of his own home automation system.
- My son Mahi has been instrumental in translating my ideas into Python code, offering invaluable support and encouragement throughout the development process.

I am deeply grateful to both of you — thank you!
