pyslurm icon indicating copy to clipboard operation
pyslurm copied to clipboard

Rework/Enhance Reservation API

Open tazend opened this issue 2 years ago • 0 comments

Classes

  • [ ] Reservation class wrapping all members of the C-struct as properties.
  • [ ] Reservations class, acting as a custom collection (dict) to retrieve all Reservations, while also holding all the Reservation instances which carry the actual information for the invidiual reservation.

General Functionality for a Reservation

  • [ ] create
  • [ ] modify
  • [ ] delete
  • [ ] get (getting a single reservation)

Other

  • [ ] Documentation
  • [ ] Write tests
  • [ ] Write examples

tazend avatar Feb 27 '23 20:02 tazend