Metadata-Version: 2.1
Name: easierai-common-functions
Version: 1.6.1
Summary: This library contains reusable code for various projects
Home-page: https://gitlab.atosresearch.eu/ari/ioe-ai/common-python-helper-functions
Author: IoE Lab
Author-email: juan.carrascoa.external@atos.net
License: ATOS
Platform: UNKNOWN
Requires-Dist: schedule
Requires-Dist: joblib
Requires-Dist: pydash
Requires-Dist: tensorflow
Requires-Dist: phased-lstm-keras
Requires-Dist: scikit-learn
Requires-Dist: python-logstash

# Common Python Helper Functions

This project contains reusable code for various projects. Written in Python.

Documentation to be completed

## THINGS TO CONSIDER
- The logger library is expecting the following environment variables to send the log data to the logstash socket:
LOGSTASH_HOST
LOGSTASH_PORT
- If any of these variables is not present, the logging library will work as expected, without posting the logs to elasticsearch 

