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.2.1.tar.gz
(6.2 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.2.1.tar.gz.
File metadata
- Download URL: dowser-py3-0.2.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18bb24c03d5c21f45d1c4253d3c3bdb963a41aae4c0e3e8940286899d1374e89
|
|
| MD5 |
52a18c7d08829e0ec2f38b1ada00ef2b
|
|
| BLAKE2b-256 |
eba9cd51cabe9988f20a88eb7397b719e7e4cde0c6d03a11e52c5f0056f40265
|
File details
Details for the file dowser_py3-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: dowser_py3-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c30d097a40016a6b0268de64d100856e11f12e4bb5f9840a87874102a3e040d3
|
|
| MD5 |
8e467341c655f7288936b9890c6da794
|
|
| BLAKE2b-256 |
046f4ea094dd3eed8092cd06e3ff31fddef19860dcb2013113794ba1aacfe1f9
|