Metadata-Version: 2.1
Name: mh-universal-functions
Version: 2020.11.15.6
Summary: General functions library
Home-page: https://pypi.org/project/mh-universal-functions
Author: MH
Author-email: ibhmduu1721nhg11.11@o2mail.de
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# mh_universal_functions

mh_universal_functions is a Python library currently used in Python programs pir.py and rha.py.
(see https://www.makeareadme.com/ for examples of README.md)


## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install mh_universal_functions.

```bash
sudo /usr/local/bin/python3.7 -m pip install mh-universal-functions==version
```


## Usage

```python
import mh_universal_functions

mh_universal_functions.test() # returns 'Hello world of PyPI'
```

Included functions:
 - def database_update_universal(mysql_const, row, table, value, id1, id1_value, id2, id2_value)
 - def database_read(mysql_const, row, table, id1, id1_value, id2, id2_value)
 - def read_config(_config_filename, _program_name, _log_filename, _hostname)
 - def exit_critical(_program_name, _log_filename, _hostname)
 - def send_telegram_message(telegram_active, telegram_program, telegram_recipient_dict, telegram_message_address,
                             telegram_message, telegram_picture)
 - def get_mobile_device_presence(_wifi_devices_dict, _router_ip_address, _router_password,
                                  _bluetooth_devices_dict,
                                  _scan_for_device_type)
 - def test()


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


## License
[MIT](https://choosealicense.com/licenses/mit/)

