pandamonium icon indicating copy to clipboard operation
pandamonium copied to clipboard

Command line scripts to parse panda web api

Results 17 pandamonium issues
Sort by recently updated
recently updated
newest added

I created a [voms-atlas](https://hub.docker.com/r/kratsg/voms-atlas) docker image which is a good base image with python3 +voms (and rucio) configuration that `pandamonium` could use as a base image -- see below ```...

Add a `CONTRIBUTING.md` file so that people know how to go about getting started with PRs. Some helpful project philosophy and advice is also great to have in there like...

docs

@dguest now that PR #62 is in there should be a patch release so that info gets propagated out to PyPI. How do you feel about even more automation to...

CI

All the Python files in `pandamonium` start with ```python #!/usr/bin/env python ``` which is defaulting to Python 2 for the runtime. However, Python 2 is dead (long live Python 2)...

`pandamonium` is made better by the people who were kind enough to hack on it and make a drive-by PR. Giving them a nod by adding their name to a...

docs

To make things like the Danny Antrim option more digestable it might be worth adding a `--human` or `--header` flag option to the CLI API that would print human readable...

enhancement
API

It would be nice if for commands like `pandamon` it was possible to give user name aliases (e.g. `dguest` or `feickert`) as valid inputs to the `--user` option. For example,...

enhancement
user request

because this is a super useful thing ```pandamon user.mswiatlo -d 14 | grep failed | awk '{print $2}' | panda-resub-taskid -m```

docs

I expected this to work: ``` ./panda-shortname data16_13TeV:data16_13TeV.periodI.physics_Main.PhysCont.DAOD_SUSY10.grp16_v03_p3372 ``` but it doesn't since the dataset ID is `periodI` instead of a number (somewhat unexpected but...)

help wanted

I realized that we're depending on `panda-client`. Of course this has always been true, since there are two ways to use pandamonium: 1. You just use `pandamon` which depends on...