Anton-Cherepkov / dowser-py3

Python 3 fork of Dowser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python 3 fork of Dowser library

License:Other


Languages

Language:Python 86.2%Language:HTML 9.9%Language:CSS 3.0%Language:Shell 1.0%