mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: snakeviz
|
|
Version: 2.1.0
|
|
Summary: A web-based viewer for Python profiler output
|
|
Home-page: https://github.com/jiffyclub/snakeviz
|
|
Author: Matt Davis
|
|
Author-email: jiffyclub@gmail.com
|
|
License: UNKNOWN
|
|
Platform: UNKNOWN
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Natural Language :: English
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: JavaScript
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 2.7
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3.4
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
Classifier: Programming Language :: Python :: 3.7
|
|
Classifier: Topic :: Software Development
|
|
Requires-Dist: tornado (>=2.0)
|
|
|
|
SnakeViz
|
|
========
|
|
|
|
.. image:: https://travis-ci.org/jiffyclub/snakeviz.svg?branch=master
|
|
:target: https://travis-ci.org/jiffyclub/snakeviz
|
|
:alt: Build Status
|
|
|
|
.. image:: https://img.shields.io/pypi/v/snakeviz.svg
|
|
:target: https://pypi.python.org/pypi/snakeviz/
|
|
:alt: Latest Version
|
|
|
|
.. image:: https://img.shields.io/pypi/pyversions/snakeviz.svg
|
|
:target: https://pypi.python.org/pypi/snakeviz/
|
|
:alt: Supported Python versions
|
|
|
|
.. image:: https://img.shields.io/pypi/format/snakeviz.svg
|
|
:target: https://pypi.python.org/pypi/snakeviz/
|
|
:alt: Wheel Status
|
|
|
|
About
|
|
-----
|
|
|
|
SnakeViz is a viewer for Python profiling data that runs as a web
|
|
application in your browser. It is inspired by the wxPython profile viewer
|
|
`RunSnakeRun <http://www.vrplumber.com/programming/runsnakerun/>`_.
|
|
|
|
View the docs at https://jiffyclub.github.io/snakeviz/.
|
|
|
|
|