Uploaded image for project: 'Pegasus'
  1. Pegasus
  2. PM-1414 create pegasus 5.0 api
  3. PM-1443

implement api for pegasus.conf

XMLWordPrintable

    • Type: Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • master, 5.0.0
    • Affects Version/s: master, 5.0.0
    • Component/s: None
    • None

      Should be able to programmatically create a pegasus.conf yml/json file.

      Look at python config/ini files. (configparser package)

      Note:
      class Conf:
      def _init_(self):
      self.d = dict()

      def _setitem_(self, k, v):
      self.d[k] = v

      def _getitem_(self, k):
      return self.d[k]

      def _delitem_(self, k):
      del self.d[k]

            Assignee:
            tanaka Ryan Tanaka (Inactive)
            Reporter:
            tanaka Ryan Tanaka (Inactive)
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: