You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,26 @@ This repository includes the necessary Python client libraries to access Hawkula
5
5
6
6
## Introduction
7
7
8
-
Python client to access Hawkular-Metrics, an abstraction to invoke REST-methods on the server endpoint using urllib2. No external dependencies, works with Python 2.7 (Python 3.x support planned).
8
+
Python client to access Hawkular-Metrics, an abstraction to invoke REST-methods on the server endpoint using urllib2. No external dependencies, works with Python 2.7.x and Python 3.4.x (tested with the Python 3.4.2, might work with newer versions also)
9
+
10
+
## License and copyright
11
+
12
+
```
13
+
Copyright 2015-2016 Red Hat, Inc. and/or its affiliates
14
+
and other contributors.
15
+
16
+
Licensed under the Apache License, Version 2.0 (the "License");
17
+
you may not use this file except in compliance with the License.
18
+
You may obtain a copy of the License at
19
+
20
+
http://www.apache.org/licenses/LICENSE-2.0
21
+
22
+
Unless required by applicable law or agreed to in writing, software
23
+
distributed under the License is distributed on an "AS IS" BASIS,
24
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+
See the License for the specific language governing permissions and
0 commit comments