pyslurm
pyslurm copied to clipboard
Rework/Enhance Reservation API
Classes
- [ ]
Reservationclass wrapping all members of the C-struct as properties. - [ ]
Reservationsclass, acting as a custom collection (dict) to retrieve all Reservations, while also holding all theReservationinstances 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