-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
41 lines (24 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SGAS LUTS3 server (accounting server).
An SGAS accounting system consist of two parts:
* The SGAS LUTS, which is used for storing usage records, and
extracting usage data from. See docs/server-setup for more information.
* A logger. This is typically a plugin for a grid middleware. The arc-ur-logger
and arc-ur-registrant from ARC 0.8.1 or newer is recommended as a baseline for
starting.
There is also a small seperate client in the module called luts3-client.
Install:
$ python setup sdist
Will create a tarball suitable for distrubution in the dist/ directory.
See docs/server-setup for further instructions.
Credits:
Gerhard Weis for writing the excellent isodate module, which
is used (and included in a modified form) in this software.
Armin Ronacher and Raymond Hettinger for writing PEP-0372 and the code for the
ordered dictionary included in this software.
The following peope have provided valuable feedback, testing or code:
Olli Tourunen
Jost Berthold
Placi Flury
Tore Mauset
Ake Sandgren
Thanks!