Metadata-Version: 2.1
Name: ka_ut_com
Version: 2023.2.2
Summary: Communication Class Utilities
Author-email: Bernd Stroehle <bernd.stroehle@bs29.com>
Maintainer-email: Bernd Stroehle <bernd.stroehle@bs29.com>
Project-URL: Source Code, https://github.com/bs29/ka_ut_com/tree/master
Project-URL: Homepage, https://kosakya.de/
Project-URL: Documentation, https://ka-com.readthedocs.io/en/latest
Project-URL: Apache-2.0 License, https://apache.org/licenses/LICENSE-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

#########
ka_ut_com
#########

.. start short_desc

**Communication Area**

.. end short_desc

Installation
============
.. start installation

``ka_ut_com`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: shell

	$ python -m pip install ka_ut_com

To install with ``conda``:

.. code-block:: shell

	$ conda install -c conda-forge ka_ut_com

.. end installation

This requires that the ``readme`` extra is installed:

.. code-block:: bash

	$ python -m pip install ka_ut_com[readme]

Configuration
=============

The Configuration of general or tenant specific Package logging is defined in Yaml Configuration Files in the data directory <Package Name>/data of the Package.

.. _configuration-file-label:
.. list-table:: *Configuration Files*
   :widths: auto
   :header-rows: 1

   * - Logging Type
     - Configuration File
     - Description
   * - general
     - log.yml
     - the Python Logger compatible general Configuration file is used to
       define tenant independend logging
   * - tenant
     - log.main.tenant.yml
     - the Python Logger compatible tenant Configuration file is used to
       define tenant dependend logging

Modules
=======
``ka_ut_com`` contains the following modules.

------------
Base Modules
------------

.. _base-modules-label:
.. table:: *Base Modules*

   +--------------+-----------------------------------------------------------------+
   |**Module**    |**Description**                                                  |
   +--------------+-----------------------------------------------------------------+
   |com.py        |The com module contains the the Base Communication class Com     |
   |              |and Utility Classes:                                             |
   |              +-------------+---------------------------------------------------+
   |              |**Class**    |**Description**                                    |
   |              +-------------+---------------------------------------------------+
   |              |Com          |Base Communication Setup                           |
   |              +-------------+---------------------------------------------------+
   |              |Standard     |Standard Log Configuration                         |
   |              +-------------+---------------------------------------------------+
   |              |Person       |Person based Log Configuration                     |
   |              +-------------+---------------------------------------------------+
   |              |Cfg          |Configuration Management                           |
   |              +-------------+---------------------------------------------------+
   |              |Mgo          |Mongo Db Configuration Management                  |
   |              +-------------+---------------------------------------------------+
   |              |App          |Setup Application Management                       |
   |              +-------------+---------------------------------------------------+
   |              |Exit         |Setup Exit Handling                                |
   +--------------+-------------+---------------------------------------------------+


---------------
Utility Modules
---------------

.. _utility-modules-label:

.. table:: *Utility Modules*

   +--------------+-----------------------------------------------------------------+
   |**Module**    |**Description**                                                  |
   +--------------+-----------------------------------------------------------------+
   |pacmod.py     |The pacmod module contains the Pacmod Class with the following   |
   |              |Components (Functions and sub classes):                          |
   |              +-------------+--------+------------------------------------------+
   |              |**Component**|**Type**|**Description**                           |
   |              +-------------+--------+------------------------------------------+
   |              |sh           |function|show pacmod dictionary                    |
   |              +-------------+--------+------------------------------------------+
   |              |Cfg          |class   |Configuration Class                       |
   |              +-------------+--------+------------------------------------------+
   |              |Pmd          |class   |Package Module Sub Class                  |
   |              +-------------+--------+------------------------------------------+
   |              |Path         |class   |Path Management Class                     |
   +--------------+-------------+--------+------------------------------------------+
   |ioc.py        |The ioc module contains I/O Classes for the following file types:|
   |              |yaml, json                                                       |
   |              +-------------+---------------------------------------------------+
   |              |**Class**    |**Description**                                    |
   |              +-------------+---------------------------------------------------+
   |              |Yaml         |I/O for yaml files                                 |
   |              +-------------+---------------------------------------------------+
   |              |Json         |I/O for json files                                 |
   +--------------+-------------+---------------------------------------------------+

---------------
Special Modules
---------------

.. _special-technical-modules-label:

.. table:: *Special Tehnical Modules*

   +--------------+-------------------------------------------------------------+
   |**Module**    |**Description**                                              |
   +--------------+-------------------------------------------------------------+
   |__init__.py   |dummy Init Module: contains no Statements                    |
   +--------------+-------------------------------------------------------------+
   |__version__.py|contains Assignment Statements for Version System Variables: |
   |              +-------------------+-----------------------------------------+
   |              |**System Variable**|**Example**                              |
   |              +-------------------+-----------------------------------------+
   |              |__title__          |'ka_ut_com'                              |
   |              +-------------------+-----------------------------------------+
   |              |__description__    |'Communication Area Utilities.'          |
   |              +-------------------+-----------------------------------------+
   |              |__url__            |'https://ka-com.readthedocs.io/en/latest'|
   |              +-------------------+-----------------------------------------+
   |              |__version___       |'2023.2.2'                               |
   |              +-------------------+-----------------------------------------+
   |              |__build__          |0x022200                                 |
   |              +-------------------+-----------------------------------------+
   |              |__author_email__   |'Bernd Stroehle'                         |
   |              +-------------------+-----------------------------------------+
   |              |__license__        |'Apache-2.0'                             |
   |              +-------------------+-----------------------------------------+
   |              |__copyright__      |'Copyright 2023 bs29'                    |
   |              +-------------------+-----------------------------------------+
   |              |__cake__           |u'\u2728 \U0001f370 \u2728'              |
   +--------------+-------------------+-----------------------------------------+

Appendix
========

.. contents:: **Table of Content**
