File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.4"
4- - " 2.5"
53 - " 2.6"
64 - " 2.7"
75 - " 3.2"
Original file line number Diff line number Diff line change @@ -2,14 +2,19 @@ python-nut2
22===========
33
44This is an API overhaul of [ PyNUT] ( https://github.com/networkupstools/nut/tree/master/scripts/python ) ,
5- a Python library to allow communication with NUT ([ network UPS tools ] ( http://www.networkupstools.org/ ) )
5+ a Python library to allow communication with NUT ([ Network UPS Tools ] ( http://www.networkupstools.org/ ) )
66servers.
77
88** Note** : This is an unofficial project, and is in no way supported or
99endorsed by the [ Network UPS Tools developers] ( https://github.com/networkupstools ) .
1010
1111## Build Status
1212
13+ This repository uses [ Travis] ( https://travis-ci.org/ ) and
14+ [ Coveralls] ( https://coveralls.io/ ) to automate running unit tests and
15+ coverage reports, respectively. The tests currently run on Python 2.6
16+ through 3.4.
17+
1318[ ![ Build Status] ( https://travis-ci.org/george2/python-nut2.svg?branch=master )] ( https://travis-ci.org/george2/python-nut2 )
1419[ ![ Coverage Status] ( https://coveralls.io/repos/george2/python-nut2/badge.png )] ( https://coveralls.io/r/george2/python-nut2 )
1520
You can’t perform that action at this time.
0 commit comments