Metadata-Version: 2.1
Name: ig-gds-utilities
Version: 0.1.8.3
Summary: Python library to be used by differente GDS services
Home-page: https://github.com/awacero/ig_gds_utilities
Author: Wilson Acero
Author-email: acerowilson@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests >=2.22.0

# ig_gds_utilities
This is the repository for a library with some functions used by GDS services like igtwitter or igtelegram. 
The ig_gds_utilities shoul be installed using pip as a local user or as system 

``` bash
$ python -m pip install --user ig_gds_utilities 
# pip install ig_gds_utilities 
```

Actualizar el paquete 
``` bash 
$ python -m pip install --user --upgrade ig_gds_utilities 
```
## Configuration file

There must be a configuration file config_utilities.cfg in the module directory or in $SEISCOMP_ROOT/share/gds/tools to run the program. An example of this file is in config_utilities_EXAMPLE.cfg
