tazend
tazend
As @schluenz hinted, the original import error stems from the fact that python, by default, always searches for modules/packages inside the current working directory first (see [here](https://docs.python.org/3/library/sys.html#sys.path)). So if you...
The Job submission API has been reworked and now comes in a seperate class. (At the moment just for slurm 23.02, but soon will be backported to other versions) Feel...
Providing a list of users is now supported via the new API for querying database Jobs. The new classes related to this are [pyslurm.db.Job](https://pyslurm.github.io/23.2/reference/db/job/#pyslurm.db.Job), [pyslurm.db.Jobs](https://pyslurm.github.io/23.2/reference/db/job/#pyslurm.db.Jobs) and [pyslurm.db.JobSearchFilter](https://pyslurm.github.io/23.2/reference/db/jobsearchfilter/#pyslurm.db.JobSearchFilter) Check out the...
The test-suite for the [ongoing rework of the API](https://pyslurm.github.io/23.2/reference/) has been restructured (at the moment of this writing just on the main branch for slurm 23.02). Tests for the new...
Hi @multimeric Good timing :) I do actually have something in the works already for a wrapper around the database Job API, and it is the next thing that I...
Functionality wise I consider this one here now done and would focus on getting this merged. The only thing I'm going to do later today is fixing the docstrings for...
Sure, if you'd like to I would definitely appreciate help with the documentation stuff, somewhat in the direction like I described. (or of course if you have better ideas to...
@multimeric yes, I will tag a new release soon. Then I will also go ahead and try to backport this to older versions, perhaps as far back as 20.02 or...
This should now work correctly via the new Interface for querying database Jobs. Please check out [here](https://pyslurm.github.io/23.2/reference/db/job/) for more infos :)
@multimeric I've already worked on improving the docker-centos7-slurm container setup a bit and adding one for 22.05 - I'll try to get the changes up this weekend as a PR....