# Pyhubble
Python client for [hubble](https://github.com/jaymedavis/hubble), the terminal dashboard
pip install pyhubble
## Usage
Import the client
```python
from pyhubble import Hubble
```
Initialization and sending values
```python
hubble = Hubble('http://localhost:9999/')
hubble.send({'label': 'Test', 'value': 1, 'column': 0})
```
Increment/decrement a label
```python
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
Python client for [hubble](https://github.com/jaymedavis/hubble), the terminal dashboard
pip install pyhubble
## Usage
Import the client
```python
from pyhubble import Hubble
```
Initialization and sending values
```python
hubble = Hubble('http://localhost:9999/')
hubble.send({'label': 'Test', 'value': 1, 'column': 0})
```
Increment/decrement a label
```python
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
Release files for PyHubble 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyHubble-0.1.1.tar.gz | 1.8 kB | Details |
Release files / PyHubble-0.1.1.tar.gz
| Download URL | PyHubble-0.1.1.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c2cbfe93e3418b013e8b7acbc038d25bf4078504bbb1aa817714ddc5aa915e9
|
|
BLAKE2b-256 checksum How to use checksums |
33a2760e93321c55687db362760b23ae3662b692991e0ffedafeb5092b960eda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |