-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.html
71 lines (63 loc) · 1.74 KB
/
readme.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>gfal2-python</title>
<style type="text/css">
html {
background: gray;
display: table;
margin: auto;
margin-top: 1em;
}
body {
display: table-cell;
background: white;
width: 80ex;
padding: 1em 4ex;
}
</style>
</head>
<body>
<h1>gfal2-python</h1>
<h2>Description</h2>
<p>
Python bindings for gfal 2.
</p>
<h2>Installation</h2>
<h3>From EPEL</h3>
<pre>yum install gfal2-python gfal2-all</pre>
<h3>Sources</h3>
<dl>
<dt>Anonymous</dt>
<dd>svn co http://svn.cern.ch/guest/lcgutil/gfal2-bindings/</dd>
<dt>Registered</dt>
<dd>svn co https://svn.cern.ch/reps/lcgutil/gfal/gfal2-bindings/</dd>
</dl>
<h3>API documentation</h3>
<p>
You can query the <a href="html/index.html">documentation</a> generated automatically from sources using Epydoc.
</p>
<p>
You can also have a look at our <a href="examples">examples</a>
</p>
<h2>License</h2>
<p>
This software is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 License</a>.
See <a href="LICENSE">LICENSE</a> for details.
</p>
<h2>Release Notes</h2>
<p>
See <a href="RELEASE-NOTES">RELEASE-NOTES</a> for a detailed changelog.
</p>
<h2>Contact</h2>
<p>
You can notify bugs or ask for feature requests via
</p>
<dl>
<dt>Tracker</dt>
<dd><a href="https://its.cern.ch/jira/browse/DMC/component/12201">https://its.cern.ch/jira/browse/DMC/component/12201</a></dd>
<dt>Mailing list</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
</body>
</html>