aprsd/aprsd/plugins
Hemna e13ca0061a Convert config to oslo_config
This patch is the initial conversion of the custom config
and config file yaml format to oslo_config's configuration mechanism.

The resulting config format is now an ini type file.

The default location is ~/.config/aprsd/aprsd.conf

This is a backwards incompatible change.  You will have to rebuild
the config file and edit it.

Also any aprsd plugins can now define config options in code and
add an setup.cfg entry_point definition
oslo_config.opts  =
  foo.conf = foo.conf:list_opts
2022-12-24 16:51:40 -05:00
..
__init__.py refactor Plugin objects to plugins directory 2021-01-09 10:00:37 -05:00
email.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
fortune.py Updated plugins and plugin interfaces for Packet 2022-12-16 15:58:02 -05:00
location.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
notify.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
ping.py Moved trace.py to utils 2022-11-23 13:00:36 -05:00
query.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
time.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
version.py Moved trace.py to utils 2022-11-23 13:00:36 -05:00
weather.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00