python-mylib/mylib
Benjamin Renard d15c4f36fb Config: add configure method
This method is an entry point of a script you could use to created your 
configuration file.

Note: make sure to load to define all your configuration section and 
options
before running it.
2021-11-23 13:02:12 +01:00
..
scripts mylib.script.helpers: move email stuff import to helper function to avoid global requirement 2021-06-23 12:59:48 +02:00
__init__.py Fix/improve pretty_format* helpers 2021-11-18 19:56:51 +01:00
config.py Config: add configure method 2021-11-23 13:02:12 +01:00
email.py Code cleaning 2021-05-19 19:19:57 +02:00
ldap.py LdapClient: add support to config lib 2021-11-03 17:41:15 +01:00
mysql.py Code cleaning 2021-05-19 19:19:57 +02:00
opening_hours.py Code cleaning 2021-05-19 19:19:57 +02:00
oracle.py OracleDB: add debug of SQL query in doSQL & doSelect methods 2021-11-19 11:52:50 +01:00
pbar.py Code cleaning 2021-05-19 19:19:57 +02:00
pgsql.py PgDB: add debug of SQL query in doSQL & doSelect methods 2021-11-19 11:53:30 +01:00
report.py Code cleaning 2021-05-19 19:19:57 +02:00