Skip to content

javaguirre/pyhubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyhubble

Python client for hubble, the terminal dashboard

1427049686

Installation

pip install pyhubble

Usage

Import the client

    from pyhubble import Hubble

Initialization and sending values

    hubble = Hubble('http://localhost:9999/')
    hubble.send({'label': 'Test', 'value': 1, 'column': 0})

Increment/decrement a label

    hubble.increment('Test')  # Increments the value of this label
    hubble.decrement('Test')  # Decrements the value of this label

TODO

Poll implementation Unittest High, low and screen properties

About

Python client for hubble, the terminal dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages