Skip to content
Snippets Groups Projects
Name Last commit Last update
lib/srcc
tests
.gitignore
LICENSE
README.md
wgcli.py

About

This is the Python library for Stanford Workgroup API that provides RESTful access to the Workgroup manager. It has been developed by Stanford Research Computing for our HPC cluster accounting needs.

Python Version

Python 2.6 or 2.7 are fully supported.

Third Party Libraries and Dependencies

The following library is required:

Author

Stephane Thiell

Contributors

Marcello Golfieri

Running

 PYTHONPATH=./lib python wgcli.py

Testing

 cd tests/
 PYTHONPATH=../lib python  -m unittest workgroups_test