Python3 fork of dowser library
Project description
Overview
========
This is a Python3 fork of dowser library.
Original repo: https://github.com/Infinidat/dowser
Usage
-----
To quickly start-up a CherryPy-based server:
from dowser.utils import launch_memory_usage_server
launch_memory_usage_server()
If you want to integrate dowser in your existing CherryPy app:
from dowser import Root
class ExistingCherryPyApp(object):
dowser = Root()
dowser.exposed = True
trace = dowser.trace
chart = dowser.chart
This will bind `/dowser`, `/trace` and `/chart` to the dowser CherryPy app
========
This is a Python3 fork of dowser library.
Original repo: https://github.com/Infinidat/dowser
Usage
-----
To quickly start-up a CherryPy-based server:
from dowser.utils import launch_memory_usage_server
launch_memory_usage_server()
If you want to integrate dowser in your existing CherryPy app:
from dowser import Root
class ExistingCherryPyApp(object):
dowser = Root()
dowser.exposed = True
trace = dowser.trace
chart = dowser.chart
This will bind `/dowser`, `/trace` and `/chart` to the dowser CherryPy app
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dowser-py3-0.1.0.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dowser-py3-0.1.0.tar.gz.
File metadata
- Download URL: dowser-py3-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d78b2e8bddac1c1350860f197c5f4f4e1abbe3450f335d93f35fbc3dc5afcb9d
|
|
| MD5 |
75cc8a6469c34f16f189102072222405
|
|
| BLAKE2b-256 |
674085f6e5b6162629ef59c1cb869a60aac46adafbc5181c9e33fb7d4b58611e
|
File details
Details for the file dowser_py3-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: dowser_py3-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2aa6236b6109f9d16f9850a9b784bfad505c649ea7d9f0ca6eeb4e2c98bf470
|
|
| MD5 |
17afc08379d552b4e9ca18d0e56bdc59
|
|
| BLAKE2b-256 |
0bf1c84befb7fdcb9a4f436de2792aea5b7064a0bb9cdad775d79ffae785a6e8
|