-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (16 loc) · 767 Bytes
/
README
File metadata and controls
24 lines (16 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pyCream - CREAM Client Python API
### Description
pyCream is a Python module, a set of classes and functions for accessing CREAM Client API from Python.
This client API is used to interact with the CREAM (Computing Resource Execution And Management) Service,
a simple, lightweight service for job management operation at the Computing Element (CE) level (http://grid.pd.infn.it/cream/)
Bindings are created using C++ Python language bindings framework - pyplusplus (http://pygccxml.sf.net)
### Requirements
Same as for CREAM Client C++ API (http://grid.pd.infn.it/cream/field.php?n=Main.CREAMClientAPICTutorialAndDocumentation)
### Build requirements
- pygccxml
- pyplusplus
- boost
### License
GPL v3 or newer
### Authors
Maciej Sitarz <macieksitarz@wp.pl>